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

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!

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.

Are you in the habit of asking how to do stuff on the Arduino on the Pi forum, too?