Skip to content

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

Notifications You must be signed in to change notification settings

Sandesh333333/Arduino-Smart-Lamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • C 0.3%