LCD Display from Sunton with Speaker #469
Replies: 8 comments 2 replies
-
There are no audio drivers implemented in the standard firmware. You would need to implement the driver and compile the firmware locally.
The same goes for the SD filesystem... |
Beta Was this translation helpful? Give feedback.
-
Did you ever get anywhere with this? I have a wt32-sc01 plus and wanted to look at playing audio from home assistant on openhasp. |
Beta Was this translation helpful? Give feedback.
-
Interested too! |
Beta Was this translation helpful? Give feedback.
-
likewise :) |
Beta Was this translation helpful? Give feedback.
-
in for playing mp3 from sd card. Sunton. |
Beta Was this translation helpful? Give feedback.
-
did anyone made custom? :) |
Beta Was this translation helpful? Give feedback.
-
The next coming weeks I probably have some time to work out audio output with the built-in amp in the SC01-plus. @fvanroie Do you see any limitations around the use of the ESP32 native I2S functions? The native SDK uses event callbacks, interrupts and DMA. |
Beta Was this translation helpful? Give feedback.
-
That Sunton device uses DAC channel 2 (IO26) to directly play audio. This is totally different from my device, SC01-Plus, that uses I2S. But you might find inspiration here: #817 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an LCD model Sunton E3248S035C.
Is there any way to use the Speaker output?
Since I’m using OpenHASP as a room HMI control, it would be great to use the built-in Speaker output? OpenHASP could for example play a Radio through Home Assistant.
The last might be complicated since HA would need to stream the audio to the device, I guess. But even a simpler solution to play .MP3 files fro. The SD Card could be used to for example play a House alarm in all rooms.
Beta Was this translation helpful? Give feedback.
All reactions