Hello!Generic 433Mhz RF Transmitter and Receiver so I decided make a project using Generic 433Mhz RF Transmitter and Receiver.
First I search library for RF Module so I find two different library one is VirtualWire and other is RadioHead. First I download VirtualWire library zip from http://www.airspayce.com/mikem/arduino/VirtualWire/VirtualWire-1.27.zip. I try to install library in Arduino droid IDE but I failed.i try again and again but all time I failed so I download second library RadioHead from http://www.airspayce.com/mikem/arduino/RadioHead/RadioHead-1.86.zip and try to install but again I failed over again.
So help me how use 433Mhz RF Transmitter and Receiver.
Since the RadioHead library does not come with a "library.properties" file you will have to find one or create one. It looks like the SparkFun copy of Version 1.4.1 has a 'library.properties' file so you could try installing that:
Or you could copy just the 'library.properties' file and adapting it to the Version 1.86 that you downloaded.
I download and successfully install in Arduino droid IDE.
It work correctly but I not capable to send Text I not know why but I successfully transfer Number and Value of sensor but when I try to combine data of two different sensor it speed too slow and not quick respond. Delay between responding is More than 1 second.
Krrishdheeraj:
Fortunately I found rc switch library in GitHub
https://github.com/sui77/rc-switch//
I download and successfully install in Arduino droid IDE.
It work correctly but I not capable to send Text I not know why but I successfully transfer Number and Value of sensor but when I try to combine data of two different sensor it speed too slow and not quick respond. Delay between responding is More than 1 second.
seriously... do you think we are mind readers!
share the code you have tried and MAYBE we can help