ESP32 Project - Digital Clock with LCD Display At Home

  Переглядів 27,041

Enjoy Mechatronics

Enjoy Mechatronics

Рік тому

Let's make a digital clock using the "SimpleTime" sketch with an LCD Display!
● Introduction to ESP32: • Introduction to ESP32 ...
● ESP32 NTP Server: • ESP32 NTP Server - Rea...
♥ Don't Click This! : bit.ly/3jvI8g6
► Project: github.com/Enjoy-Mechatronics...
--------------------------------------------------------------------
✅ My current Productivity Setup 👇:
● Gaming Headset: amzn.to/3HyXgp2
● Gaming Mouse: amzn.to/3ni4Ygp
● Best Webcam: amzn.to/44pVUqw
● Keyboard: amzn.to/3ALXB3M
● GPU: amzn.to/42mylNt
● CPU: amzn.to/44lOBjs
--------------------------------------------------------------------
FOLLOW ME:
● Github Projects: github.com/Enjoy-Mechatronics
● Facebook: / enjoymechatronics
● TikTok :
/ enjoy_mechatronics
--------------------------------------------------------------------
► All content by Enjoy Mechatronics is 100% free. I believe that education should be freely available to everyone.

КОМЕНТАРІ: 38
@levidos
@levidos 6 місяців тому
Any tips for a casing that can hold all this stuff and display the LCD1602 nicely?
@waka7377
@waka7377 8 днів тому
ordenado y funcional, que mas se puede pedir, gracias
@Tube-id7su
@Tube-id7su 8 місяців тому
Bro is it possible to modify the normal digital wall clock into ntp synced clock. Check with Al fajr clock CW-05 model no.
@GarlicMonoxide
@GarlicMonoxide Місяць тому
excellent video, the explanation and presentation is perfect. great attention to the details that matter.
@EnjoyMechatronics
@EnjoyMechatronics Місяць тому
Glad you liked it!
@vegasdealer777
@vegasdealer777 14 днів тому
Thanks for your nice video. I'm using a NodeMCU-32s (HiLetgo), with your "Hello" program, but I'm using a 2004 LCD. I get this error: ============ Multiple libraries were found for "LiquidCrystal_I2C.h" Used: C:\Users\junkg\Dropbox\Programming\Arduino\libraries\Newliquidcrystal_1.3.5 Not used: C:\Users\junkg\Dropbox\Programming\Arduino\libraries\LiquidCrystal_I2C exit status 1 Compilation error: invalid conversion from 'int' to 't_backlighPol' [-fpermissive] ================== I can't even FIND this Newliquidcrystal_1.3.5 on the list of installed (or not installed) libraries. What am I doing wrong here? Is it because I'm operating out of Dropbox?
@suchin04
@suchin04 Рік тому
Good idea
@EnjoyMechatronics
@EnjoyMechatronics Рік тому
Thanks
@pflint
@pflint 18 днів тому
great video
@EnjoyMechatronics
@EnjoyMechatronics 18 днів тому
Thanks!
@mahdinevisandeh833
@mahdinevisandeh833 11 днів тому
How can I convert hour number to int and use it in a conditional loop?
@MrBobWareham
@MrBobWareham 6 місяців тому
Very nice project and looks good, but would like it for my bedroom so how can I auto adjust the brightness please.
@EnjoyMechatronics
@EnjoyMechatronics 6 місяців тому
Thanks 😊 It's a great idea to add auto brightness by using an LDR (photoresistor)
@michaelrydahl8669
@michaelrydahl8669 Місяць тому
Is it possible to stop flickering on lcd at the seconds update?
@EnjoyMechatronics
@EnjoyMechatronics Місяць тому
Yeah it's possible using millis()
@EnjoyMechatronics
@EnjoyMechatronics Рік тому
● ESP32 NTP Server: ukposts.info/have/v-deo/kXKAn6lqpINlr5s.html ● Playlist Link: bit.ly/3TdXiq5
@VIRUSSS007
@VIRUSSS007 Місяць тому
how to do it with esp8266
@Draven805
@Draven805 5 місяців тому
could you make a digital screen connect to a specific website?
@finn3163
@finn3163 Місяць тому
you can get data from the api, but you cant display a website itself on the screen, as theres no browser running on the esp32
@peteygnyc
@peteygnyc 2 місяці тому
Does not compile. :( Trying to use with Lolin D1 mini clone, and 2004 lcd display. Changed variable for screen, I have the right board selected with com port. A ton of errors when compiling. Just trying to make a simple NTP clock with time, day, date. :(
@waka7377
@waka7377 8 днів тому
que pena, a mi me funcionó a la primera después de configurar la pantalla 0x27 y el offset UTP
@HobbyHomeWorkshop
@HobbyHomeWorkshop 10 місяців тому
My ESP32 no longer connects to WiFi. I did a test, without LCD, it worked. Then I uploaded the program with LCD and it doesn't work, but now the code without LCD doesn't work either. I can't explain this.
@cesarsolis001
@cesarsolis001 9 місяців тому
Esp32 gpios work with 3.3v and i2c module works with 5v so u need to manage the voltages with a voltage converter
@Anandkumar-mb9bi
@Anandkumar-mb9bi Рік тому
Hi, if I want turn on led on 6 am and off on 5 pm with this real time,? Is it possible, please send the code I need it.
@EnjoyMechatronics
@EnjoyMechatronics Рік тому
It's definitely possible.
@Anandkumar-mb9bi
@Anandkumar-mb9bi Рік тому
@@EnjoyMechatronics Can You Guide me the Way, please...
@ihmSelbst
@ihmSelbst 10 місяців тому
@@Anandkumar-mb9bi like: if (time.hour() > 6 && time.hour() < 17) { digitalwrite(PIN, HIGH); } else { digitalwrite(PIN, LOW); }
@gagankushwah2039
@gagankushwah2039 Рік тому
Hello
@Youtubeshorts-kg4hy
@Youtubeshorts-kg4hy 11 місяців тому
Make video on send time and data to firebase
@EnjoyMechatronics
@EnjoyMechatronics 11 місяців тому
OK thanks
@Youtubeshorts-kg4hy
@Youtubeshorts-kg4hy 11 місяців тому
@@EnjoyMechatronics your video really helped me to print time on serial monitor but I got a confusion regaring the UTC, if my local time is UTC+5, I have to add 3600 or multiply it?
@EnjoyMechatronics
@EnjoyMechatronics 11 місяців тому
@@UKpostsshorts-kg4hy 5h*60*60 = 5*3600=18000
@md.mijanurrahman8344
@md.mijanurrahman8344 10 місяців тому
i got an error lcd.init(); not found in library name.
@ihmSelbst
@ihmSelbst 10 місяців тому
you habe the wrong library.
@michaelrydahl8669
@michaelrydahl8669 Місяць тому
Use lcd.begin(); and it works
@waka7377
@waka7377 8 днів тому
the library es LIQUID CRYSTAL I2C
@chandanpandey3428
@chandanpandey3428 5 місяців тому
Not working
@EnjoyMechatronics
@EnjoyMechatronics 5 місяців тому
Use another address like 0x27 not 0x3F
Control High Voltage Devices with ESP32 and Tip120
6:55
Enjoy Mechatronics
Переглядів 15 тис.
2 Retro Clocks with an ESP32 (Couldn't be simpler!)
5:37
Brian Lough
Переглядів 92 тис.
Артем Пивоваров х Klavdia Petrivna - Барабан
03:16
Artem Pivovarov
Переглядів 1,4 млн
КАК ГЛОТАЮТ ШПАГУ?😳
00:33
Masomka
Переглядів 998 тис.
I PUT MY ARMOR ON (Creeper) (PG Version)
00:19
Sam Green
Переглядів 2,8 млн
Ages 1 - 100 Decide Who Wins $250,000
40:02
MrBeast
Переглядів 107 млн
12 Useful & Interesting ESP32 Projects for Beginners!
9:41
ToP Projects Compilation
Переглядів 562 тис.
How to program and upload coding ARDUINO UNO with phone  📱
2:23
PROtechno
Переглядів 27 тис.
ESP32: Temperature & Humidity Sensor with LCD Display
10:37
BaldGuyDIY
Переглядів 20 тис.
How to simply use DS1302 RTC with Arduino and LCD screen
9:47
SurtrTech
Переглядів 106 тис.
The Video You Were Waiting For - Hand Gesture Control
8:23
Enjoy Mechatronics
Переглядів 3 тис.
Нужен ли робот пылесос?
0:54
Катя и Лайфхаки
Переглядів 753 тис.
Такого вы точно не видели #SonyEricsson #MPF10 #K700
0:19
BenJi Mobile Channel
Переглядів 168 тис.
Iphone yoki samsung
0:13
rishton_vines😇
Переглядів 9 млн
300 000 за🚀МОЩНЫЙ, Но МЕРТВЫЙ ноут из Китая. Ремонт cyberpowerpc tracer 7 EDGE. Нюансы китай ноутов.
46:12
ААНТ КОНТАКТ Сервис по ремонту техники в ЕКБ, СПБ
Переглядів 61 тис.
#smartphone #screenprotection #tech #shorts #magicjohn
1:01
MagicJohn
Переглядів 6 млн
Распаковка айфона под водой!💦(🎥: @saken_kagarov on IG)
0:20
Взрывная История
Переглядів 9 млн