And it was a crash caused by oxff that left the Puck unconnectable? Seems really strange!
oxff
If your beacon named? You can use http://www.espruino.com/Reference#l_NRF_requestDevice to connect to a device with a certain name or start of name (namePrefix).
Otherwise you're better off just using NRF.connect and putting in the address manually I guess.
NRF.connect
@Gordon 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.
And it was a crash caused by
oxff
that left the Puck unconnectable? Seems really strange!If your beacon named? You can use http://www.espruino.com/Reference#l_NRF_requestDevice to connect to a device with a certain name or start of name (namePrefix).
Otherwise you're better off just using
NRF.connect
and putting in the address manually I guess.