AM radio transmission using AVR using Atmega324 microcontroller

radio circuitry

When you think about building a radio transmitter circuit, the first thing that comes in mind is it requires too many analog components. But wait a minute, this guy demonstrates an AM transmission using a microcontroller. The interesting part is it uses a plant as an antenna for transmission. This project is based on Atmega324 microcontroller, internally clocked at 8 MHz, and it generates a modulated AM signal using internal timers and counters. It uses TC1 timer/counter to generate a PWM signal of approximately 540 KHz. This is the carrier frequency. You know that before AM transmission, the high frequency carrier signal is modulated with a low frequency message signal. In this case, the carrier frequency is modulated by varying the duty cycle of the output PWM from 5% to 50% using TC0 timer/counter.

radio circuitry

The modulated output from the microcontroller has square waves.

Read more: AM radio transmission using AVR using Atmega324 microcontroller

Leave a Comment

Your email address will not be published. Required fields are marked *