Hello Sir
Sir i have data in web page i need to send those data to nordic board via bluetooth, is there any sample's available ?
Hello Sir
Sir i have data in web page i need to send those data to nordic board via bluetooth, is there any sample's available ?
Hi,
Is the data on the cloud ? or it's local on a PC ?
We have several option for communication between PC and nRF52 via bluetooth.
- Using nRF Connect platform, have a look at this example: https://github.com/NordicSemiconductor/pc-nrfconnect-rssi
- Using pc-ble-driver, there are multiple option, and example using C, Python and JS: https://github.com/NordicSemiconductor?q=driver&type=&language=
If the data is on the cloud and you want to communicate directly from the website to the nRF52 (via a PC) Physical web could be a solution: https://google.github.io/physical-web/get-started
Thank You Sir
Sir data in local pc(in web page).
Sir which Example will help me. and also can you please explain the process.
Thank You Sir
Sir data in local pc(in web page).
Sir which Example will help me. and also can you please explain the process.
Please check the links I provided in previous answer.