RF transmit circuit/RF receive circuit? (Hard to explain; I made a diagram.)

In summary, the conversation revolves around creating a universal RF (FM) audio circuit for one-way communication. The desired setup includes a separate transmitter and receiver diagram connected by an "RF circuit" which would allow audio to be transmitted from a computer to multiple receivers in a short-range system. The discussion also touches on legalities and limitations of frequencies for FM transmitters. Ultimately, the goal is to have a system that can signal when something has happened without the need for loud volume. The conversation also delves into the possibility of using a selectable frequency range of +/- 50 MHz or +/- 2 GHz for the circuit.
  • #1
cf8
33
0
Okay, basically what I'd like to be able to do is have some sort of "universal" RF (FM) audio circuit. Actually, two: One for transmitting, and a separate one for receiving. (I'd prefer to keep it simple, and therefore not a transceiver circuit. This is for one-way communication.)

My ideal setup would be like the diagram below; I don't know if I'm using the proper terms for the different parts, of if this particular type of circuit is even physically possible.
3925057100_f3f26513a0_o.png


  • The red line separates the transmitter diagram from the receiver diagram - rather than draw two completely separate ones, I just put them both there, and the red line is like the "transmitting distance" that the signal goes (not drawn to scale).
  • The Arduino microcontroller sends a "frequency selection pulse" to the RF circuit (sort of doing what an oscillator would, was my thinking).
  • Audio is the analog waveform - I think I can figure out amplification for the audio by myself, but this RF circuit thing has gotten me stuck.
  • Arrows indicate direction of data flow.
 
Engineering news on Phys.org
  • #2
Not sure what you are asking.

Are you trying to send data on an FM transmitter?
Apart from the legalities, why are you trying to do this?
Are you trying to control something or send data for some other reason?

Just switching a transmitter with a micro is quite easy, but it depends on what else you are trying to do.
 
  • #3
vk6kro said:
Not sure what you are asking.

Are you trying to send data on an FM transmitter?
Apart from the legalities, why are you trying to do this?
Are you trying to control something or send data for some other reason?

Just switching a transmitter with a micro is quite easy, but it depends on what else you are trying to do.
I used the term "data", but in this case, I'm just trying audio.

I am aware of legalities, I'm not planning large scale - just tinkering for the sake of experience.
Eventually, though, I would like to have a short-range system like this - as in, a transmitter connected to my computer, and a few receivers, located at select spots in the house, so that I could be notified (via an audio cue) of various things (such as RSS updates, new email, et cetera).

When I do get that far, though, I would definitely make sure that I couldn't pick up the signal from outside the house (maybe giving a foot or two leeway near windows). Also, I know some law enforcement officials, so I'd talk to them before I put too much effort into this project.

Edit:
With this type of thing, is there a strict limit on the variety of frequencies that could be used with the same circuitry, or is it quite broad? (Would it be limited to +/- 50 MHz, or would +/- 2 GHz be obtainable with the same device, but different pulse rates?)
 
Last edited:
  • #4
An FM transmitter normally operates on just one frequency and this is pulled slightly to transmit information.
A commercial broadcast transmitter might shift in frequency by +/- 50 Khz at 95 MHz which is only 0.1 % of the carrier frequency.
FM transmitters used in cars for mobile coummunications may only use +/- 5 KHz deviation, or less.

Transmitters have to be designed for the frequency they are used on. So, you can't use a 90 MHz transmitter on 500 MHz.

If you just wanted to signal that something had happened, you could just make a noise at the computer.

There are plenty of low powered FM transmitter circuits and kits available on the Internet. These are typically used on the 90 to 108 MHz FM band where the commercial transmitters transmit. They usually have a microphone attached, but this could be modified to accept data.
This band has the advantage that receivers are readily available.
Such low powered transmitters would not be detectable beyond house boundaries unless you attached a larger antenna than is intended.

Not sure what you mean by this:
Would it be limited to +/- 50 MHz, or would +/- 2 GHz be obtainable
If you mean could you use deviations like this on simple equipment, the answer is NO.
 
  • #5
First, I do understand the part about the "center" frequency; I think it's sometimes called "spread spectrum"? Anyways, thanks for mentioning it; I'm definitely not sure of the proper usage of these terms in this context. Let me see if I can clarify... I appreciate your patience; Google has not been much help for this. :wink:

vk6kro said:
If you just wanted to signal that something had happened, you could just make a noise at the computer.

[...]

Not sure what you mean by this:
Would it be limited to +/- 50 MHz, or would +/- 2 GHz be obtainable
If you mean could you use deviations like this on simple equipment, the answer is NO.
Yes, I would like to have the computer's audio output be wired to the audio input on the transmitter. That way, wherever I was in the house, I be able to hear the notification, and yet not have to set the computer's volume to full blast, like I would if I were just using speakers attached to it.

Edit:
Below, I use the term "selectable frequency" where I think it might refer to "carrier frequency", also I'm not referring to "deviation", if that is the "drift" from the carrier frequency to distinguish/encode data/audio being sent. Where you said "FM band", I mention the "frequency range"; perhaps, in my case, this should be called "frequency band for cf8's hard-to-describe circuit idea"?

For example:
For the +/- 50 MHz, having the circuit's selectable "center" frequency be no lower 100 MHz, and no higher than 200 MHz; in this case, the "middle" of the selectable frequencies would be 150 MHz.

Putting it in context with the FM broadcasting range, no lower than 90 MHz, no higher than 110 MHz, so 100 MHz as the "middle" of the selectable frequencies, and +/- 10 MHz frequency "range". (Yes, I know these numbers are not quite accurate, but rounding like that made it easier to explain.)

