Search found 263 matches

by BuddyCasino
Wed Jan 17, 2018 7:51 pm
Forum: General Discussion
Topic: compiling ESP32 Web Radio from MrBuddyCasino
Replies: 7
Views: 10621

Re: compiling ESP32 Web Radio from MrBuddyCasino

Thought so. Code is updated, please try again.
by BuddyCasino
Wed Jan 17, 2018 9:06 am
Forum: General Discussion
Topic: compiling ESP32 Web Radio from MrBuddyCasino
Replies: 7
Views: 10621

Re: compiling ESP32 Web Radio from MrBuddyCasino

Do I hear someone being motivated to make a pull request?
by BuddyCasino
Tue Nov 28, 2017 2:11 pm
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 507898

Re: ESP32 Webradio

It should work very well for this task. You can find code on Github or via Hackaday projects, the ESP32 has two full-duplex I2S ports which you can use. If I were you I'd just go search Aliexpress for I2S boards that suit you, there are plenty on sale for little money.
by BuddyCasino
Sun Nov 19, 2017 3:55 pm
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 507898

Re: ESP32 Webradio

Nice, looks like you know what you're doing. Can you tell me what hardware are you using? So I can order the parts to test it on my side.
by BuddyCasino
Fri Nov 17, 2017 12:54 pm
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 507898

Re: ESP32 Webradio

The right abstraction would be a separate URL handler for sd cards I guess. So depending on the URL scheme, the handler would choose http/https/scdard/filesystem or whatever. Not sure how well sdcard access can be abstracted, never done it.
by BuddyCasino
Tue Nov 07, 2017 9:05 am
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 507898

Re: ESP32 Webradio

I simply didn't test APLL + PDM, assuming it would work the same as I2S. Can you open an issue on Github please?
by BuddyCasino
Sun Oct 08, 2017 11:14 am
Forum: General Discussion
Topic: program esp32 Vroom as BT audio receiver
Replies: 2
Views: 12817

Re: program esp32 Vroom as BT audio receiver

There is an A2DP sink example in the SDK, and a working bluetooth speaker mode in here: https://github.com/MrBuddyCasino/ESP32_MP3_Decoder

Its not very difficult, but be prepared to say goodbye to 64k of RAM for BT classic..
by BuddyCasino
Thu Oct 05, 2017 11:28 am
Forum: Showcase
Topic: I2S-parallel example: Drive a 64x32 display
Replies: 61
Views: 282752

Re: I2S-parallel example: Drive a 64x32 display

I see, yeah I'll figure it out. Sorry for bombarding you with questions. ^_^
by BuddyCasino
Thu Oct 05, 2017 9:47 am
Forum: Showcase
Topic: I2S-parallel example: Drive a 64x32 display
Replies: 61
Views: 282752

Re: I2S-parallel example: Drive a 64x32 display

Good to know, thanks. Do you know if there is a way to daisy-chain 2 panels, so the aspect ratio is closer to widescreen?