You are reading a single comment by @Robin and its replies.
Click here to read the full conversation.
-
Mon 2021.05.24
' but don't see much in the way of documentation regarding how complete it is'
Did the thirty or so functions within the NRF class not catch your eye?
http://www.espruino.com/Reference#NRF
https://banglejs.com/reference#NRF
Just got my Bangle.js from Adafruit yesterday, and was thinking about getting some data logging happening...
This is very interesting, and would be a great place to start ...
http://www.espruino.com/Bangle.js+Data+SĀtreaming
But I could also imagine I might want to also communicate via BLE to a ESP32 "remote" bidirectionally. I see that there is some support for the nRF library, on ESP32, but don't see much in the way of documentation regarding how complete it is.
Simple BLE advertisement ESP32 to the Bangle.js , could be step one.
Any advice on where to begin understanding this?
Thanks!