So, for the +/- 2 GHz, an example for the range of selectable frequencies might be 27 MHz to 4.027 GHz; therefore 2.027 GHz "middle" of the range.
 
Last edited:
  • #6
Still not getting you.

Do you mean something like a scanner where you might select one of 10000 possible frequencies, but each one only occupies 10 KHz?

Spread spectrum is something else.

If your computer uses a USB printer, you might have a spare parallel port available. It is very easy to send commands to a printer port and these could then either make lots of noise from near the computer (without having to turn the sound up) or feed into wires going around the house to speakers. No need to have FM receivers running all the time if you did this.

The problem would be: how do you tell if you have an RSS feed or email so that you can send these signals?
 
  • #7
If you need to make this wireless, then consider getting a kit, or a wireless module.

Building a wireless com link like this from scratch is a pain even for the novice and experienced. You might need access to oscilloscope, frequency counter, and ideally, a spectrum analyzer to make proper alignments. Not only that, if you don't synthesize your rx/tx frequency will drift and you could lose bandwidth.

If you want to play with wireless, start with smaller projects, such as build a filter, oscillator, amplifier separately and test them, see how it goes.
 
  • #8
cf8 said:
Yes, I would like to have the computer's audio output be wired to the audio input on the transmitter. That way, wherever I was in the house, I be able to hear the notification, and yet not have to set the computer's volume to full blast, like I would if I were just using speakers attached to it.

How about you just have your PC send you a txt message on your cell phone?
 
  • #9
vk6kro said:
Do you mean something like a scanner where you might select one of 10000 possible frequencies, but each one only occupies 10 KHz?
[...]
If your computer uses a USB printer, you might have a spare parallel port available. It is very easy to send commands to a printer port and these could then either make lots of noise from near the computer (without having to turn the sound up) or feed into wires going around the house to speakers. No need to have FM receivers running all the time if you did this.
[...]
The problem would be: how do you tell if you have an RSS feed or email so that you can send these signals?
In order:

I don't really need for any particular carrier frequency to have a specific width, if that's what you're asking.

Maybe this will clarify a bit:
3926647643_4bf29c3e3e_o.png


Now to explain an example. My RF circuit's frequency range (the possible frequencies it can be tuned to) has an upper limit and a lower limit; the median of these would be, for example, 100 MHz. In this example, if the upper limit were 110 MHz and the lower limit were 90 MHz, then I was saying that my frequency range would be 100 MHz, +/- 10 MHz. (100 + 10 = 110 = upper limit; 100 - 10 = 90 = lower limit)

The pulse from the Arduino would determine the carrier frequency; for example 102.35 MHz. This is analogous to using a dial on a radio in a car to select what carrier frequency you want to hear. (Which is the same one transmitted by the radio broadcasting station you want to listen to.)

Next:
I could string out wire for the speakers, but this is easier to relocate (if needed), besides that, I do want to get some experience with RF stuff. Not sure about the printer thing... I was thinking "noise" in the sense "an audiotory alert that signals a specific event". I could have the computer play a "ding ding ding" sound effect for an RSS feed alert, and the infamous "you've got mail" for an email alert.

Finally:
Perl scripts would be able to check at set intervals, and then play the corresponding sound.

waht said:
If you need to make this wireless, then consider getting a kit, or a wireless module.
Yeah, I thought about that, but I want to gain a better understand/have a more "in-depth" experience build this than I would by just following the instructions in a kit.

berkeman said:
How about you just have your PC send you a txt message on your cell phone?
Essentially, the cost vs. benefit is, in my opinion, much lower than that of what I'd like to do (the audio alerts).
 

1. What is an RF transmit circuit and how does it work?

An RF transmit circuit is a circuit that generates and amplifies high frequency radio signals. These signals are then transmitted through an antenna to be received by other devices. The circuit typically includes a signal source, an amplifier, and a matching network to ensure efficient transmission.

2. What is an RF receive circuit and how does it work?

An RF receive circuit is a circuit that captures and amplifies high frequency radio signals. These signals are then processed and decoded by the circuit to extract information from them. The circuit typically includes an antenna, a filter, an amplifier, and a demodulator to convert the signals into usable data.

3. What is the difference between an RF transmit circuit and an RF receive circuit?

The main difference between an RF transmit circuit and an RF receive circuit is their function. The transmit circuit generates and amplifies radio signals for transmission, while the receive circuit captures and amplifies radio signals for processing and decoding. The components used in each circuit may also vary, as the transmit circuit requires a signal source and the receive circuit requires a demodulator.

4. How do RF transmit and receive circuits play a role in wireless communication?

RF transmit and receive circuits are essential components in wireless communication systems. The transmit circuit is responsible for generating and amplifying radio signals to be transmitted, while the receive circuit captures and amplifies the signals for processing. These circuits allow for the transmission of information through the air, enabling wireless communication between devices.

5. What are some common applications of RF transmit and receive circuits?

RF transmit and receive circuits are used in a wide range of applications, including wireless communication systems, radio and television broadcasting, radar systems, satellite communication, and many others. They are also used in various electronic devices such as smartphones, Wi-Fi routers, and remote controls.

Similar threads

  • Electrical Engineering
Replies
28
Views
3K
  • Electrical Engineering
Replies
12
Views
1K
Replies
4
Views
2K
  • Electrical Engineering
Replies
4
Views
2K
Replies
4
Views
2K
  • Electrical Engineering
Replies
5
Views
1K
  • DIY Projects
Replies
7
Views
2K
  • Electrical Engineering
Replies
10
Views
2K
  • Electrical Engineering
Replies
1
Views
4K
  • DIY Projects
Replies
7
Views
2K
Back
Top