No video

DIY clock with TFT Display and Arduino

  Рет қаралды 91,884

Electronics BD

Electronics BD

Күн бұрын

Пікірлер: 91
@RobertLBarnard
@RobertLBarnard 6 ай бұрын
This video is helpful, but not directly relatable to my Raspberry Pi project. Thank you for being very clear in all three important areas: 1) visual steps when assembling the hardware. 2) showing the wiring diagram/schematic. 3) software libraries and code example. I am now a subscriber.
@dogruakimm
@dogruakimm 2 жыл бұрын
It is an amazing project thanks for this video you can make it look like a real clock with 3d printed parts
@amirulasyraff8447
@amirulasyraff8447 3 жыл бұрын
Wow nice i will try it👍🏻
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
All the best
@resuuserovich9399
@resuuserovich9399 3 жыл бұрын
Interesting. Thanks for sharing.
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
Thanks for watching!
@vdefilip
@vdefilip 2 жыл бұрын
I had it work in 30 minutes, nice project, really appreciated. But also the remark, it does not work with the 3.3V pin of arduino uno. No problems with the 5V. Curious if it lasts .
@siriknows5925
@siriknows5925 3 жыл бұрын
Hey. Clock is working but can't see it. Initially after uploading the clock face views nicely but after few seconds watch face can't be seen. How to solve this
@klausloehmann1691
@klausloehmann1691 3 жыл бұрын
You probably have a display which needs 3V3 on inputs, your arduino puts out 5V. You need a level shifter or at least a tension divider for the datalines.
@Rrocksstar
@Rrocksstar Жыл бұрын
Hey very nice detailed video, i am new to coding and adruino boards, i recently made a media volume controller for PC via arduino pro micro and its working fine. My question is that can we run two programmes at the same time? I mean i want to keep using my pro micro media controller, but can i add this clock display to the same media controller board and run two programs simultaneously to control media volume and clock display? Plz help.
@steenrudberg
@steenrudberg 3 жыл бұрын
Is it possible to only show hours and minutes?
@atomipi
@atomipi 2 жыл бұрын
Nice making atm, Im giving as a gift in a nice case, but wonder how do they set the time for when timezone changes, or daylight saving hours need setting by someone who doesnt know arduino?
@mr.anirban6631
@mr.anirban6631 3 жыл бұрын
Bhai eai display er songe esp82266 connect kore kichu eakta banao!
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
ok, Very soon banabo raspberry pi puco dea bananur iche ase, karon eta besi powerful.
@mr.anirban6631
@mr.anirban6631 3 жыл бұрын
@@ElectronicsBd kintu Raspberry pi pico te wifi nai!!🙄
@renejorgealonso4681
@renejorgealonso4681 3 жыл бұрын
Hello good afternoon in my country Mexico I do not have good knowledge of English but. My question is when I compile the program and upload it, it shows the clock on the screen but then it no longer shows it, it is a few seconds what you see, you could tell me what happened
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
Use an RTC module and check all the connections.
@theindianinnovator4179
@theindianinnovator4179 3 жыл бұрын
Can we use 4 pin oled display pls replay
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
Yes, but you've to change the code.
@theindianinnovator4179
@theindianinnovator4179 3 жыл бұрын
@@ElectronicsBd pls can u give me code pls
@lakmaljayarathne1651
@lakmaljayarathne1651 3 жыл бұрын
Superb....
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
Thank you! Cheers!
@Hklogomaker
@Hklogomaker 2 жыл бұрын
@@ElectronicsBd can I get use aurdino nano
@Leilektsoglou
@Leilektsoglou 3 жыл бұрын
Hi, where could we find the code if the RTC module is included? Thanks in any case
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
github.com/cbm80amiga/Arduino_ST7789_Fast/tree/master/examples
@BlondieSL
@BlondieSL Жыл бұрын
I know that your question is over 2 years old and most likely, you've found the info. But if not, you can just search "Arduino RTC Library". You'll find a few. You (or others) can also search KZbin for that. There are other vids that show how to connect and write/read the clock.
@Leilektsoglou
@Leilektsoglou Жыл бұрын
@@BlondieSL I forgot that I set a question here... I forgot what was the problem, if I found solution, etc LOL
@Leilektsoglou
@Leilektsoglou Жыл бұрын
@@BlondieSL Thank u in any case.
@renejorgealonso4681
@renejorgealonso4681 3 жыл бұрын
Hola otra ves tambien me marca otro erroe en la linea 67 #include "rtc.h" el anterior comentario de la linea 37 ya no lo marca me puede auxiliar gracias
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
I don't understand what are you tryna say!!!😑😑
@aldrins1922
@aldrins1922 3 жыл бұрын
Everything works but RTC. Using DS3231 but still won't keep the time when power off.
@mmaranta785
@mmaranta785 3 жыл бұрын
You always need a battery with a RTC
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
check the connections again.
@aldrins1922
@aldrins1922 3 жыл бұрын
@@mmaranta785 of course...
@Chloe-xg1cf
@Chloe-xg1cf 3 жыл бұрын
The display shows the right clock when i reset it but as soon as it loads in the display turns into a wirdly dark and messed up clock and i can bearly see it. What did i do wrong?
@Chloe-xg1cf
@Chloe-xg1cf 3 жыл бұрын
nvm the solution was just to use 5v input
@klausloehmann1691
@klausloehmann1691 3 жыл бұрын
You probably have a display which needs 3V3 on inputs, your arduino puts out 5V. You need a level shifter or at least a tension divider for the datalines.
@schinbone0
@schinbone0 2 ай бұрын
@@Chloe-xg1cf Thank you for adding the NVM, I had the same problem. I am new to the arduino world, you saved me from messing around for hours trying to figure it out.
@digitalartee
@digitalartee 3 жыл бұрын
This is nice! Can you do the same using a rounded OLED (example: GC9A01)?
@BrownBoiTech
@BrownBoiTech 3 жыл бұрын
Yes please!!
@theindianinnovator4179
@theindianinnovator4179 3 жыл бұрын
Hi your very innovative. Can you give me the code for ardunio pro mini as soon as possible.
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
Code is same, just change the board in the board section of arduino software.
@rmgsoluations3521
@rmgsoluations3521 3 жыл бұрын
where do you live in bagladesh?
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
Sreemongal
@renejorgealonso4681
@renejorgealonso4681 3 жыл бұрын
Hola buenas tardes en mi pías un comentario en tu programa que esta en library que compile marca un error en la linea 37 Arduino_ST7789 lcd = Arduino_ST7789(TFT_DC, TFT_RST); si esta bien porque ya lo cambie a Adafruit pero sigue mandando error me podrías apoyar gracias. buen video
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
Dear, I don't understand what are you saying. Please, speaker English or Bangla
@Akira_Von
@Akira_Von Жыл бұрын
Ah finally i found this vid
@First.Last.99
@First.Last.99 2 жыл бұрын
gnna build this one and add 3d printed case thank you. !!
@ubeydesevbansakal2232
@ubeydesevbansakal2232 3 жыл бұрын
ıts very easy and usefull thanks for do it
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
You are welcome 😊
@danyaladigwe2737
@danyaladigwe2737 3 жыл бұрын
Thanks for this project, was great fun! Now how can we go in and Edit or Create/Save our own watch faces in the #Include file "Smart08.h" etc
@0124akash
@0124akash 7 ай бұрын
How to posible the second niddle continue rotating not in steps
@theindianinnovator4179
@theindianinnovator4179 3 жыл бұрын
Hi where is the code pls tell
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
It's inside the library. github.com/cbm80amiga/Arduino_ST7789_Fast/tree/master/examples/ST7789_Watch_2bit
@RoamingAdhocrat
@RoamingAdhocrat 3 жыл бұрын
did an ST7789 TFT display write this
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
yes, It's an ST7789 Display
@Dancopymus
@Dancopymus 3 жыл бұрын
Hi, I like the watch! What must be changed in the code to use with Display TFT ILI9341? Thanks
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
You’ve to change the display Library. My project was based on ST7789 library. Basically, the whole coding was based on that ST7789 library functions. So, if you want to use different display, you’ve to change the library and code. Thank you.
@kunalrai3389
@kunalrai3389 3 жыл бұрын
Can i do it on ssd1306 display
@saitanveesh5906
@saitanveesh5906 3 жыл бұрын
Can we do this with 0.91” display
@rameshboina8832
@rameshboina8832 3 жыл бұрын
Is it possible to use attiny85
@ceosealemon
@ceosealemon Жыл бұрын
I own esp32 dev 30pins and 1.69" TFT 240X280 SPI ST7789. It doesn't work no matter how much I compile it for three hours. Do you have this lcd and esp32 connection diagram?
@valeriodurso6814
@valeriodurso6814 2 жыл бұрын
Hi the program keeps sazing to include , is Adafruit_CurcuitPlazground meant?
@francozenatti3430
@francozenatti3430 3 жыл бұрын
Is there a link to download the code?
@vgbhg9540
@vgbhg9540 2 жыл бұрын
This looks like the 1.3" tft IPS?
@driss25
@driss25 3 жыл бұрын
No push button hour minute
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
Yes, I don't modified the code and didn't added any push button. If you want to change the time, you can update the time on the coding section. Moreover, It takes time automatically from the computer. I recommend you to add an RTC module also.
@mohdameerudin5290
@mohdameerudin5290 3 жыл бұрын
Hi, why it said adafruit gfx no such file or directory?
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
That means that library is not installed properly!!! Install the library adafruit gfx
@trupytrupsy2259
@trupytrupsy2259 3 жыл бұрын
Nice project, thank you! But for me, the big hand jumps from 6 to 12.8 to 12.6: 00: 00 to 12:00:00. I don't have a connected ds3231, nor a connected PC I'll give it from another source and it will do it for me. Sorry translator....
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
Use the RTC module for best performance.
@rahulvrundavane
@rahulvrundavane 2 жыл бұрын
If i want to change the time then what should i do ???
@devtest8259
@devtest8259 Жыл бұрын
How to adjust the brightness?
@rajavarapupawankumar3164
@rajavarapupawankumar3164 3 жыл бұрын
What is the code of this project. Where I need to find the screen
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
you'll get the code inside this library - github.com/cbm80amiga/Arduino_ST7789_Fast/tree/master/examples Product - www.electronics.com.bd/1.3-Inch-240x240-ST7789-IPS-Display-module-robotics-project-electronics-bangladesh-bd?search=ST7789&description=true
@wasanthawimaladharm
@wasanthawimaladharm 3 жыл бұрын
mine clock dials won't change, how it get changed?
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
Basically, This clock takes time automatically from the computer. But, you can customize time, check the coding section. There are options available for it.
@yangkai8517
@yangkai8517 Жыл бұрын
I repeated the same circuit and same code on Arduino Uno and 1.3" LCD Module (ST7789 Driver 240x240 IPS Display). However, the clock appeared perfectly during the first 11 seconds after I ran the Arduino code, but the screen faded (became very dark) after 11 seconds. What's the problem? Thanks!
@personguything
@personguything 3 жыл бұрын
Dont work for me :(
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
check all the cnnctions and make sure all the libraries are installed.
@bloic4566
@bloic4566 3 жыл бұрын
Hello here, it's quite amazing, I can't find a small screen (to make a watch) with touch !! If anyone has a lead .. thank you
@raffyturc
@raffyturc 2 жыл бұрын
actually you should give credit where credit is due.
@alexandrlatukhin6345
@alexandrlatukhin6345 3 жыл бұрын
Спасибо.
@michealmorrow1481
@michealmorrow1481 2 жыл бұрын
Worst code I have ever seen. First time in the 15 years I have been writing C that I have seen Goto used and the ones I saw are TOTALLY unnecessary. Horrible code!!!
@tasnimulhasan365
@tasnimulhasan365 2 жыл бұрын
Ready for copyright srike
@ScottRemick
@ScottRemick 2 жыл бұрын
This would be better without the computer-generated voice. Couldn't stand it.
@user-vt2ng3dh6e
@user-vt2ng3dh6e 3 ай бұрын
ошибка !!! ??? компиляции для платы arduino NANO !!! ??? что делать ??? error !!! ??? compilation for arduino NANO board!!! ??? what to do ??? -> candidates: []om C:\Users\������\Documents\Arduino\libraries\Adafruit_GFX_Library\Adafruit_GrayOLED.cpp:20:0: C:\Users\������\Documents\Arduino\libraries\Adafruit_GFX_Library\Adafruit_GrayOLED.h:30:10: fatal error: Adafruit_I2CDevice.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
How To Make Arduino Digital Smart Wrist Watch | Arduino Clock
9:38
Craft Channel
Рет қаралды 62 М.
ESP32 super smart watch tutorial
14:06
Gabriel McFarlane
Рет қаралды 74 М.
7 Days Stranded In A Cave
17:59
MrBeast
Рет қаралды 96 МЛН
Incredible Dog Rescues Kittens from Bus - Inspiring Story #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 28 МЛН
I Took a LUNCHBAR OFF A Poster 🤯 #shorts
00:17
Wian
Рет қаралды 8 МЛН
Dad Makes Daughter Clean Up Spilled Chips #shorts
00:16
Fabiosa Stories
Рет қаралды 3,1 МЛН
Round IPS display on GC9A01 controller
27:17
Электроника в объективе
Рет қаралды 366 М.
ARDUINO CLOCK OLED DISPLAY AND ANIMATION - Arduino project
44:11
Bas on Tech
Рет қаралды 20 М.
Amazing Clock. Let's make it for your home
11:19
D. Creative
Рет қаралды 114 М.
Ford RS gauges with Arduino UNO
45:38
upir
Рет қаралды 235 М.
8 Brilliant ESP32 Smartwatch Projects for 2024!
6:09
ToP Projects Compilation
Рет қаралды 37 М.
7 Days Stranded In A Cave
17:59
MrBeast
Рет қаралды 96 МЛН