I use the nRF connect app - it's been pretty reliable for me.
nRF connect
NRF.findDevices won't query the services you set with setServices - it's only the publically advertised services (not the ones you get when you connect). What you want is http://www.espruino.com/Reference#l_BluetoothRemoteGATTServer_getPrimaryServices
NRF.findDevices
setServices
@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.
I use the
nRF connect
app - it's been pretty reliable for me.NRF.findDevices
won't query the services you set withsetServices
- it's only the publically advertised services (not the ones you get when you connect). What you want is http://www.espruino.com/Reference#l_BluetoothRemoteGATTServer_getPrimaryServices