Tue 2017.08.08
Running 1v91 on Pico
Trying to get Pico to start executing in stand alone mode without the WebIDE connected at power up.
Attempting to create a tutorial with tons of embedded console.log() comments to allow viewer to easily follow along.
Works great when WebIDE is connected via USB cable. Trying to do this stand alone.
Have tried combinations of setTimeout(), onInit() and E.on( 'init', but code execution just doesn't start.
Exact issue as in: http://forum.espruino.com/conversations/270412/#comment12787458 but that was back in June 2015, my guess is that updates since then should be in place.
Also referenced: http://forum.espruino.com/conversations/295607/#comment13311361
Any ideas, example or tutorial perhaps? Thanks in advance. Robin UPDATE: Tried USB.setConsole() as suggested at: http://www.espruino.com/Troubleshooting#console
also, only LEDs connected to GPIO pins nothing fancy.
@Robin started
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.
Tue 2017.08.08
Running 1v91 on Pico
Trying to get Pico to start executing in stand alone mode without the WebIDE connected at power up.
Attempting to create a tutorial with tons of embedded console.log() comments to allow viewer to easily follow along.
Works great when WebIDE is connected via USB cable. Trying to do this stand alone.
Have tried combinations of setTimeout(), onInit() and E.on( 'init', but code execution just doesn't start.
Exact issue as in:
http://forum.espruino.com/conversations/270412/#comment12787458
but that was back in June 2015, my guess is that updates since then should be in place.
Also referenced:
http://forum.espruino.com/conversations/295607/#comment13311361
Any ideas, example or tutorial perhaps? Thanks in advance.
Robin
UPDATE: Tried USB.setConsole() as suggested at:
http://www.espruino.com/Troubleshooting#console
also, only LEDs connected to GPIO pins nothing fancy.