Is it possible to run (ie host) the Web IDE in espruino? #5594
Replies: 1 comment
-
Posted at 2017-02-08 by @gfwilliams If you're running Espruino with WiFi then it's possible - but I don't believe it has been done, but it's something I am planning to add to the firmware when I pull the ESP8266 drivers inside Espruino. There's quite a bit of code so it'd be better just to serve up an IFrame. About the closest is this I think: http://www.espruino.com/WiFi+Remote+Console Because of permissions issues you can't just open a socket connection, but you could use WebSockets (and there is already a WebSocket client in Espruino for the Espruino server code). You could even hack something up using the above link and simple HTTP requests. Posted at 2017-02-09 by OwenBrotherwood It should be noted that bluetooth can be used to share an internet (ip connectivity) which I have done on for example a bluetooth phone. I was lucky in a sponsor for an Android tlf: so I have some more possibilities now to go thru some use cases for a POC Posted at 2017-02-09 by @gfwilliams
That's Bluetooth, not Bluetooth LE There is something for Bluetooth LE called 'FatBeacon' - but it would be too slow to transfer everything from the Web IDE. If you don't have an internet connection and are trying to teach a class, set up a Raspberry Pi as a web server and serve your own version of the Web IDE off it. Posted at 2017-02-09 by OwenBrotherwood https://www.nordicsemi.com/eng/Products/Nordic-mobile-Apps/nRF-BLE-joiner I was given an Android mobile: life was too hard in this area with a Microsoft Windows mobile https://github.com/NordicSemiconductor/Android-nRF-BLE-Joiner |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-02-08 by OwenBrotherwood
Is it possible to run (ie host) the Web IDE in espruino?
I wondered if there is something to read as to if done or possible.
Beta Was this translation helpful? Give feedback.
All reactions