Use ESP32 #1287
Replies: 3 comments 2 replies
-
At the moment I suspect a ESP is not powerful enough, as users already experience performance issues when using a small Pi Zero at least with the Spotify edition. But new ideas and improvements are always welcome. |
Beta Was this translation helpful? Give feedback.
-
Thats a constructive feedback, which make sense. Thanks for this feedback. |
Beta Was this translation helpful? Give feedback.
-
It is possible to build a very versatile player or audio project platform using an esp32, and I've come pretty far already, including hardware (not just built by me, I'm not alone in this project). I'll be able to release it in some weeks time. It consists of audio playback via class D amp, a little keyboard controller, of course Bluetooth and WiFi capability, a rotary encoder, buttons, and an i2c bus to be open for more hardware (like of course an rfid reader, a clock or sensors). Without all the extras, power consumption is pretty impressive low, because esp32 can do work in short bursts with its 2 cores at 240MHz. |
Beta Was this translation helpful? Give feedback.
-
I´m wondering if an ESP32 could replace the RPI which is an oversized device for this task.
This would bring lot of benefits like no boottime, no shutdownprocess, less power consumption...
Is there somebody who investigated in this topic? I have to less knowledge about programming in this "high" level.
May this could help: https://github.com/feelfreelinux/cspot
Beta Was this translation helpful? Give feedback.
All reactions