-
• #2
I'm not sure if this helps, but when I get something similar (device I'm expecting to see isn't on the list) I eventually realize it's because it's not advertising on BLE (either because it's connected and paired with something else or I disabled advertising altogether).
If you have another phone or tablet you can try the nrfconnect app and see if the app can detect the phone.
-
• #3
I can see the phone with anoter device
-
• #4
There is a (confusing) difference between standard
Bluetooth
andBluetooth LE
.Most phones will advertise on Bluetooth but may not advertise on Bluetooth LE by default. You could try installing
nRF Connect
as suggested above.On my phone:
NRF.findDevices(print)
does not properly list the phone- Start nRF Connect, go to 'Advertiser', add a new advertise type and turn it on
NRF.findDevices(print)
now shows the phone- If I turn 'Advertiser' off the phone is no longer visible on Bluetooth LE
hello ,
I have started a new project , and went back to basic because something isn't working for me
simple scan for devices and print them
this is the code:
I can see devices found (none of them is my phone...)
everything is on the desk maybe 10 cm from the device
the samsung phone bluetooth is open
how could it be ?
did I miss something in the code?
Thanks ,