You can also use eval, or could even use LoopbackA and LoopbackB to put the complete Espruino REPL over websockets if you want - in which case you could program the device with the Web IDE.
Which type of device are you actually using? I'm working on some lower level support for the Wifi in Espruino Wifi that should make it easier to expose that kind of functionality without having to add JS code specifically for it
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.
You can also use
eval
, or could even useLoopbackA
andLoopbackB
to put the complete Espruino REPL over websockets if you want - in which case you could program the device with the Web IDE.Which type of device are you actually using? I'm working on some lower level support for the Wifi in Espruino Wifi that should make it easier to expose that kind of functionality without having to add JS code specifically for it