MoonModules / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! MoonModules adds features on top of upstream.
https://mm.kno.wled.ge
GNU General Public License v3.0
202 stars 64 forks source link

No Analog Input Option in WLEDMM_0.14.0-b15.21_esp32S3_8MB_M.bin #56

Closed tobeehh closed 1 year ago

tobeehh commented 1 year ago

What happened?

I find no analog input option in WLEDMM_0.14.0-b15.21_esp32S3_8MB_M.bin

I would like to use max9814 mic

To Reproduce Bug

Install WLEDMM_0.14.0-b15.21_esp32S3_8MB_M.bin Check sound Reactive section

Expected Behavior

To be able to set analog input

Install Method

From MoonModules Release Page

What version/release of MM WLED?

WLEDMM_0.14.0-b15.21_esp32S3_8MB_M.bin

Which microcontroller/board are you seeing the problem on?

ESP32-S3

Relevant log/trace output

No response

Anything else?

No response

Code of Conduct

dosipod commented 1 year ago

S3 does not support analog microphone .Go digital

softhack007 commented 1 year ago

Unfortunately ESP32-S3 (and -s2/c3) do not support analog microphone and analog line-in. So its expected behaviour that firmware for these boards is not showing any analog input options.

Technicially speaking, espressif have removed ADC-analog features from the I2S driver we use, so nothing that we can do about that, sorry.