kevin56789
Posts: 4
Joined: Mon Jun 08, 2015 4:37 pm

Using Raspi to talk to + collect data from arduino (NRF24)

Wed Jun 17, 2015 9:46 pm

Has anyone tried using NRF24 on a Raspi?

I am currently connecting my Raspi with NRF24, and then using it as a mother node to talk to a network of arduino minis, through NRF24. I already have a code for the arduinos children node, which collects sound data, to send sound data to an arduino mother node (but I'm also trying to save data and arduino doesn't have enough SPI pins to support both operations), and I have been using serial monitor to look at the incoming data.

But now that the mother node is a raspberry pi, I'm not sure how to output the incoming data or saving it to a text file.

Please help me! Really stuck!

danjperron
Posts: 3502
Joined: Thu Dec 27, 2012 4:05 am
Location: Québec, Canada

Re: Using Raspi to talk to + collect data from arduino (NRF2

Wed Jun 17, 2015 10:43 pm

Ok so you have no code for the Pi.

I used https://github.com/BLavery/lib_nrf24 to communicate in python.

Return to “Networking and servers”