Fork me on GitHub

Project Notes

#143 OpAmp AM Transmitter

Simple AM transmitter with OpAmp carrier/mixer.

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

clip

FYI, I’m “broadcasting” Go Marko Go by the Boban Marković Orkestar.

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

About LEAP#143 RadioOpAmp
Project Source on GitHub Project Gallery Return to the LEAP Catalog

This page is a web-friendly rendering of my project notes shared in the LEAP GitHub repository.

LEAP is just my personal collection of projects. Two main themes have emerged in recent years, sometimes combined:

  • electronics - usually involving an Arduino or other microprocessor in one way or another. Some are full-blown projects, while many are trivial breadboard experiments, intended to learn and explore something interesting
  • scale modelling - I caught the bug after deciding to build a Harrier during covid to demonstrate an electronic jet engine simulation. Let the fun begin..
To be honest, I haven't quite figured out if these two interests belong in the same GitHub repo or not. But for now - they are all here!

Projects are often inspired by things found wild on the net, or ideas from the many great electronics and scale modelling podcasts and YouTube channels. Feel free to borrow liberally, and if you spot any issues do let me know (or send a PR!). See the individual projects for credits where due.