Using RF Transmitter/Receiver to power LEDs from a Sensor?

AI Thread Summary
A pressure sensor outputs 4 volts when triggered, and the goal is to transmit this signal to activate an LED using RF Link Transmitter/Receiver modules at 434MHz. The discussion clarifies that the user intends to send a signal to turn on the LED rather than transmit power. It is suggested that for simple on/off signaling, a microcontroller may not be necessary, as the transmitter can work with basic 0 or 5V signals. The transmitter uses Amplitude Shift Keying, making it suitable for this application. Overall, purchasing and testing the RF modules is recommended for straightforward implementation.
SeanLynch91
Messages
2
Reaction score
0
I have a pressure sensor that gives off 4 volts when actuated and I would like to transmit it a distance to an LED 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 something other than a microcontroller to convert the 4V to send through the transmitter?

I do have an Arduino Yun that I could use for the receiver side, but let's say I didn’t have an Arduino, what would I be able to use to convert the data from the receiver?

I don’t have much experience with wireless transmission and any help is greatly appreciated.

Thank you for your attention!
 
Engineering news on Phys.org
Can we get this straight? Are you wanting to send a signal to a receiver that will turn on the LEDs or are you wanting to transmit the Power across a gap to provide the power to light them? It makes a vast difference and you use the word 'Power' in the title so we need to be sure what you want to do.
 
Sorry about the confusion. Here's the plan: I want to be able to light an LED when an object is on the sensor. The sensor gives off 4 volts when it is triggered then I would feed that into the transmitter, transmit that signal to the receiver so whenever that sensor is actuated an LED will light up. So I'm trying to send a signal to the receiver that will turn on an LED.
 
For simple signalling, those devices should work, at a basic level. I managed to look at the transmitter data sheet but the site was busy or down and I couldn't see the receiver spec.
As far as I can see, the transmitter is Amplitude Shift Keyed (i.e. On/Off signalling) which you can do with 0 or 5V from your sensor. Likewise for the receiver should give 0 or 5V, depending on the received signal level. At the price, they would be worth just buying and trying. I don't think the processor is a necessary for just a simple one channel on/off control. (Using the 'digital' output).
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...

Similar threads

Replies
8
Views
2K
Replies
14
Views
2K
Replies
5
Views
1K
Replies
3
Views
1K
Replies
20
Views
2K
Replies
11
Views
4K
Replies
8
Views
2K
Back
Top