get and send firmata using nRF24L01

Hello everyone. I have a question :

Im using Firmata (simple digital firmata) to controll my Led. And its running ok in my arduino. my question is,

"It is possible to repeat my arduino firmata reading and send it to other Arduinos using nRF2401 ? and how to do that?"

my code is just the simple digital firmata. My arduino get values from PC i want to send it to other 4 - 5 arduinos with exact same value of leds controlling.

Or maybe there is a better solution from the experts? Please help

Thank you

I have never used Firmata but my understanding is that it is intended to provide a very easy-to-use link between an Arduino and a PC using the regular USB serial connection.

If I am correct I reckon it would be a lot of work to convert it to work with an nRF24 and it would probably be simpler just to write a special purpose program for the whole thing.

This Simple nRF24L01+ Tutorial may be of interest.

...R

If I am correct I reckon it would be a lot of work to convert it to work with an nRF24 and it would probably be simpler just to write a special purpose program for the whole thing.

Sorry, Im Imagined it with the hard way :slight_smile: . I get your advice. Now Im learning your tutorial

i can copy/paste my code if that helps