Sun 2018.10.28
Hi Clare @user95170 how is the Hackathon going? Have you checked out NRF.findDevices(callback, options)
NRF.findDevices(callback, options)
https://www.espruino.com/Reference#t_l_NRF_findDevices
"prints something like:"
[ BluetoothDevice { "id": "c0:52:3f:50:42:c9 random", "rssi": -65, "data": new ArrayBuffer([ ... ]), "name": "Puck.js 8f57" } ]
Also check out this forum post:
Getting Puck device name and ID
http://forum.espruino.com/conversations/314210/
@Robin started
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.
Sun 2018.10.28
Hi Clare @user95170 how is the Hackathon going?
Have you checked out
NRF.findDevices(callback, options)
"prints something like:"
Also check out this forum post:
Getting Puck device name and ID