ESP32-Radio
ESP32-Radio copied to clipboard
Internet radio based on ESP32, VS1053 and a TFT screen.
I am planning to release a new version that can optionally use a simple PCM5102A dac (I2S) instead of the VS1053 board. MP3 is already functioning. I am working on...
Extended `utf8ascii` function for `0xC4` and `0xC5` UTF-8 characters. [source](https://www.utf8-chartable.de/unicode-utf8-table.pl?start=256&number=128&utf8=0x) ```cpp char utf8ascii ( char ascii ) { static const char lut_C3[] = { "AAAAAAACEEEEIIIIDNOOOOO#0UUUU###" "aaaaaaaceeeeiiiidnooooo##uuuuyyy" } ; static const...
Is anyone building these is a production manner? I've been monitoring this site for over a year. I would simply like to know if I can buy a pre-built one...
Check my remote control : https://play.google.com/store/apps/details?id=com.embesystems.esp_radio_rc&hl=en_US&gl=US It is free Also a fork with Spectrum Analyzer https://github.com/blotfi/ESP32-Radio-with-Spectrum-analyzer Have fun
Spectrum analyzer is not essential but it is beautiful :) https://m.youtube.com/watch?v=mSrDDmvLRfI
Is it possible to add a second rotary encoder? As in the traditional radio: one for volume control, the other for radio change, etc ...
Hi, first of all, this is a great project and works super. I do have it working, the webpage is fine as well and in mqtt the status messages are...
Hi, I am using a BLUETFT (actually red) with an integrated SD slot. The display is mounted to have the SD slot on the upper side. Unfortunately in the default...
there is an issue when the ch376 module is defined, on serial monitor it stops @ Start CH376 because "pin_ch376_cs" and "pin_ch376_int" are not defined so they have to be...