hello all,
i want to use rf 434 module with my arduino directly.
i dont have any other modules with me.
i am trying to make rc remote out of it.
i am a noob to codin so dont know how to code it.
on the transmitter side i want to use 6 or more push buttons and the receiver side i am going to use 6 motors. can any one help me to code.
can any one help me to code.
What should the code do?
After you have read 6 switches, what, EXACTLY, do you want to send?
Start with these and work your way up.
it should sent high or low to 6 different pins.
like if i press 1 button on 7th pin then receiver should give output on 7th pin.
yes jremington this will work but i dont know how to code this.
The RcSwitch library comes with examples.
Once you understand that, then adding 'if' statements or a 'switch case' shouldn't be that hard.
Leo..