Update README.md

main
Mark Donners 2021-07-11 18:24:54 +02:00 zatwierdzone przez GitHub
rodzic 879fd85df0
commit 50931eb246
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 26 dodań i 0 usunięć

Wyświetl plik

@ -1,2 +1,28 @@
# FFT_ESP32_Analyzer
Spectrum analyzer 8-64channels FFT
8-64 Channel FFT Spectrum Analyzer
- Line in Audio
- Mic in Audio
- 8,16,24,32 or 64 channels
- Different patterns and colors
- Adjustable Peak Delay time
- Selectable input filter
- Auto change of patterns every few seconds ( can be set to on/off)
- Based on ESP32
- PCB available with onboard pre-amplifier and connector or HUB75 Displays
- Can drive ledstrip like WS2812 and similar
- Can drive series of HUB75€ Panels
- Adjustable overall brightness
PCB available with SMD components pre-assembled. You will only need to add the ESP32 board and the connectors / opamp and sockets.
Schematic and PCB layout and gerber files( PCB production files) available
Work in progress:
Future firmware update will include:
- Smooth LED transition as the LEDS are so fast it will follow the datastream. I want to implement a sort of afterglow on each led when it turns of. That will moving bars will look less hectic.
- Web interface, I would like to output data on wifi to visualize the spectrum live on a webbrowser. Although technically this already has been done, the challenge will be the use of the ADC's at the same time. Those of you who know the architecture of the ESP32 will now what I mean.
- Changing the number of bands runtime unlike now it is done before compiling and can only be changed by uploading the firmware with changed parameters.
- Elaborate and automize the calibration modes.
See Manual4.0.pdf for more details and information