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?
For nRF5340, this is where you can get started
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fstruct_nrf53%2Fstruct%2Fnrf5340.html
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/getting_started.html
I can keep posting link, but you can also take the time to explore all the doc first, I know it's overwhelming but you need to take the time, not sure what your goal is, just learning as a hobby or you need to finish a school project, the approach is different.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf5340.html
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
Thank you wass and Jonathan. I'll try it out.