Hi all,
I am new here, I my arduino uno almost 1 year and I have not so much experience, I learn Programming in school (processing) but it doesen t help much.
Also I buyed an RC kit 433 Mhz ( http://i00.i.aliimg.com/wsphoto/v0/1308017760/1pcs-433Mhz-font-b-RF-b-font-font-b-transmitter-b-font-and-font-b-receiver.jpg) and I learned how it works and it works but I have a question this program line that I found it works but I don t know if i can turn on led`s separatly. Here is the code for the transmitter:
As I am new here could someone help me or at least give me a hint how to make that the transmieter turns the lets on separatly, then I would do it with the serial monitor.
I tried to search the internet but there are just the basics , no this types of questions.
I hope you can help me
Regards,
Von
So the cose does this: The transmitor sends a signal to the reciver which makes led turn on and of ( I put the delay to 200 , but defaults was 2000) , it is the basic that i found on a page(http://www.instructables.com/id/RF-315433-MHz-Transmitter-receiver-Module-and-Ardu/all/?lang=de) It is just a test code to see how it works, and i would like to know how to turn 2 leds on and of ( or blinking) separatly. I wouldn t put leds i will put relais when i push button 1 relais 1 goes on, when i push button 2 relais 2 goes on etc..
As i see here ( trasmiter code) this regulates the sending but it sends a signal to all just to turn on , so if i have 20 leds it would turn on all.