After scrapping my FTDI232 for now and buying a new USB-to-Serial, I've finally got it talking via serial; Serial1.setConsole(true);, of course. Unfortunately, getting through the back-door just seems to confuse matters a bit :(
I'm now getting a range of errors, including:
Uncaught Error: Got BLE error NRF_ERROR_INVALID_STATE
at line 1 col 11
NRF.sleep();
on disconnect; the dreaded 13313 appeared once or twice, as well as Uncaught Error: Got BLE error code 15, although I think those were both due to old code being stored and/or general connection weirdness.
Anyway, I'm going to clear this down and start again. I really appreciate your patience. :)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
After scrapping my FTDI232 for now and buying a new USB-to-Serial, I've finally got it talking via serial;
Serial1.setConsole(true);
, of course. Unfortunately, getting through the back-door just seems to confuse matters a bit :(I'm now getting a range of errors, including:
on disconnect; the dreaded 13313 appeared once or twice, as well as
Uncaught Error: Got BLE error code 15
, although I think those were both due to old code being stored and/or general connection weirdness.Anyway, I'm going to clear this down and start again. I really appreciate your patience. :)