Hi,
Is anybody here have some experience with the “On Shine 433MHz High Sensitivity” wireless device? I don’t know how to make it work. Is there some documentation for this product? Where can I find sample circuits and programs to work with this device? The micro controller I want to use in this project is an Arduino Atmega 328 mounted on the Duemilanove board.
Thanks in advance for your help,
P.
Hi and welcome to the forum Philippe.
In theory, whatever is sent to the TX pin of the transmitter should be echoed to the RX pin on the receiver. This could allow you to send simple data in a proprietary format or serial data right off the TX/RX pins of the Arduino. If you are having difficulty with serial communication, we suggest lowering the communications baud rate until your results are acceptable.
Other common problems include RF interference in the enviroment or incorrect/lack of an antenna.
It may be a good idea to elaborate on exactly what you are attempting to accomplish, but for code examples of serial communications on Arduino please visit this link:
arduino.cc/en/Reference/Serial