data logging in other device using ino code

hello!

i have a project connecting 3 slave arduinos to one master arduino, by NRF24; im sending accelerometers data at the same time to the master, actually i have the master connected to my laptop to save the data. now i want to upgrade the system by replacing the master arduino UNO to a beaglebone black (i prefer this one over a PI) so i was wondering before buying the BBB:

  • Im going to connect a NRF24 to the BBB, and i already have my master code working on the UNO pretty good, so i guess im using the same ino code on the BBB, but im not sure how to save the data on a CSV automatically cause im looking to analyse the data with a java code im making.

is this possible??. i think it would be almost the same process if i did it on a PI or the BBB. so if you already did something similar on a PI, please let me now the details!!

thanks!

kevind:

  • Im going to connect a NRF24 to the BBB, and i already have my master code working on the UNO pretty good, so i guess im using the same ino code on the BBB, but im not sure how to save the data on a CSV automatically cause im looking to analyse the data with a java code im making.

Sounds like a question for a BeagleBone Forum.

You could always just replace the laptop with the BeagleBone and leave the Master Arduino untouched. If your laptop code is written in Python it may easily transfer to the BeagleBone.

...R

thanks for your response, seems like the BB Forum is a bit dead haha, anyway, another purpose of replacing the UNO master is due the hardware limitations!

If the BB forum is dead then maybe the solution is to use a RaspberryPI ?

...R

The Beaglebone forums are differentiated by boards instead of problem types.
So it looks like if you don't use a "popular" board, you don't get as many responses.