• setConnect?

    What does NRF Connect say about the micro:bit - it'd be interesting to see the 'RAW' data.

    Theres definitely no 'name' in the data that Espruino is receiving there. So there are two options I guess:

    • Micro:bit isn't transmitting very often and is also alternating advertising packets, so you need to make sure you scan for longer in order to get a packet that contains the name - I see you actually explicitly lowered the scan time to 1 sec, so raising that again might help.
    • Micro:bit is only transmitting the name in a 'scan response' packet, so you need to start an 'active' scan with active:true: http://www.espruino.com/Reference#l_NRF_­findDevices
About

Avatar for Gordon @Gordon started