Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
88 views

How To Make LEDs DIY Face Mask Using LED Strip, Arduino Nano - Arduino Project Hub

Uploaded by

Phops Freal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views

How To Make LEDs DIY Face Mask Using LED Strip, Arduino Nano - Arduino Project Hub

Uploaded by

Phops Freal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

Sign In (https://www.hackster.io/users/auth/arduino?

current_site=arduino&setup=true&redirect_to=%2Fprojecthub%2FDKARDU%2Fhow-to-make-leds-diy-face-mask-using-

led-strip-arduino-nano-3eb17a)

How to Make LEDs DIY Face Mask Using


LED Strip, Arduino Nano © LGPL
(http://opensource.org/licenses/lgpl-license)

Make a DIY 224 LEDs strip face mask.


covid19 (/projecthub/projects/tags/covid19)

led strip (/projecthub/projects/tags/led+strip)

mask (/projecthub/projects/tags/mask)

2,191 VIEWS 1 COMMENT 10 RESPECTS

COMPONENTS AND SUPPLIES 

Arduino Nano R3
(/projecthub/products/buy/
× 1 
19172?
( (/proj (/projecthub/products/b
s=BAhJIhMzNzI2NzksUHJva
/ ecthu uy/19172?
mVjdAY6BkVG%0A)
p b/pro s=BAhJIhMzNzI2NzksUHJ
(/projecthub/pro
r ducts vamVjdAY6BkVG%0A)
ducts/buy/19172?
o /buy/
s=BAhJIhMzNzI2
j 19172
NzksUHJvamVjdA
e ?
Y6BkVG%0A)
c s=BA
t hJIhM
h zNzI2
u Nzks
b UHJva
/ mVjd
p AY6B
r kVG%
o 0A)
d
u
c
t
s
/
b
u
u
y
/
1
9
1
7
2
?
s
=
B
A
h
JI
h
M
z
N
z
I
2
N
z
k
s
U
H
J
v
a
m
V
j
d
A
Y
6
B
k
k
V
G
%
0
A
)

LED strip
(/projecthub/products/buy/
× 1 
80604?
( (/proj (/projecthub/products/b
s=BAhJIhMzNzI2NzksUHJva
/ ecthu uy/80604?
mVjdAY6BkVG%0A)
p b/pro s=BAhJIhMzNzI2NzksUHJ
r ducts vamVjdAY6BkVG%0A)
o /buy/
j 8060
e 4?
c s=BA
t hJIhM
h zNzI2
u Nzks
b UHJva
/ mVjd
p AY6B
r kVG%
o 0A)
d
u
c
t
s
/
b
u
y
/
8
0
6
0
0
4
?
s
=
B
A
h
JI
h
M
z
N
z
I
2
N
z
k
s
U
H
J
v
a
m
V
j
d
A
Y
6
B
k
V
G
%
0
A
)
)

ABOUT THIS PROJECT 

How to Make LEDs DIY Face Mask using LED strip, Arduino Nano

