Using RF Link Transmitter/Receiver – ADC vs Microcontroller

analogdigital-logicreceiverRFtransmitter

I have a sensor that gives off 4 volts when actuated and I would like to transmit it a distance to a light. So I found these RF Link Transmitter/Receiver at 434MHz:

https://www.sparkfun.com/products/10534
https://www.sparkfun.com/products/10532

The data sheets and instructions I've read all suggest a microcontroller. What I'm asking is this:

  • For the transmitter side of my project (sensor that gives off 4V), could I use an Analog/Digital converter instead of a microcontroller to convert the 4V? Would the transmitter send that signal?

  • I do have an Arduino Yun that I could use for the receiver side, but lets say I didn't have an Arduino, what would I be able to use to convert the data from the receiver? A Digital/Analog Converter?

  • Last Question: Would I need multiple transmitters/receivers for multiple sensors?

Thank you for your attention and any insight would be greatly appreciated. Thanks again!

Best Answer

You could use this chip. It's intended to be used with a radio transmitter and receiver (detail to follow). The chip has 5 inputs all of which can be transmitted and received/decoded individually. You only need one input/output so this should be relatively straightforward.

I'd use them with radiometrix modules like these - they are called TX1 and RX1

You don't need to convert the 4V into a digital number - just regard the signal as being "on" or "off" and feed it into one of the 5 input pins on the TX2 encoder. The receiver/decoder has an output pin that will minic the sensor pin.