Sandesh333333 / Arduino-Smart-Lamp

Smart lamp using Arduino microcontroller connected to a ring of LEDs. Use in 2 modes: palm control and Christmas tree mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino Smart Lamp

Smart lamp using Arduino microcontroller connected to a ring of LEDs

Technologies Used

Arduino Uno (Microprocessador)

arduino

NeoPixel Ring - 12 x 5050 RGB LED with Integrated Drivers

led_ring

Library Used -> Adafruit NeoPixel

Modes of operation

Used as a christmas tree

  • Random colors
  • Random flasher speed
  • To use this mode just comment the following excerpt: #define SONG_PIN

Using sound sensor [palms] to change the lamp color

  • Color control through palms
  • To use this mode just remove the comment the following excerpt: #define SONG_PIN

KY-038 (Audio Sensor)

ky038

Demos

lamp

demo

About

Smart lamp using Arduino microcontroller connected to a ring of LEDs. Use in 2 modes: palm control and Christmas tree mode


Languages

Language:C++ 99.7%Language:C 0.3%