ESP32 AM Radio Transmitter
 
 
 
Go to file
bitluni 1507e77a4c
Merge pull request #8 from OPerepadia/master
Update code to compile with latest Arduino core (2.0.3)
2023-04-26 14:27:57 +02:00
AMTransmitterI2S Update code to compile with latest Arduino core (2.0.3) 2022-05-22 15:18:59 +03:00
AMTransmitterI2SButton Update code to compile with latest Arduino core (2.0.3) 2022-05-22 15:18:59 +03:00
Audio2Header added projects 2018-01-24 18:39:41 +01:00
README.md added text 2018-01-26 18:43:55 +01:00

README.md

ESP32 AM Radio Transmitter

This is a simple project showing how to generate an AM radio transmission on 835kHz.

Audio2Header converts audio files to a c++ header

AMTransmitterI2S plays an audio loop. AMTransmitterI2SButton plays the audio sample on a button press.

You need an ESP32 module and a wire as antenna connected to pin 25

Watch the project video on YouTube: https://youtu.be/lRXHd3HNzEo

and check the project page for updates: http://bitluni.net/am-radio-transmitter/

License

CC0. Do whatever you like with the code but I will be thankfull if you attribute me. Keep the spirit alive :-)

  • bitluni