Uses a nodemcu and arduino to change the color of a rgb LED from a website
- esp8266 nodemcu
- arduino microcontroller
- a rgb led which can control all three color channels
- Connect RGB LED to your arudino
- Take the ardino-slave file and use the Aurdino IDE to upload to your Arduino Uno
- Take the esp-master file and use the Aurdino IDE to upload it to your NodeMCU module
- Connect arduino and nodemcu for Wire transfer using 12C. D1(nodemcu) to A4(arduino) & D2(nodemcu) to A5(arduino)
- Plug arudino into power source and enjoy!