Skip to content

ElectroMagus/M5-FFT

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

This is a basic FFT to create a graphic equalizer of audio data received by microphone (MAX9814 in this case). I wrote it to explore the capabilities of the ESP32 Analog to Digital Converter as well as the very nice M5Stack platform.

It uses the basic Arduino FFT library which was designed for 8 bit microcontrollers making it very efficient. The graphics were adapted from various sources to work on the M5Stack display. Future enhancements will utilize the hardware capabilities of the M5Stack platform and the extra oomph from the ESP32 platform.

Feel free to use, adapt or improve the code. Feel free to send those changes back in a pull request as well.

Graphics code derived from [G6EJD] (https://github.com/G6EJD/ESP32-8-Octave-Audio-Spectrum-Display)

alt text

[M5Stack Information] (http://www.m5stack.com/) It's powered by an ESP32 and is tightly integrated with the following hardware:

  • Modular design to allow for custom hardware additions
  • 3 Buttons
  • 320x240 LCD (ILI9341)
  • SD Card Socket
  • Speaker (NS4148)
  • 150 mAh battery with intelligent IP5306 charger
  • Grove I2C Interface
  • Exposed male/female headers in the case for access to GPIO/SPI/I2C/I2S/DAC/ADC

About

Graphic Equalizer on the M5Stack platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages