Project of controller for RGP led strip for drumkit with web interface and cURL control.
https://github.com/vakarianplay/ESP-Projects/tree/main/ESP-Drum-and-Light
Async webinterface for control breathing RGB led modes
https://github.com/vakarianplay/ESP-Projects/tree/main/ESP-Led-breathing
Light-weight firmware for Sonoff Basic relay with http GET requests
https://github.com/vakarianplay/ESP-Projects/tree/main/sonoff
Weather station on SSD1306 oled display. Weather data gets from wttr.in and narodmon.ru
https://github.com/vakarianplay/ESP-Projects/tree/main/ESP-Weather%20Station
Cat wheel toy with control by telegram bot and moving sensor.
https://github.com/vakarianplay/ESP-Projects/tree/main/ESP-Cats
Config for project:
[env:d1_mini_lite]
platform = espressif8266
board = d1_mini_lite
framework = arduino
upload_speed = 115200
upload_port = %your_com_port%
lib_deps = %place_libs_here%
If using ESP32 need include library ESPWifi.h and ESPWebServer.h

