jmysu / ESP32_VU

A simple ESP32 T-Audio I2S VU w/ NeoPixels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32_VU License: GPL v3

A simple ESP32 T-Audio I2S VU w/ NeoPixels, fixed random flickering issue by replacing library with FastLED.

      

I2S Output

To test the I2S Output, rename either _mainDuDu.txt or _mainDoReMi.txt to cpp, build and flash.
The _mainDoReMi implemented 4 kinds of waveform as above picture!

Play MP3

To play MP3 audio, put the file into SD card root, build _mainMP3.cpp and flash!


References

About

A simple ESP32 T-Audio I2S VU w/ NeoPixels

License:GNU General Public License v3.0


Languages

Language:C++ 91.9%Language:C 8.1%