ESP32 Project - Digital Clock with LCD Display At Home

  Рет қаралды 41,551

DIY TechRush

DIY TechRush

Күн бұрын

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/Enj...
--------------------------------------------------------------------
✅ 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/Enj...
● Facebook: / enjoymechatronics
● TikTok : / enjoy_mechatronics
--------------------------------------------------------------------
► All content by DIY TechRush is 100% free. I believe that education should be freely available to everyone.

Пікірлер: 49
@DIYTechRush
@DIYTechRush 2 жыл бұрын
● ESP32 NTP Server: kzbin.info/www/bejne/j3OynKZporJnhMk ● Playlist Link: bit.ly/3TdXiq5
@wabda-2003
@wabda-2003 6 ай бұрын
Can we please get the code
@mauricio6958
@mauricio6958 4 ай бұрын
My esp32 sits on a camera extension board that connect to it's own battery, making this a useful project that don't need to be connected to Arduino IDE or computer at all. Thanks for explaining this in such detail. I'm in California and it took me awhile to figure out how many seconds to adjust gmtOffset_sec for my zone, but it's working perfect now.
@DIYTechRush
@DIYTechRush 4 ай бұрын
Sounds great!
@Platttraining
@Platttraining 6 ай бұрын
Outstanding video and very detailed. I can see using this tutorial in my American High School classes. Thank you so much.
@DIYTechRush
@DIYTechRush 6 ай бұрын
Glad it was helpful!
@GarlicMonoxide
@GarlicMonoxide 11 ай бұрын
excellent video, the explanation and presentation is perfect. great attention to the details that matter.
@DIYTechRush
@DIYTechRush 11 ай бұрын
Glad you liked it!
@michaelrydahl8669
@michaelrydahl8669 10 ай бұрын
Is it possible to stop flickering on lcd at the seconds update?
@DIYTechRush
@DIYTechRush 10 ай бұрын
Yeah it's possible using millis()
@cbara568
@cbara568 Жыл бұрын
Any tips for a casing that can hold all this stuff and display the LCD1602 nicely?
@Hrudayesh
@Hrudayesh 2 ай бұрын
Sir I am using the same library as you mentioned but no text is displayed. I tried adjusting the contrast. It works with Arduino UNO and not esp32. Please Help
@MrBobWareham
@MrBobWareham Жыл бұрын
Very nice project and looks good, but would like it for my bedroom so how can I auto adjust the brightness please.
@DIYTechRush
@DIYTechRush Жыл бұрын
Thanks 😊 It's a great idea to add auto brightness by using an LDR (photoresistor)
@aryanwasan2654
@aryanwasan2654 7 ай бұрын
any alternative to i2c?? i dont have one
@waka7377
@waka7377 9 ай бұрын
ordenado y funcional, que mas se puede pedir, gracias
@ingoknoppke7265
@ingoknoppke7265 3 ай бұрын
Cool project! How to assign the &timeinfo for %H, %M and %S to variables of type "int"?
@תומרגופמן
@תומרגופמן 2 ай бұрын
char timeHour[7]; strftime(timeHour,7, "%H:%M", &timeinfo); return timeHour; it will return a string but u can convert it. U can paly with the format but u need to change the length of the array accordingly
@RUANGBERITA7
@RUANGBERITA7 6 ай бұрын
Boardnya menggunakan NodeMCU-32S ya ?
@pflint
@pflint 10 ай бұрын
great video
@DIYTechRush
@DIYTechRush 10 ай бұрын
Thanks!
@mahdinevisandeh833
@mahdinevisandeh833 9 ай бұрын
How can I convert hour number to int and use it in a conditional loop?
@Tube-id7su
@Tube-id7su Жыл бұрын
Bro is it possible to modify the normal digital wall clock into ntp synced clock. Check with Al fajr clock CW-05 model no.
@suchin04
@suchin04 2 жыл бұрын
Good idea
@DIYTechRush
@DIYTechRush 2 жыл бұрын
Thanks
@peteygnyc
@peteygnyc Жыл бұрын
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 9 ай бұрын
que pena, a mi me funcionó a la primera después de configurar la pantalla 0x27 y el offset UTP
@VIRUSSS007
@VIRUSSS007 10 ай бұрын
how to do it with esp8266
@vegasdealer777
@vegasdealer777 9 ай бұрын
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?
@Draven805
@Draven805 Жыл бұрын
could you make a digital screen connect to a specific website?
@finn3163
@finn3163 11 ай бұрын
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
@HobbyHomeWorkshop
@HobbyHomeWorkshop Жыл бұрын
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 Жыл бұрын
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.
@DIYTechRush
@DIYTechRush Жыл бұрын
It's definitely possible.
@Anandkumar-mb9bi
@Anandkumar-mb9bi Жыл бұрын
@@DIYTechRush Can You Guide me the Way, please...
@ihmSelbst
@ihmSelbst Жыл бұрын
@@Anandkumar-mb9bi like: if (time.hour() > 6 && time.hour() < 17) { digitalwrite(PIN, HIGH); } else { digitalwrite(PIN, LOW); }
@Youtubeshorts-kg4hy
@Youtubeshorts-kg4hy Жыл бұрын
Make video on send time and data to firebase
@DIYTechRush
@DIYTechRush Жыл бұрын
OK thanks
@Youtubeshorts-kg4hy
@Youtubeshorts-kg4hy Жыл бұрын
@@DIYTechRush 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?
@DIYTechRush
@DIYTechRush Жыл бұрын
@@KZbinshorts-kg4hy 5h*60*60 = 5*3600=18000
@md.mijanurrahman8344
@md.mijanurrahman8344 Жыл бұрын
i got an error lcd.init(); not found in library name.
@ihmSelbst
@ihmSelbst Жыл бұрын
you habe the wrong library.
@michaelrydahl8669
@michaelrydahl8669 10 ай бұрын
Use lcd.begin(); and it works
@waka7377
@waka7377 9 ай бұрын
the library es LIQUID CRYSTAL I2C
@GudepuKavyasridurga-em9ch
@GudepuKavyasridurga-em9ch 7 ай бұрын
can we get code
@chandanpandey3428
@chandanpandey3428 Жыл бұрын
Not working
@DIYTechRush
@DIYTechRush Жыл бұрын
Use another address like 0x27 not 0x3F
@gagankushwah2039
@gagankushwah2039 Жыл бұрын
Hello
Control High Voltage Devices with ESP32 and Tip120
6:55
DIY TechRush
Рет қаралды 33 М.
3 engineers race to design a PCB in 2 hours | Design Battle
11:50
Predictable Designs
Рет қаралды 583 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
DIY Digital Clock with ESP32 and TM1637 Display
8:08
DIY TechRush
Рет қаралды 16 М.
Revolutionize Your ESP32 Projects with Live GPIO Pin Monitoring!
8:08
The Last Outpost Workshop
Рет қаралды 204 М.
I tried the Cheapest Arduino Alternative (that Nobody heard of)
13:31
The 20 Best ESP32 Projects of 2024!
14:44
ToP Projects Compilation
Рет қаралды 180 М.
ESP32 CAM - 10 Dollar Camera for IoT Projects
29:39
DroneBot Workshop
Рет қаралды 818 М.
Using LCD1602 or LCD2004 with ESP32
13:49
Robojax
Рет қаралды 76 М.
The BEST Mechanical Display You've EVER Seen!!
13:51
Tin Foil Hat
Рет қаралды 616 М.
Is this Best ESP32 board? New T-Display S3 ESP32S3
10:17
Volos Projects
Рет қаралды 356 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН