DIY clock with TFT Display and Arduino

  Рет қаралды 96,397

Electronics BD

Electronics BD

Күн бұрын

Пікірлер: 88
@RobertLBarnard
@RobertLBarnard 10 ай бұрын
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.
@amirulasyraff8447
@amirulasyraff8447 4 жыл бұрын
Wow nice i will try it👍🏻
@ElectronicsBd
@ElectronicsBd 4 жыл бұрын
All the best
@dogruakimm
@dogruakimm 3 жыл бұрын
It is an amazing project thanks for this video you can make it look like a real clock with 3d printed parts
@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 4 жыл бұрын
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.
@steenrudberg
@steenrudberg 3 жыл бұрын
Is it possible to only show hours and minutes?
@resuuserovich9399
@resuuserovich9399 4 жыл бұрын
Interesting. Thanks for sharing.
@ElectronicsBd
@ElectronicsBd 4 жыл бұрын
Thanks for watching!
@rameshboina8832
@rameshboina8832 4 жыл бұрын
Is it possible to use attiny85
@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
@Leilektsoglou
@Leilektsoglou 4 жыл бұрын
Hi, where could we find the code if the RTC module is included? Thanks in any case
@ElectronicsBd
@ElectronicsBd 4 жыл бұрын
github.com/cbm80amiga/Arduino_ST7789_Fast/tree/master/examples
@Leilektsoglou
@Leilektsoglou 2 жыл бұрын
@@BlondieHappyGuy I forgot that I set a question here... I forgot what was the problem, if I found solution, etc LOL
@Leilektsoglou
@Leilektsoglou 2 жыл бұрын
@@BlondieHappyGuy Thank u in any case.
@Rrocksstar
@Rrocksstar 2 жыл бұрын
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.
@kunalrai3389
@kunalrai3389 4 жыл бұрын
Can i do it on ssd1306 display
@luie.no1noob
@luie.no1noob 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.
@luie.no1noob
@luie.no1noob 3 жыл бұрын
@@ElectronicsBd kintu Raspberry pi pico te wifi nai!!🙄
@renejorgealonso4681
@renejorgealonso4681 4 жыл бұрын
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 4 жыл бұрын
Everything works but RTC. Using DS3231 but still won't keep the time when power off.
@mmaranta785
@mmaranta785 4 жыл бұрын
You always need a battery with a RTC
@ElectronicsBd
@ElectronicsBd 4 жыл бұрын
check the connections again.
@aldrins1922
@aldrins1922 4 жыл бұрын
@@mmaranta785 of course...
@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?
@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?
@0124akash
@0124akash 11 ай бұрын
How to posible the second niddle continue rotating not in steps
@saitanveesh5906
@saitanveesh5906 3 жыл бұрын
Can we do this with 0.91” display
@francozenatti3430
@francozenatti3430 3 жыл бұрын
Is there a link to download the code?
@vgbhg9540
@vgbhg9540 3 жыл бұрын
This looks like the 1.3" tft IPS?
@Chloe-xg1cf
@Chloe-xg1cf 4 жыл бұрын
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 4 жыл бұрын
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 6 ай бұрын
@@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.
@renejorgealonso4681
@renejorgealonso4681 4 жыл бұрын
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
@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.
@lakmaljayarathne1651
@lakmaljayarathne1651 3 жыл бұрын
Superb....
@ElectronicsBd
@ElectronicsBd 3 жыл бұрын
Thank you! Cheers!
@Hahfbbfb
@Hahfbbfb 3 жыл бұрын
@@ElectronicsBd can I get use aurdino nano
@digitalartee
@digitalartee 3 жыл бұрын
This is nice! Can you do the same using a rounded OLED (example: GC9A01)?
@BrownBoiTech
@BrownBoiTech 3 жыл бұрын
Yes please!!
@trupytrupsy2259
@trupytrupsy2259 4 жыл бұрын
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.
@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
@rahulvrundavane
@rahulvrundavane 2 жыл бұрын
If i want to change the time then what should i do ???
@RoamingAdhocrat
@RoamingAdhocrat 4 жыл бұрын
did an ST7789 TFT display write this
@ElectronicsBd
@ElectronicsBd 4 жыл бұрын
yes, It's an ST7789 Display
@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
@devtest8259
@devtest8259 2 жыл бұрын
How to adjust the brightness?
@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
@ubeydesevbansakal2232
@ubeydesevbansakal2232 4 жыл бұрын
ıts very easy and usefull thanks for do it
@ElectronicsBd
@ElectronicsBd 4 жыл бұрын
You are welcome 😊
@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.
@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
@First.Last.99
@First.Last.99 3 жыл бұрын
gnna build this one and add 3d printed case thank you. !!
@rajavarapupawankumar3164
@rajavarapupawankumar3164 4 жыл бұрын
What is the code of this project. Where I need to find the screen
@ElectronicsBd
@ElectronicsBd 4 жыл бұрын
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 4 жыл бұрын
mine clock dials won't change, how it get changed?
@ElectronicsBd
@ElectronicsBd 4 жыл бұрын
Basically, This clock takes time automatically from the computer. But, you can customize time, check the coding section. There are options available for it.
@Akira_Von
@Akira_Von Жыл бұрын
Ah finally i found this vid
@personguything
@personguything 4 жыл бұрын
Dont work for me :(
@ElectronicsBd
@ElectronicsBd 4 жыл бұрын
check all the cnnctions and make sure all the libraries are installed.
@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!
@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 3 жыл бұрын
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 3 жыл бұрын
Ready for copyright srike
@ScottRemick
@ScottRemick 2 жыл бұрын
This would be better without the computer-generated voice. Couldn't stand it.
@СергейАли-у6е
@СергейАли-у6е 7 ай бұрын
ошибка !!! ??? компиляции для платы 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.
Round IPS display on GC9A01 controller
27:17
Электроника в объективе
Рет қаралды 372 М.
I made a fake CRT TV with a LASER
16:05
bitluni
Рет қаралды 705 М.
Andro, ELMAN, TONI, MONA - Зари (Official Music Video)
2:50
RAAVA MUSIC
Рет қаралды 2 МЛН
Почему Катар богатый? #shorts
0:45
Послезавтра
Рет қаралды 2 МЛН
#behindthescenes @CrissaJackson
0:11
Happy Kelli
Рет қаралды 27 МЛН
The BEST Mechanical Display You've EVER Seen!!!
13:51
Tin Foil Hat
Рет қаралды 380 М.
Arduino NANO Propeller LED Analog Clock
23:24
Hobby Projects
Рет қаралды 2,3 МЛН
🤖Я в шоке! ChatGPT пишет Arduino проекты
28:24
How To Make Arduino Digital Smart Wrist Watch | Arduino Clock
9:38
Craft Channel
Рет қаралды 65 М.
ESP32 super smart watch tutorial
14:06
Gabriel McFarlane
Рет қаралды 82 М.
Pico Course for Beginners | Coding, Electronics and Microcontrollers
4:03:45
Arduino watch - Bluetooth and more | development board
14:44
Electronoobs
Рет қаралды 99 М.
Andro, ELMAN, TONI, MONA - Зари (Official Music Video)
2:50
RAAVA MUSIC
Рет қаралды 2 МЛН