An attempt to send and receive commands by MX-FS-03V (433MHZ) Transmitter and MX-05V Receiver, using the manchester library. (Transmitter with Attiny85 microcontroller - Receiver with Arduino Uno.) By pressing one of the two buttons, the transmitter sends a message and by pressing the other, the transmitter sends an array of ten numbers.It's works perfectly, sending and receiving the data, but it is somehow complicated to which led is ON, in the receiver board for the selected reason. In the transmitter board leds light up correctly (the first ON and the second flashing) , so far as the buttons are pressed.

An attempt to send and receive commands by MX-FS-03V (433MHZ) Transmitter and MX-05V Receiver, using the manchester library.


(Transmitter with Attiny85 microcontroller - Receiver with Arduino Uno.)


By pressing one of the two buttons, the transmitter sends a message and by pressing the other, the transmitter sends an array of ten numbers.
It's works perfectly, sending and receiving the data, but it is somehow complicated to which led is ON, in the receiver board for the selected reason.


In the transmitter board leds light up correctly (the first ON and the second flashing) , so far as the buttons are pressed.

 

Building this project seems easy....

If there are questions about , I'll give the necessary instructions....

it'll be very desirable If there is some comment or correction for the Arduino sketch...