VOGONS

Common searches


Search results

Display options

Re: Covox and Disney Sound Source from ESP32

I have rewritten code and started over countless times and maybe this time this is last time. I ditched Arduino IDE in favor of getting all interrupts and watchdogs totally off. Other core runs now only loop with pure assembly without any interruptions. This was needed to get StereoIn1 (Crystal …

Covox and Disney Sound Source from ESP32

I have trying to do Covox/DSS with ESP32. There were lot of obstacles in the road but I think I did it. Covox was quite easy but DSS needed reaction speeds that I couldn't achieve with ESP32 with normal ways (hardware interrupts). Solution was to dedicate second ESP32 CPU core purely to bitbanging …

Page 1 of 1