I use nRF52832 as a central mode but i don't find my phone(iPhone6). Could i find old versions devices of bluetooth? Is it possible? How can i find?
I use nRF52832 as a central mode but i don't find my phone(iPhone6). Could i find old versions devices of bluetooth? Is it possible? How can i find?
I use nRF52832 as a central
Then your phone would have to advertise as a Peripheral.
Not all phones can do this.
If your phone does have the capability, you can use the nRF Connect app to demonstrate it.
Could i find old versions devices of bluetooth?
The Nordic nRF5x chips are BLE only - they have no BT "Classic" support
If your phone does have the capability, you can use the nRF Connect app to demonstrate it.
Thanks for your support ,
I also use nRF connect app and my phone has the capability but my problem isn't about it. My central device doesn't find my phone. Probably, i have a problem in my code.
I also use nRF connect app and my phone has the capability but my problem isn't about it.
You didn't mention that.
My central device doesn't find my phone.
So can any other Centrals "see" your phone when you think it should be advertising?
Can your Central "see" any other advertising peripherals?
What code are you using in your Central? The CLI example is a good one, as that can list all the advertisers the Central is "seeing" ...
Can your Central "see" any other advertising peripherals?
Yes, it see beacon that has nRF module devices.
What code are you using in your Central?
I use ble_app_uart_c for my central.
CLI
How can i find that example?
CLI = Command Line Interface:

Thanks a lot! I’ll search and try it.
Thanks a lot! I’ll search and try it.