RX_Test_PD_2_Ok by Tamadite

Cloned from Sketch RX_Test_PD_1_Ok by Tamadite

Receiver on Arduino side

SHORT DESCRIPTION

Basic sketch & circuit meant for capturing the RF signal sent on Manchester encoding. See TX_Test_PD_2_Ok.ino

The solution features a one-way RF communication between the Attiny85 (sender) and an Arduino UNO board (receiver).

OPERATION

Once a complete RF message is received the value of the read is sent to the serial port of the Arduino.

OPERATIONAL DETAILS

  1. This sketch&circuit features the display of the PD analog value read by both platforms, the Arduino and the Attiny85, being the Attiny85 the trigger/master that is, one a value is sent via RF then this value is displayed together with the value read by the Arduino in other words, the value read by the Arduino is only shown when the value read by the Attiny85 is under the threshold value.
  2. Previous point #1 facilitates the troubleshooting. Please note that both values may differ since they are not read at the same time.

The Receiver only:

The Sender only:

The Solution:

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:387486" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>