How to transmite data using RF module in arduino

Thread Starter

eng.me

Joined Dec 10, 2012
27
Dear all,
I'm new in Arduino world and I need your help.
My project Arduino UNO board with two unites. The first one for transmitting data and the second one for receiving. I use cheap RF module for the communication between The two Arduino boards.http://www.glacialwanderer.com/hobbyrobotics/?p=291

I face a problem in Arduino C programing language. I could not write a proper code for transmitting data from the first unite to the other one and the receiving code of that data, as well. Would you please help me to write these two codes.

Suppose the data stored in a variable called (DATA_TO_SENT) and (DATA_TO_RECEIVED) at transmitting unit and receiving unite respectively.
 

ActivePower

Joined Mar 15, 2012
155
Can you show your work? The code is relatively easy to find with a quick Google search, it seems. Is there a particular area you're getting stuck at?
 
Last edited:

ActivePower

Joined Mar 15, 2012
155
Indeed. I was too lazy not to notice the embedded links. There is a link for a couple of good tutorials on the Sparkfun website too.
 
Top