ESP32-8266-Audio-Spectrum-Display
Go to file
G6EJD c30dd4b90b
Update README.md
2017-12-16 10:34:19 +00:00
Audio_Input_Tester.ino Add files via upload 2017-12-15 23:36:46 +00:00
ESP32_Spectrum_Display_02.ino Increase audio range 125Hz-16Khz 2017-12-16 10:31:13 +00:00
ESP8266_Spectrum_Display_01.ino Add files via upload 2017-12-15 23:11:55 +00:00
README.md Update README.md 2017-12-16 10:34:19 +00:00
Wiring Diagram-ESP32.JPG Add files via upload 2017-12-15 23:11:55 +00:00
Wiring Diagram-ESP8266-OLED1.JPG Add files via upload 2017-12-15 23:11:55 +00:00
Wiring Diagram-ESP8266-OLED2.JPG Add files via upload 2017-12-15 23:11:55 +00:00

README.md

ESP32-8266-Audio-Spectrum-Display

The ESP8266 variant can display a flat response between 100Hz and 5.2Khz and is limited by the ADC conversion time.

The ESP32 variant, can display a flat response between 50Hz and 20Khz and is less limited by ADC conversion time and uses 512 samples for improved resolution. It could be optimised even further for a wider freqencuy response.