I'm looking for an example to use the Bluetooth serial port. I don't seem to get it working, probably because the console is still bound to it. I've tried looking for examples, but I can't find any. To be clear, I mean this one: https://www.espruino.com/Reference#l__global_Bluetooth
A println seems to output some data to the console, but the "data" event gets never posted..
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.
Hi there,
I'm looking for an example to use the Bluetooth serial port. I don't seem to get it working, probably because the console is still bound to it. I've tried looking for examples, but I can't find any. To be clear, I mean this one: https://www.espruino.com/Reference#l__global_Bluetooth
A println seems to output some data to the console, but the "data" event gets never posted..