ESP8266 Based NeoPixel Dashboard
This is an ESP8266 based Neopixel dashboard, it shows current time, can show a custom message and have upto 41 prebuild effects.
Moreover, the color and brightness of the message as well as time can be changed. The speed of the message scroll as well as effects can also be changed dynamically. The time is RTC backed and The whole dashboard is LiIon Battery Backed.
Get the Code on GitHub
The construction consist of following basic parts.
- ESP8266 based NodeMCU, any other board can be used (https://shop.pimoroni.com/products/adafruit-feather-huzzah-with-esp8266-wifi)
- NeoPixel matrix (https://goo.gl/zl7i5V)
- LiIo Battery (From Amazon)
- RTC for time keeping (From Amazon or Ebay)
- Battery charging circuit (The one found on ebay, or Amazon)
- Front and Back plates from Pimoroni (https://shop.pimoroni.com/products/pibow-modification-layers)
The connection is straightforward, The Data In Pin of the matrix is connected to the D3 pin of NodeMCU. and the 5V Pin is connected to the 5V of battery charging circuit. This is to make sure that we do not fry the ESP. Protection diode needs to be placed between all the points, but I was lazy enough not to use one, as who cares even if I loose a cheap NodeMUC. All the connection are totally up to you, this is not the only way you can use it.
The Magic lies in the Code, The meat lies in the code. Code is everything !!!!!!......
Before uploading the code make sure, you have the ESP9266 Arduino Core and that you have connected the ESP8266 to WiFi at least once, and do remember to use the libraries that I have included in this repository, the one that I have used have been modified a bit to be able to use it properly. The description is below.
can someone please share wiring diagram for this project