• Sun 2021.09.19

    This may be related to native WebIDE lock up with neopixel line insertion

    WebIDE locks up while loading require("neopixel") on nRF52840 Dongle

    digitalWrite(D6,0);
    pinMode(D2,"output");
    

    I'm able to copy into R-Hand editor side and upload the above code. Upon copy-n-paste into L-Hand console side, a second anomally, only the first character of the line of code to insert appears. At this point the browser is locked, along with the board, causing a need for board power-down, close and re-open of editor window, along with pairing in order to re-connect.

    cut-n-paste

    require("neopixel").write(D2, [11,11,0]);
    

    Only the first char appears, with blinking box cursor covering the '>' symbol

     2v06.6 (c) 2019 G.Williams
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    >
    >r
    

    At this point the board and IDE are locked.

    I'll continue testing. . . .

  • This is solved in post you mentioned now I believe: http://forum.espruino.com/conversations/­368060/

    It's a known problem with neopixels on older nRF52840 firmware, and not related to the web IDE or official boards. It's just that the board itself locked up after executing the command, but before it was able to 'echo' the full command back

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Online WebIED wont allow copy from clipboard into L-Hand console on Win10

Posted by Avatar for Robin @Robin

Actions