Search found 6 matches
- Mon Nov 15, 2021 10:04 am
- Forum: Showcase
- Topic: ESP32 Webradio
- Replies: 188
- Views: 547596
- Tue May 28, 2019 10:22 pm
- Forum: Showcase
- Topic: ESP32 Webradio
- Replies: 188
- Views: 547596
Re: ESP32 Webradio
Yes from the simplest configuration: only the esp32 with internal dac output to the full one with lcd, encoders buttons vs1053 or external dac.
- Tue May 28, 2019 1:02 pm
- Forum: Showcase
- Topic: ESP32 Webradio
- Replies: 188
- Views: 547596
Re: ESP32 Webradio
Take a look at https://github.com/karawin/Ka-Radio32
- Thu Dec 20, 2018 8:27 am
- Forum: Showcase
- Topic: ESP32 KaRadio32 Wifi Webradio
- Replies: 1
- Views: 10794
Re: ESP32 KaRadio32 Wifi Webradio
Now compatible with wrover .
- Sun Oct 29, 2017 12:41 pm
- Forum: Showcase
- Topic: ESP32 KaRadio32 Wifi Webradio
- Replies: 1
- Views: 10794
ESP32 KaRadio32 Wifi Webradio
I ported KaRadio for esp8266 to the esp32.
Now it seems stable and usable.
See it at https://github.com/karawin/Ka-Radio32
Thanks for any comments.
Now it seems stable and usable.
See it at https://github.com/karawin/Ka-Radio32
Thanks for any comments.
- Sat Oct 07, 2017 3:17 pm
- Forum: Showcase
- Topic: ESP32 Webradio
- Replies: 188
- Views: 547596
Re: ESP32 Webradio
Hi all I made a little change on the soft to add a volume control. Karadio32 is based on your soft and KaraDio for esp8266. The volume control is from 0 to 256. Check in https://github.com/karawin/Ka-Radio32 in audio_renderer.c //KaraDio32 void renderer_volume(uint32_t vol) { if (vol >256) vol = 256...