Hi,
Is there any ble sdk example for Bluetooth mobile communication without using any application for nRF52840 DK.
Hi,
Is there any ble sdk example for Bluetooth mobile communication without using any application for nRF52840 DK.
Hello, Eisenheim!
What kind of communication are you thinking of? The only thing that comes to mind for me would be the Bluetooth Web Api that enables websites to interact with Bluetooth devices, without the need of an app. Is this what you want?
You can read more about it here.
Hope this helps!
- Carl Richard
the Bluetooth Web Api
I think the Thingy:52 supports this ... ?
That's true! I've been to some Nordic tech demos and most of the BLE examples could be interacted with using a web hosted app. It's quite neat!
Is it possible with nRF52840?
Is it possible with nRF52840?
Definitly! Take a look at the Thingy:52's JS code for web bluetooth.
Now you should have something to work with for both on mobile and web.
Good luck!
- Carl Richard