ESP32 Spectrum analyzer 8-64channels FFT
 
 
 
Go to file
Mark Donners 18de5083b5
Rename FFT_EPS32_V1.0.ino to V1.0.ino
2022-08-25 22:43:19 +02:00
3D Design Add files via upload 2021-07-11 14:49:19 +02:00
Hardware Add files via upload 2021-07-11 14:44:31 +02:00
Main Sketch/V1.0 Rename FFT_EPS32_V1.0.ino to V1.0.ino 2022-08-25 22:43:19 +02:00
Calibration of the FFT Spectrum Analyzer.pdf Add files via upload 2022-05-06 18:40:36 +02:00
LICENSE Initial commit 2021-07-11 11:08:37 +02:00
README.md Update README.md 2022-04-22 12:30:07 +02:00
manual4.0.pdf Add files via upload 2021-07-11 18:23:00 +02:00
shortbomFFT.pdf Add files via upload 2022-01-17 16:15:35 +01:00

README.md

** important update: If your display doesn't respond well to the microphone input, you can adjust resistor R10,( The lower the value, the better the amplification) infact,you can remove it and replace it by a wire or some soldering tin. I did it on my prototype and result is amazing

Also: There are issues with the I2S_DMA_Matric library in version 2.07 ( and maybe above but have not tested) if you experiencing issues with reboot and I2S DMA ERROR.. change this library to version 2.05 (sure to work)

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