Blinking LEDs Using Inductive Qi Charger | No Batteries

Nothing new, trying to build something based on video on stranger parts We build a coil with magnet wire and connect them to a LED. The LED blinks when coil is placed on Qi charger.

December 21, 2020 · Debashish Sahu

DIY Smart Deck Lights | ESPHome | Home Assistant controlled

Building a Home Assistant controlled ESP32 based controller for deck LED lights via ESPHome. Software: ESPHome

November 30, 2020 · Debashish Sahu

ESP8266/ESP32 Based RGB Light (NeoPixels) Connecting to Google Home & Alexa via ARTIK Cloud

⚠️ ⚠️ ⚠️ ARTIK Cloud has been depcreciated by Samsung ⚠️ ⚠️ ⚠️ Here we create an ESP8266/32 based device that emulates a RGB LED light using NeoPixels, which connects to ATRIK cloud. ARTIK cloud connects to smart home assistants like Google Home, Amazon Alexa, etc. Connecting to Samsung ARTIK Cloud https://my.artik.cloud/ GitHub: debsahu/ARTIKCloud An application made for ESP8266 to comunicate with ARTIK Cloud Connects to ARTIK Cloud via MQTT SSL port 8883 ARTIK Cloud is connected to all assistant platforms, integration is seamless Compiles on ESP8266-arduino core v2....

February 9, 2019 · Debashish Sahu

NeoPixel Painter Draw Using LEDs on Thin Air

Exploiting low light photography with long exposure to paint in thin air using NeoPixels LED strips. Here we send real-time data using the E1.31 sACN protocol to a ESP8266 code: https://github.com/debsahu/E131_PixelPusher that displays strips of pictures over time. These bright lights are registered on the sensors of camera yielding out of the world photos!

December 23, 2018 · Debashish Sahu

E1.31 Pixel Pusher: Sending E1.31 UDP Data to ESP8266 Displayed on NeoPixels

Here we try to push E1.31 UDP data received wirelessly via ESP8266 and pushed to NeoPixel in the fastest way possible. Other projects with E1.31 support: GitHub: forkineye/ESPixelStick GitHub: Aircoookie/WLED GitHub: toblum/McLighting I also demonstrate how to setup and use Jinx!, ledfx and xLights GitHub: debsahu/E131_PixelPusher Minimalistic Async code around Async E131 for ESP8266/ESP32 Completely Async Web-interface to set starting universe, unicast/umulticast, total number of universes WiFiManager Captive Portal to get WiFi credentials (Compile with -DUSE_EADNS for ESP8266) Subscribes to E131 multicast Connect RX/GPIO3 to DIN of NeoPixel strip, and any PIN (<GPIO32) specified for ESP32 Upload included firmware....

December 19, 2018 · Debashish Sahu

Building LED String Using Capacitive Dropper

Convert a string of filament lights (X-mas decoration lights) into a LED string of lights. Inspired from bigclive’s project

June 10, 2018 · Debashish Sahu