From 89b9507a6a4eb3f6016fce72e237bb5be27ce0c6 Mon Sep 17 00:00:00 2001 From: bitluni Date: Fri, 26 Jan 2018 18:43:55 +0100 Subject: [PATCH] added text --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0e81ce..61efa39 100644 --- a/README.md +++ b/README.md @@ -1 +1,23 @@ -# ESP32AMRadioTransmitter +# 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 \ No newline at end of file