esikora / ESP32App_Led_IR

Application for ESP32 pico board that displays light effects on an led strip. Effects can be adjusted using an infrared remote control.

Home Page:https://m5stack.hackster.io/Slartibartfass/night-lamp-with-atom-lite-neopixel-strip-and-ir-remote-f674fd/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32App_Led_IR

This application has been developed to run on an M5Stack Atom Lite ESP32 development board. It displays light effects on an led strip which can be adjusted using an infrared remote control.

Getting Started

Development environment used for this application:

  • Arduino IDE (version 1.8.12)

Board definition package used (in Arduino IDE Board Manager):

  • esp32 (version 1.0.4)

Selected board:

  • ESP32 Pico Kit

Libraries installed (in Arduino IDE Library Manager):

  • JC_Button (version 2.1.2)
  • FastLED (version 3.3.3)
  • IRRemoteESP8266 (version 2.7.5)

Project Description

My hardware setup is described here.

License

License: GPL v3

See the LICENSE file for details.

Copyright 2020 © Ernst Sikora

About

Application for ESP32 pico board that displays light effects on an led strip. Effects can be adjusted using an infrared remote control.

https://m5stack.hackster.io/Slartibartfass/night-lamp-with-atom-lite-neopixel-strip-and-ir-remote-f674fd/

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%