I am new to arduino.I am facing difficulty in interfacing of RF module as I want to make a wireless remote.So plz help me out...
I am new to arduino.I am facing difficulty in interfacing of RF module as I want to make a wireless remote.So plz help me out...
With no details, I would start at Arduino Basics: 433 MHz RF module with Arduino Tutorial 1 and proceed through to part 4 giving great information on remote control.
Clem
Hello Sir,
Can I use one Arduino board for both Rf transmitter and Receiver...
Manisha
Yes, it is possible to connect both a transmitter and receiver to the same Arduino.
I want to make a wireless alarm using rf module with arduino.I made all connection and uploaded code on arduino.But it was not working.I am not able to understand where was the problem.Rf transmitter is transmitting but Rf receiver does not response.
Plz tell me what is actual problem....
I want to make a wireless alarm using rf module with arduino.I made all connection and uploaded code on arduino.But it was not working.I am not able to understand where was the problem.Rf transmitter is transmitting but Rf receiver does not response.
Plz tell me what is actual problem....
You may need to turn around the radio from transmit mode to receive and visa versa. You cannot transmit at the same time as receive.
Clem