Espruino web IDE struggles at discovering custom BLE device and displaying it in the scanned list #7712
-
I have ported Espruino on some NICE!NANO boards having a NRF52840 on it. While nRF Connect is totally fine with scanning this board (see screenshots below), Espruino web IDE takes tens of seconds being able to see it and struggles at connecting to it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
The IDE filters devices based on the name and the Nordic UART service in the scan response packet. Since you've given your device a custom name it's not filtering based on the name, but only on the scan response - which can take a while to work in areas with a lot of BLE signal. You could rename your device "Espruino abcd" and it'd pick up much quicker. Also - just moving this to the 'other devices' section of the forum |
Beta Was this translation helpful? Give feedback.
-
Well, turns out that it is not working as well as I imagined. |
Beta Was this translation helpful? Give feedback.
The IDE filters devices based on the name and the Nordic UART service in the scan response packet.
Since you've given your device a custom name it's not filtering based on the name, but only on the scan response - which can take a while to work in areas with a lot of BLE signal. You could rename your device "Espruino abcd" and it'd pick up much quicker.
Also - just moving this to the 'other devices' section of the forum