Most recent activity
-
Hi people!
I wanna build a application where an extension (Chrome browser) sends data to the BangleJs (via Bluetooth GATT). The extension successfully writes a value to the RX Characteristic of BangleJS. But how can my BangleJs read the value of this RX characteristic?I searched several hours through the tutorials, api reference and in general, but couldn't find any example or snippet that answers my question.
I have to thank you @fanoush and @Gordon!
Finally I created my own GATT service and GATT characteristic. Totally missed the function
setServices(). :D