I needed the ability to monitor, update and execute code remotely on my Espruino Wifi so I built a little module to help with that. It gives you the ability to do the following from your web browser without being physically near your device.
Features:
Get & set variables on your Espruino
Execute functions on your Espruino, passing in parameters and getting return values
Execute new code or overwriting existing code on your Espruino
Listen for events on your Espruino
Setup watchers to monitor variables & functions on your Espruino
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.
I needed the ability to monitor, update and execute code remotely on my Espruino Wifi so I built a little module to help with that. It gives you the ability to do the following from your web browser without being physically near your device.
Features:
The repo and readme's are at:
https://github.com/protoroboticsgit/espruino/tree/master/devicerc
Don't worry about having to setup a websocket server either, I have a public one running for fellow Espruino users who want to play around. :)
If you need any of that functionality I hope it helps you out.