Skip to content

Latest commit

 

History

History
 
 

OpAmpTransmitter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

#143 AM/OpAmpTransmitter

Simple AM transmitter with OpAmp carrier/mixer.

Here's a quick demo of the transmitter in action:

HighFrequencyOpAmpOscillators

FYI, I'm "broadcasting" Go Marko Go by the Boban Marković Orkestar.

▶️ return to the LEAP Catalog

Notes

This project is inspired by Afrotechmods' Amplitude Modulation tutorial and AM radio transmitter circuit.

The circuit has two main stages:

  • one op-amp is configured as a free-running square wave generator of the carrier wave
  • a second op-amp configured as a non-inverting amplifier is the mixer

I've made two principal changes to the circuit presented by Afrotechmods:

  1. I'm using an LF347N op-amp. For some reason (dodgy parts?), I'm not able to drive the TL072 chips I have available at high enough frequency. See my HighFrequencyOpAmpOscillators project where I compare a few different op-amps and try to max out the oscillator with each. The LF347N does a grand job. In the demo, I'm tuned to around 1100kHz.

  2. Following suggestions on this EE.SE question, I've modified the mixer to tap the audio input via a n-channel JFET and us this signal to modulate the carrier in a non-inverting amplifier configuration. Note that I didn't take any particular care in designing or selecting component values, so while it works, it's likely far from optimal.

The end result is pretty decent! You can hear the result in this video.

This circuit is not designed for range: 10-15cm at most, with 20cm breadboard jumper as my aerial. Where I live, all AM stations are long gone, and the spectrum given over to other purposes. So my receiver doesn't need to move far away before other signals in the air overwhelm it with noise.

So is this really AM? Well, not quite I fear:

  • the square wave carrier is a cheat, and I expect results in quite wideband transmission
  • I think the mixer only produces a single-side band modulation

The Elsevier/Analog Devices "Op Amp Applications Handbook" has an interesting circuit in section 6-5 that uses an AD8037 Clamping Amplifier to modulate both the high and low side of the carrier. Interesting.. play for another day!

Construction

Breadboard

The Schematic

The Build

Credits and References