This repository contains the ESP8266 and Arduino Uno codes for fetching real-time pattern values from Firebase and controlling LEDs based on the received patterns.
- ESP8266 Code: Fetches and sends real-time pattern values from Firebase to an Arduino Uno.
- Arduino Uno Code: Controls LED patterns based on the pattern values received from the ESP8266.
- Open the ESP8266 code in the Arduino IDE.
- Replace the placeholders with your Firebase and Wi-Fi credentials:
#define FIREBASE_HOST "YOUR_FIREBASE_HOST" #define FIREBASE_AUTH "YOUR_FIREBASE_AUTH" #define WIFI_SSID "YOUR_WIFI_SSID" #define WIFI_PASSWORD "YOUR_WIFI_PASSWORD"