Perhaps you could do something similar to what happens on the espruino code examples where a link opens an app with the code it it from the URI.
Take a look at this post on Android URIs
You will need an app with access to bluetooth, or OTG, so native or you could use PhoneGap if you prefer web languages.
Unfortunately javascript always seems to get limited access :( so even in desktop browsers Bluetooth and usb/serial is no allowed so an app is required
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.
Perhaps you could do something similar to what happens on the espruino code examples where a link opens an app with the code it it from the URI.
Take a look at this post on Android URIs
You will need an app with access to bluetooth, or OTG, so native or you could use PhoneGap if you prefer web languages.
Unfortunately javascript always seems to get limited access :( so even in desktop browsers Bluetooth and usb/serial is no allowed so an app is required