Download as pdf or txt
Download as pdf or txt
You are on page 1of 14

Hookah Lighting - Arduino Project Hub https://create.arduino.cc/projecthub/turaib/hook...

Sign In (https://www.hackster.io/users/auth/arduino?current_site=arduino&
setup=true&redirect_to=%2Fprojecthub%2Fturaib%2Fhookah-lighting-4b8c2c)

Hookah Lighting © GPL3+ (http://opensource.org


/licenses/GPL-3.0)

Make the cozy shisha nights unforgettable.

food and drinks (/projecthub/projects/tags/food+and+drinks)

games (/projecthub/projects/tags/games)

home automation (/projecthub/projects/tags/home+automation)

1 de 14 23/7/19 21:40
Hookah Lighting - Arduino Project Hub https://create.arduino.cc/projecthub/turaib/hook...

lights (/projecthub/projects/tags/lights) music (/projecthub/projects/tags/music

remote control (/projecthub/projects/tags/remote+control)

2,953 VIEWS 0 COMMENTS 6 RESPECTS

COMPONENTS AND SUPPLIES

2 de 14 23/7/19 21:40
Hookah Lighting - Arduino Project Hub https://create.arduino.cc/projecthub/turaib/hook...

×
(/
p
r
oj
e
c
t
h
u
b
/
p
r
o
d
u
c
ts
/
b
u
1
y
(/pro
/1
jecth
9
ub
1
/pro
7
Arduino Nano R3 ducts
2
(/projecthub/products /buy  (/projecthub
?
/buy/19172?s=BAhJIhMxNjI /1917 /products
(/projecthub s
zNzIsUHJvamVjdAY6BkVG 2?s= /buy/19172?s=BAh
/products =
%0A) BAhJI JIhMxNjIzNzIsUHJ
/buy/19172?s=BA B
hMx vamVjdAY6BkVG%
hJIhMxNjIzNzIsU A
NjIzN 0A)
HJvamVjdAY6BkV hJ
zIsU
G%0A) Ih

3 de 14 23/7/19 21:40
Hookah Lighting - Arduino Project Hub https://create.arduino.cc/projecthub/turaib/hook...

×
(/
p
r
oj
e
c
t
h
u
b
/
p
r
o
d
u
c
ts
/
b
u
y 1
/ (/pro
4 jecth
2 ub
7 /pro
Jumper wires (generic) 4 ducts
(/projecthub/products 2 /buy  (/projecthub
/buy/42742?s=BAhJIhMxN ? /427 /products
(/projecthub
jIzNzIsUHJvamVjdAY6BkV s 42?s /buy/42742?s=BA
/products
G%0A) = =BAh hJIhMxNjIzNzIsUH
/buy/42742?s=B
B JIhMx JvamVjdAY6BkVG
AhJIhMxNjIzNzIs
A NjIzN %0A)
UHJvamVjdAY6Bk
hJ zIsU
)
4 de 14 23/7/19 21:40
Hookah Lighting - Arduino Project Hub https://create.arduino.cc/projecthub/turaib/hook...

×
(/
p
r
oj
e
c
t
h
u
b
/
p
r
o
d
u
c
ts
/
b
u
1
y
(/pro
/1
jecth
8
ub
3
/pro
Adafruit Flora RGB 3
ducts
Neopixel LEDs- Pack of 4 6
/buy  (/projecthub
(/projecthub/products ?
/183 /products
(/projecthub /buy/18336?s=BAhJIhMxNj s
36?s /buy/18336?s=BA
/products IzNzIsUHJvamVjdAY6BkVG =
=BAh hJIhMxNjIzNzIsUH
/buy/18336?s=B %0A) B
JIhMx JvamVjdAY6BkVG
AhJIhMxNjIzNzIs A
NjIzN %0A)
UHJvamVjdAY6Bk hJ
zIsU
VG%0A) Ih
HJva
5 de 14 23/7/19 21:40
Hookah Lighting - Arduino Project Hub https://create.arduino.cc/projecthub/turaib/hook...

×
(/
p
r
oj
e
c
t
h
u
b
/
p
r
o
d
u
c
ts
/
b
u
y 1
/ (/pro
4 jecth
9 ub
2 /pro
Infrared Receiver, 38 kHz 1 ducts
(/projecthub/products 5 /buy  (/projecthub
/buy/49215?s=BAhJIhMxNj ? /492 /products
(/projecthub
IzNzIsUHJvamVjdAY6BkVG s 15?s= /buy/49215?s=BA
/products
%0A) = BAhJI hJIhMxNjIzNzIsUH
/buy/49215?s=B
B hMx JvamVjdAY6BkVG
AhJIhMxNjIzNzIs
A NjIzN %0A)
UHJvamVjdAY6Bk
hJ zIsU
)
6 de 14 23/7/19 21:40
Hookah Lighting - Arduino Project Hub https://create.arduino.cc/projecthub/turaib/hook...

NECESSARY TOOLS AND MACHINES

Soldering iron (generic)

APPS AND ONLINE SERVICES

Arduino IDE 
(https://www.ar (https://www.arduino.cc (https://www.arduino.cc
duino.cc /en/main/software) /en/main/software)
/en/main
/software)

ABOUT THIS PROJECT

7 de 14 23/7/19 21:40
Hookah Lighting - Arduino Project Hub https://create.arduino.cc/projecthub/turaib/hook...

It's an easy way to make the evenings moody. Simple project and girl love it. :D
I also have a remote control, but it works without it.
If you are interested in more interesting projects, then follow me and see my
previous projects. (https://create.arduino.cc/projecthub/turaib/projects

CODE

Source code Arduino


  (/PROJECTHUB/CODE_FILES/268303/DOWNLOAD

2
1 #include <Adafruit_NeoPixel.h>
3 #ifdef __AVR__
4 #include <avr/power.h>
5 #endif
6 #include <IRremote.h>
7 byte program = 0;
8 bool onoff = 1; //on
9 int RECV_PIN = 11;
10
11 byte sens = 10;
12
13 IRrecv irrecv(RECV_PIN);
14
15 decode_results results;
16 #define PIN 6
17
18 byte NUMPIXELS=3;
19 byte bright=100; //100%
20 int rVal = 254;
21 int gVal = 1;

SCHEMATICS

8 de 14 23/7/19 21:40
Hookah Lighting - Arduino Project Hub https://create.arduino.cc/projecthub/turaib/hook...

C DOWNLOAD (HTTPS://HALCKEMY.S3.AMAZONAWS.COM/UPLOADS/ATTACHMENTS/935352/CIRCUI

c
i
r
c DOWNLOAD (HTTPS://HALCKEMY.S3.AMAZONAWS.COM/UPLOADS/ATTACHMENTS/935353/CIRC_5

9 de 14 23/7/19 21:40
Hookah Lighting - Arduino Project Hub https://create.arduino.cc/projecthub/turaib/hook...

u
i
t
2
The Adafruit NeoPixels

COMMENTS

10 de 14 23/7/19 21:40
Hookah Lighting - Arduino Project Hub https://create.arduino.cc/projecthub/turaib/hook...

Please log in (/projecthub/users/sign_in?id=162372&m=project&


reason=comment&redirect_to=%2Fprojecthub%2Fturaib%2Fhookah-lighting-
4b8c2c%23comments) or sign up (/projecthub/users/sign_up?id=162372&
m=project&reason=comment&
redirect_to=%2Fprojecthub%2Fturaib%2Fhookah-lighting-
4b8c2c%23comments&source=popup) to comment.

Be the first to comment!

AUTHOR

(/projecthub/turaib)
Turai Botond (/projecthub/turaib)
6 PROJECTS 12 FOLLOWERS

FOLLOW (/PROJECTHUB/USERS/SIGN_UP?ID=161043&M=USER&REASON=FOLLOW&RE

PUBLISHED ON

July 7, 2019

 RESPECT PROJECT (/PROJECTHUB/USERS/SIGN_UP?ID=162372&M=ARTICLE&REASON=RESPECT&RE

 WRITE A COMMENT

 Share

MEMBERS WHO RESPECT THIS PROJECT

(/projecthub/PSoC_Rocks) (/projecthub/adambenzion)

and 4 others

11 de 14 23/7/19 21:40
Hookah Lighting - Arduino Project Hub https://create.arduino.cc/projecthub/turaib/hook...

SEE SIMILAR PROJECTS


YOU MIGHT LIKE

SIMILAR PROJECTS YOU MIGHT LIKE

(/projecthub/joeypongallo/smart-home- (/projecthub/smart-tech/the-
led-lighting-system-and-more- perfectautomatic-lighting-system-using-
c8beb1?ref=similar&ref_id=162372& arduino-ldr-e3c0f7?ref=similar&
offset=0) ref_id=162372&offset=1)

SMART Home LED Lighting The PerfectAutomatic Lighting


System and More (/projecthub System Using Arduino + LDR ...
Project in progress by Joey Pongallo (/... Project tutorial by Smart Technology
6,715 VIEWS 5 COMMENTS 17 RESPECTS 5,992 VIEWS 0 COMMENTS 11 RESPECTS

12 de 14 23/7/19 21:40
Hookah Lighting - Arduino Project Hub https://create.arduino.cc/projecthub/turaib/hook...

(/projecthub/Vadzz/kitchen-working-area- (/projecthub/thejester/solar-powered-
automatic-lighting-on-arduino- cellar-lighting-arduino-control-
2fad27?ref=similar&ref_id=162372& 3ce583?ref=similar&ref_id=162372&
offset=2) offset=3)

Kitchen Working Area Solar Powered, Cellar Lighting


Automatic Lighting on Arduino Arduino Control (/projecthub
Project tutorial by Vadim (/projecthub... Project in progress by TJ Blevins (
2,093 VIEWS 2 COMMENTS 5 RESPECTS 1,862 VIEWS 0 COMMENTS 5 RESPECTS

(/projecthub/ericBcreator/add-animated- (/projecthub/randtekk/aquarium-
marquee-lighting-to-your-projects- ambience-lighting-led-control-
bcd13d?ref=similar&ref_id=162372& a0794b?ref=similar&ref_id=162372&
offset=4) offset=5)

Add Animated (Marquee) Aquarium Ambience Lighting


Lighting to Your Projects (LED) Control (/projecthub
(/projecthub/ericBcreator
Project tutorial by ericBcreator (/proje...
/randtekk/aquarium-
Project showcase by randtekk (/projec
2,024 VIEWS 5 COMMENTS 18 RESPECTS 907 VIEWS 1 COMMENT 2 RESPECTS

13 de 14 23/7/19 21:40
Hookah Lighting - Arduino Project Hub https://create.arduino.cc/projecthub/turaib/hook...

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

14 de 14 23/7/19 21:40

You might also like