How can I send data from nRF5340 to Raspberry Pi? Do I need nRF52840 Dongle dongle attached to raspberry pi? What functions should be used to send from nRF5340 and receive on Raspberry Pi?
How can I send data from nRF5340 to Raspberry Pi? Do I need nRF52840 Dongle dongle attached to raspberry pi? What functions should be used to send from nRF5340 and receive on Raspberry Pi?
Thanks for links. Actually I just need a bluetooth example that make my nRF5340 discoverable over BLE for my project. I am building a project where I want my nRF5340, connect to a gateway (RPi) over BLE. For RPi I could write code I have already done this with Arduino+BLE module. I want to make it work with nRF5340 as it is be battery powered which fulfills my requirement.
Thanks for links. Actually I just need a bluetooth example that make my nRF5340 discoverable over BLE for my project. I am building a project where I want my nRF5340, connect to a gateway (RPi) over BLE. For RPi I could write code I have already done this with Arduino+BLE module. I want to make it work with nRF5340 as it is be battery powered which fulfills my requirement.
Hi, i recommend you follow wass links and look in to the platform and environment to get to know the product as he said, as for links to Bluetooth examples here are some exampelse https://github.com/nrfconnect/sdk-nrf/tree/master/samples/bluetooth
In NCS will find all the examples in this path: nrf>samples>bluetooth
Regards,
Jonathan