I guess you just typed NRF.setScan()? You need to add a handler to make it work.
Try NRF.findDevices(print) for something a bit easier.
There are different types of address too - see what findDevices returns - you may have to put random after the Mac address to make it work (if the address is classified as not being universally unique).
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.
I guess you just typed
NRF.setScan()
? You need to add a handler to make it work.Try
NRF.findDevices(print)
for something a bit easier.There are different types of address too - see what
findDevices
returns - you may have to putrandom
after the Mac address to make it work (if the address is classified as not being universally unique).