-
• #2
I could only find it as an APK to download and install on android. Run the installed PuckJS app and it installs the PuckJS plugin into Droidscript.
-
• #3
Is this plugin still working? I can't install it?
Is there any alternative?
I want on puck button press, a bluetooth connected phone, make a http request. -
• #4
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:"......"}
on DroidScript I can't find the PuckJS plugin anymore, has it been deleted?
Thank you.
Matteo.