Skip to content
forked from atuline/WLED

Control WS2812B RGB LEDs with an ESP8266 over WiFi!

License

Notifications You must be signed in to change notification settings

NeariX67/WLED_MSGEQ7

 
 

Repository files navigation

This is my Fork of a Fork of WLED. (What?)
WLED is neat. WLED-Audio reactive my Atuline is neat too.
But i'm missing MSGEQE7 support so here i am coding it myself.
At least i try to.

Current Pins:

audio_reactive.h:

#define pinAnalog A0 //A0 on ESP8266
#define pinReset 5 //GPIO5
#define pinStrobe 4 //GPIO4


feel free to change it for your needs.



THIS MAY NOT BE MAINTAINED!


👋 Welcome to my project WLED!

A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control NeoPixel (WS2812B, WS2811, SK6812, APA102) LEDs or also SPI based chipsets like the WS2801!

⚙️ Features

  • Everything from WLED
  • MSGEQ7 Support
  • Music Reactive Effects from atuline and his community
  • EEPROM Saving
  • Frequency per Preset

💡 Supported light control interfaces

  • WLED app for Android and iOS
  • JSON and HTTP request APIs
  • MQTT
  • Blynk IoT
  • E1.31
  • Hyperion
  • UDP realtime
  • Alexa voice control (including dimming and color)
  • Sync to Philips hue lights
  • Adalight (PC ambilight via serial)
  • Sync color of multiple WLED devices (UDP notifier)
  • Infrared remotes (24-key RGB, receiver required)
  • Simple timers/schedules (time from NTP, timezones/DST supported)

📲 Quick start guide and documentation

See the WLED-wiki!
See the Music Reactive-wiki from atuline!

DrZzs has made some excellent video guides: Introduction, hardware and installation Settings, tips and tricks

If you'd rather read, here is a very detailed step-by-step beginner tutorial by tynick!

✌️ Other

Licensed under the MIT license Credits here!

Uses Linearicons by Perxis!

Join the Discord server to discuss everything about WLED! Any Questions? Hit me up @NeariX#4799 on Discord!

Check out the WLED Discourse forum! You can also send me mails to [email protected], but please only do so if you want to talk to me privately. If WLED really brightens up your every day, you can

Disclaimer: If you are prone to photo epileptic seizures, it is not recommended that you use this software. If you still want to try, DO NOT use strobe, lightning or noise modes or high effect-speed settings. As per the MIT license, I assume no liability for any damage to you or any other person or equipment.

About

Control WS2812B RGB LEDs with an ESP8266 over WiFi!

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 70.0%
  • C 18.6%
  • HTML 10.6%
  • Other 0.8%