You are reading a single comment by @user95229 and its replies. Click here to read the full conversation.
  • Hi Gordon
    2v12
    break randonly
    looks completly because i put a blink led and then stop too

    //GPIO2
    setInterval(function() {
    D14.write(on_state);
    on_state = !on_state;
    }, 1000);

    i will make more tests for you soon
    At moment i "solved" this problem making a Hardware RESET, until solve the problem!

About

Avatar for user95229 @user95229 started