I think the KZbin algorithm just hasn't caught on to this series yet. Please keep it up.
@VolosProjects7 ай бұрын
I hope, thank you Tim.
@lohikarhu7347 ай бұрын
I *really* like the way you slowly walk through everything, enough time to really see what functions, libraries, and so on... great! Too many presenters go through as fast as they can type, or select an on- screen menu item...you speak carefully and give enough time to see what's going on! Dobro!
@VolosProjects7 ай бұрын
Thank you, i always think that my videos are too long, it is nice to see comment like yours. Thank you.
@daytona12127 ай бұрын
Super. Thank you for explaining the code, and the code itself. It would have been great if the dots above the time were seconds appearing one after another, untill 60 and start over again.
@teebeeonline7 ай бұрын
I also have a clock but in multiple time zone, most of the code and fonts are copied from your examples. 😊cheers! I am very thankful that you share your design and examples for us.
@morpheon_xyz6 ай бұрын
This video definitely is helpful because I'm considering getting the Lilygo T Watch, so this would help a lot for writing code for it because my smart watch is starting to give me problems, so please continue the videos and tutorials you're making, because you are the reason I came across displays and devices that suit my projects, and you're one of the very few to do complete code with examples for how to write code for these boards. Keep it up 🙌
@craigflorin10717 ай бұрын
I love this series. I am working it with the older TTGO with a 135 x 240 pixel display and then adjusting the graphics to fit. I have incorporated what I learn from your videos into other projects. This specific video led me eliminate an external RTC I was using to timestamp a data stream that I capture and store.
@rogerthomas70407 ай бұрын
Please don't give up on you coding videos, the viewer count will be lower as fewer people are going to own the device you are doing a complete example for when compared to the number of people who will watch a more review like video of a device. I now have a S3 board because of your review/overview videos, so having access to coding examples is a great help.
@VolosProjects7 ай бұрын
Thank you Roger, i will not give up :)
@Chiavaloni7 ай бұрын
I did a "keychain" with this LillyGo, by ESP NOW (there's a ESP32 DEVKIT controling the "car"), to control door locks, power windows, alarm, headlights and so, for my 1981 Ford Corcel. It's a "charm" the old rusted car with a color "keychain" control... 🤣
@VolosProjects7 ай бұрын
Hahah, i love it😀
@edriobranco7 ай бұрын
Yes, the series is great, it helps to understand several past codes. Do 3 minutes showing how to monitor the battery with this board and how to control the buttons. Thanks.
@VolosProjects7 ай бұрын
Thank you! Next week :)
@georgekroonder66557 ай бұрын
Hi Volos, I also very much appreciate this series. I haven’t watched them all, but I like that you go more in depth and explore specific use cases. I believe thiamin’s really useful! Keep up te good work!
@VolosProjects7 ай бұрын
Tnx my friend.
@snoopdoc7 ай бұрын
I think the format is great for people that have a basic foundation of understanding, but just need a little nudge in the right direction. Also great for inspiration. Would love to see more on gauges, dials, and meters!
@VolosProjects7 ай бұрын
Totally agree! Tnx .
@tonykruzewski65734 ай бұрын
A very useful instruction. Its nice because it concentrates on one main subject. Thanks :)
@tubeDude487 ай бұрын
Newest version is quite stunning compared to the last version. I like the rounded edge of the digits!
@aburfitt6 ай бұрын
Keep them coming. These are great.
@Androidzombie17 ай бұрын
this is really good, i've been looking for small mini projects like this just to learn the ESP32 more :)
@VolosProjects7 ай бұрын
Glad I could help!
@TheIronHeadRat7 ай бұрын
Thanks for sharing 👍
@VolosProjects7 ай бұрын
Thanks for watching
@HG-Pilot7 ай бұрын
Hi Volos, a great application for your work would be building gauges and instrument display for outboard marine motors using NMEA 2000 bus. There is a github library for open source NMEA2000 implementation. Using esp32 to take NMEA2000 data and display it on a screen or a web interface would be a project that can be easily marketed. Cheers, A
@williamna58007 ай бұрын
My comment in the comments since commentary and commitment reduce confusion in this community.
@casualweekday-ytshadowbang24697 ай бұрын
Time can be pretty complex because, for example: - Daylight Saving Time - Periods for DST may vary depending on the country - There exist exceptions where the difference is only 30 minutes
@montechristosmonty35617 ай бұрын
Thank you very much Volos for these videos. They really help and inspire While in the topic, I would be interested in waking up the ESP32 by an external RTC. Is this even possible? In your video with the e-paper display, you make the ESP32 sleep, but you wake it up by the internal RTC (I checked the code). Any directions to this would be appreciated. Keep up the great channel!
@henrybecker28427 ай бұрын
I really enjoy and learn from these series. Thank you. Have you noticed how accurate the built in RTC is? Did you decide to synchronize after 7200 seconds because you noticed the RTC was drifting?
@VolosProjects7 ай бұрын
Thank you Henry for suporting my chanell for so long. I never tried build in rtc, but other people tested it and after 10 hours tike was 3 min off.
@henrybecker28427 ай бұрын
@@VolosProjects You are very welcome. With that knowledge, I agree that 7200 seconds, perhaps every every 3600 seconds is a good idea
@MarianStinga-h7e7 ай бұрын
It would be interesting if you could show us how to make a clock using an IPS display based on png/jpg images (loaded from a microSD or external links). That means unlimited customization.
@VolosProjects7 ай бұрын
thats great idea, thank you
@MarianStinga-h7e6 ай бұрын
@@VolosProjects You can inspire from elekstube n4, nextube and other nixie ips fake displays. I can send you some ideas and files but I am not sure if your email address is that one with b2016.
@MarianStinga-h7e6 ай бұрын
@@VolosProjects You can inspire from other nixie ips fake dispalys with NTP clocks. I can send you some ideas and files but I am not sure if your email address is that one with b2016.
@wpherigo17 ай бұрын
I think it’s a great series.
@VolosProjects7 ай бұрын
thank you :)
@AlexVitoriano7 ай бұрын
Amazing content as usuall. Thanks to share!
@VolosProjects7 ай бұрын
Glad you enjoyed it!
@limtbk7 ай бұрын
How do you handle daylight saving start/end? Do you just upload different version of firmware each 1/2 year, or you have solution for that case? PS: I have the same device in same case, and use it as clock with battery power (in case of blackout).
@lohikarhu7347 ай бұрын
Coffee ☕ on the way!
@VolosProjects7 ай бұрын
Thank you :)
@lohikarhu7346 ай бұрын
My wife sees some funny little withdrawals from our bank account... Makes her a bit irritated, but, so geht es, c'est la vie, n'est pas, Dobro Dan!
@easypowerwall7 ай бұрын
Keep up the good work. have channel about green energy and YT algorithm didn't picked up my channel either, but I keep posting new content.
@Bravo_L7 ай бұрын
Youre amazing! Ty volos!
@VolosProjects7 ай бұрын
Than you.
@davidgriffin796 ай бұрын
Interestingly, I've found that setting the wifi credentials declared as a string causes the compiler (ArduinoIDE) to throw up an error. If you declare the ssid and password variables as constant characters, the compiler is happy and the code works.
@guililuize5855 ай бұрын
Thank you!
@PsYxDАй бұрын
have a error in 2 lines of code..no detect it ledcSetup(0, 10000, 8); ledcAttachPin(38, 0);
@ighor7 ай бұрын
you'd better not use delay(1000) but measure the elapsed time of the previous loop() function call and run delay with the calculated value (which will be less than 1000). That way, you likely avoid the scenario where seconds aren't changed, so the display isn't stuck with a specific second value for 2 seconds.
@FrankGraffagnino7 ай бұрын
don't gauge success by number of views... measure success by whether or not you enjoyed making it. that's all that matters.
@VolosProjects7 ай бұрын
Thank you Frank, you are right. :)
@johndoggett33247 ай бұрын
Really like the videos I tried this on an esp32 wroom with a round display and the time doesn't update, not sure what is happening
@avr_stm_pro29557 ай бұрын
Thanks 👍
@VolosProjects7 ай бұрын
Thank you too
@JanDahl7 ай бұрын
Maybe you'd get more attention if you used the Cheap Yellow Display too or instead? Thanks for the tutorial though. I'll use it as scaffolding for my project to have my daughter stop asking me how many days there are until her birthday 😊
@VolosProjects7 ай бұрын
Haha, thats nice project.... I tried cheap yellow display, hardware is litlle old and i ran on few problems becouse low psram, i am not sure i want to use it.
@JanDahl7 ай бұрын
@@VolosProjects I think you've figured out why it's cheap 😜
@JanDahl7 ай бұрын
@@VolosProjects As for the project, I might just add an array of "important dates" and either cycle through them over time/clicks or just use your previous table tutorial to display them.
@sergerobitaille22147 ай бұрын
I only get a orange screen on the display... looks like the WiFi bit is not connecting...I did put my SSID and password in the sketch...Any suggestion ?
@VolosProjects7 ай бұрын
Hm, i heard that new modems ,5g modems sometimes cousing problems.
@sergerobitaille22147 ай бұрын
@@VolosProjects Got it working on 2.4G but not connecting on 5G ! Does the Lilygo T-Display S3 WiFi support 5G ? Thank you for your devotion...Your tutorial are essential and well made...I will buy you a coffee.
@sp7udb7 ай бұрын
Can't compile: exit status 1 'ledcSetup' was not declared in this scope How to repair?
@VolosProjects7 ай бұрын
Go to board manager, your esp32 boards are probably updated to 3.0 version, downgrade it to version less than 3
@sp7udb7 ай бұрын
@@VolosProjects now everything works OK. Thanks
@WagonLoads7 ай бұрын
I would like to find a RTC that I only need to set once every 2 or 3 years.. and has a register that says how many crystal ticks there is in a sec.. If it had such a tick register, I could set it to run a 24 hour day as (24h 0m 0s Earth day) or set it to run a 24 hour day as (24h 37m 22.5s Mars day) Example, if I program it so that I say when the Mars Rover was centered between the horizons as seen from Earth, that would be noon on Mars... This something I would like to do...
@newtlab7 ай бұрын
0:08 Interesantno je ,nego KZbin ima svoju logiku, za godinu dana češ videti
@VolosProjects7 ай бұрын
vidjet cemo da, hvala na komentaru.
@lohikarhu7347 ай бұрын
. might take a few days for people to catch up with you!