We have made a LEDs face mask with voice control before, but due to too small to
reflect our rich expressions, we redesigned a larger LEDs mask with 224 LEDs using LED
strips.
You can DIY any face icon you want, but only 88 pixel.
Parts:
Arduino Nano https://amzn.to/3hB8Pwf (https://amzn.to/3hB8Pwf)
224 Pixels WS2812B RGB LED
5V power bank
Code and Libraries: https://github.com/DKARDU/newfacemask
(https://github.com/DKARDU/newfacemask)
Subscribe It's Free n https://bit.ly/2C6HdAg (https://bit.ly/2C6HdAg)
How to Make LED Smile Face Mask via Arduino Nano

How to Make LED Smile Face Mask via Arduino Nano

Thanks for watching, Stay home and Be safe...Have a great day! #Arduinoproject
#Arduinofacemask #Howto #COVID19 #Ledfacemask #DIYfacemask

CODE 

gif_led.ino Arduino   (/PROJECTHUB/CODE_FILES/491618/DOWNLOAD)


2
1 #include <avr/pgmspace.h> // Needed to store stuff in Flash using PROGMEM
3 #include "FastLED.h" // Fastled library to control the LEDs
4 #ifndef PSTR
5 #define PSTR
6 #endif
7 // How many leds are connected?
8 #define NUM_LEDS 224
9
10 // Define the Data Pin
11 #define DATA_PIN 4 // Connected to the data pin of the first LED strip
12
13
14 // Define the array of leds
15 CRGB leds[NUM_LEDS];
16
17
18 const long love1[] PROGMEM =

SCHEMATICS 

c DOWNLOAD (HTTPS://HACKSTERIO.S3.AMAZONAWS.COM/UPLOADS/ATTACHMENTS/1225073/CIRCUIT_DIAGRAM
i
r
c
u
i
t
_
d
i
a
g
r
a
m
_
I
M
e
Z
3
m
I
H
x
v
.
j
p
g
COMMENTS 

Please log in (/projecthub/users/sign_in?


id=372679&m=project&reason=comment&redirect_to=%2Fprojecthub%2FDKARDU%2F
how-to-make-leds-diy-face-mask-using-led-strip-arduino-nano-3eb17a%23comments)
or sign up (/projecthub/users/sign_up?
id=372679&m=project&reason=comment&redirect_to=%2Fprojecthub%2FDKARDU%2F
how-to-make-leds-diy-face-mask-using-led-strip-arduino-nano-
3eb17a%23comments&source=popup) to comment.

blackj1 (/projecthub/blackj1)
21 days ago
(/pr
where
oject did you purchase the LEDs?
hub/
blac
kj1)
AUTHOR

(/projecthub/DKARDU)
DKARDU (/projecthub/DKARDU)
17 PROJECTS 8 FOLLOWERS

FOLLOW (/PROJECTHUB/USERS/SIGN_UP?ID=1592879&M=USER&REASON=FOLLOW&REDIRECT

PUBLISHED ON

December 1, 2020

 RESPECT PROJECT (/PROJECTHUB/USERS/SIGN_UP?ID=372679&M=ARTICLE&REASON=RESPECT&R...

 WRITE A COMMENT

 Share

MEMBERS WHO RESPECT THIS PROJECT

(/projecthub/nancyjr) (/projecthub/borikua59) (/projecthub/danny-benavides)


and 7 others
SEE SIMILAR PROJECTS
YOU MIGHT LIKE

SIMILAR PROJECTS YOU MIGHT LIKE

(/projecthub/Chris_Munz/test-the-effectiveness-of-your-diy-face-mask-0974a6?
ref=similar&ref_id=372679&offset=0)

Test the Effectiveness of Your DIY Face Mask


(/projecthub/Chris_Munz/test-the-effectiveness-of-your-diy-face-
mask-0974a6?ref=similar&ref_id=372679&offset=0)
Project tutorial by Chris Munz (/projecthub/Chris_Munz)
2,933 VIEWS 1 COMMENT 6 RESPECTS
2,933 VIEWS 1 COMMENT 6 RESPECTS

(/projecthub/ArduPic/how-to-make-a-supersize-thermometer-with-an-rgb-led-strip-
d7bbfa?ref=similar&ref_id=372679&offset=1)

How to Make a Supersize Thermometer with an RGB LED Strip


(/projecthub/ArduPic/how-to-make-a-supersize-thermometer-
with-an-rgb-led-strip-d7bbfa?ref=similar&ref_id=372679&offset=1)
Project tutorial by Giovanni Carrera (/projecthub/ArduPic)
3,780 VIEWS 1 COMMENT 12 RESPECTS

(/projecthub/SmartTronics/make-your-own-coronavirus-killerwith-arduino-nano-and-
uv-lig-cced09?ref=similar&ref_id=372679&offset=2)
Make Your Own CoronaVirus killerWith Arduino Nano and UV Lig
(/projecthub/SmartTronics/make-your-own-coronavirus-killerwith-
arduino-nano-and-uv-lig-cced09?
Project tutorial by SmartTronics (/projecthub/SmartTronics)
2,163 VIEWS 0 COMMENTS 5 RESPECTS

(/projecthub/eben-kouao/diy-electric-skateboard-using-arduino-leds-a3a6e6?
ref=similar&ref_id=372679&offset=3)
DIY Electric Skateboard – Using Arduino LEDs (/projecthub/eben-
kouao/diy-electric-skateboard-using-arduino-leds-a3a6e6?
ref=similar&ref_id=372679&offset=3)
Project tutorial by Eben Kouao (/projecthub/eben-kouao)
4,539 VIEWS 1 COMMENT 23 RESPECTS

(/projecthub/DKARDU/how-to-make-analog-clock-digital-clock-with-led-strip-edc258?
ref=similar&ref_id=372679&offset=4)

How to Make Analog Clock & Digital clock with Led Strip
(/projecthub/DKARDU/how-to-make-analog-clock-digital-clock-
with-led-strip-edc258?ref=similar&ref_id=372679&offset=4)
Project tutorial by DKARDU (/projecthub/DKARDU)
1,725 VIEWS 0 COMMENTS 4 RESPECTS

(/projecthub/buzzandy/music-reactive-led-strip-5645ed?
ref=similar&ref_id=372679&offset=5)
Music Reactive LED Strip (/projecthub/buzzandy/music-reactive-
led-strip-5645ed?ref=similar&ref_id=372679&offset=5)
Project showcase by buzzandy (/projecthub/buzzandy)
119,906 VIEWS 90 COMMENTS 214 RESPECTS

(https://www.arduino.cc)
Powered by
(https://www.hackster.io)

You might also like