This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

sending data from nRF5340 to 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?

Parents Reply
  • In the ticket I mentioned there was a detailed explanation with a link to the bluetooth sample.
    If you're not familiar with the SDK, the first thing to do would be to take the time to explore it and figure out which samples it has and how to compile them with which target.
    Now when it comes to the Raspberry pi, it no longer relates to which uC you're using as Bluetooth is a standard, so you might find more help on either of Raspberry pi forums or standard linux bluetooth applications depending on the distribution you're using.

    I also recommend first to get familiar with bluetooth and GATT by following some tutorials web/video or existing books or courses.
    here's an example learn.adafruit.com/.../gatt

Children
No Data
Related