While it's designed for Bangle.js, it'll work on any Espruino device. Just do something like Bluetooth.println(JSON.stringify({t:"http", url:"https://pur3.co.uk/hello.txt"})) and create a function called GB. Gadgetbridge should then call that function with something like {t:"http",resp:"......"}
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'm not sure I'm afraid... The original post was at https://forum.espruino.com/conversations/311638/
@Dave_Smart is this still all working/supported?
One other option if you just want HTTP is you can actually run Gadgetbridge on your phone: https://www.espruino.com/Gadgetbridge
While it's designed for Bangle.js, it'll work on any Espruino device. Just do something like
Bluetooth.println(JSON.stringify({t:"http", url:"https://pur3.co.uk/hello.txt"}))
and create a function calledGB
. Gadgetbridge should then call that function with something like{t:"http",resp:"......"}