Introduction: Arduino Night Lamp

Want to bring some cool tiktok vibes into your room? Here, I will show you an inexpensive way to make this led lamp by using Arduino so you won't have to go out and buy those expensive string lights. I used the following link as a reference: https://www.instructables.com/How-to-Use-NeoPixel...

In this project, I changed...

- the amount of LEDs

-the brightness of the LEDs

from the reference I used

Swipe down for the steps!

Step 1: Get the Materials

Materials Needed For This Project:

-bread board

-jumper wires

-arduino nano

-a cup (or anything you want to use to cover the ring light)

-usb

-rgb led ring

Required Library:

Adafruit NewPixel

The following link will teach you how to add a library > https://www.instructables.com/How-to-Add-an-Exter...

Step 2: Solder and Connect the LED Ring to Arduino

Solder the jumper wires with the LED ring.

Then, connect the jumper wires to the Arduino breadboard.

GND > GND

5V > 5V

DI > D6

Step 3: Coding

Upload your sketch to Arduino.

https://create.arduino.cc/editor/melodychang/10212... > go to this link and copy the codes.

Step 4: Test It Out

Finish result!

After finishing this project, you can change the code to your likings, for example, change the light, colors or patterns.