Do you like this video? Please consider buying me a coffee, thank you! www.buymeacoffee.com/upir
@fritzenlab_netАй бұрын
Well done, nice project. Will give my try on it
@upir_upirАй бұрын
Thank you!
@andymouse Жыл бұрын
That's a great looking clock, I was trying to think of a way to showcase the veneer on the front, maybe scroll the time up and off for a short while then bring it back down..Dunno but plenty of food for thought !....cheers.:)
@upir_upir Жыл бұрын
Thank you for your comment. Right after posting the video, I have noticed that I haven´t actually showed how it looks like when the display is not showing anything.. my bad! Anyway, good luck with your projects!
@andymouse Жыл бұрын
Thanks :) @@upir_upir
@DETUDOUMPOUCO-ne6js8 ай бұрын
Amazing !! nice job !!
@upir_upir8 ай бұрын
Thanks a lot!
@ChristianBehnke Жыл бұрын
Really cool! 👍🏻
@upir_upir Жыл бұрын
Thank you, I´m glad you like it!
@upir_upir Жыл бұрын
One more thing about the laser - if you join the "Atezr" Facebook group, you can apparently win some monthly prizes...
@castlecodersltd Жыл бұрын
Great video, thanks for sharing ☺
@upir_upir Жыл бұрын
You are welcome, I´m glad you like it. Good luck with your projects!
@SALSN Жыл бұрын
Very nice!
@upir_upir Жыл бұрын
Thank you, I´m glad you like it!
@fl00ri4n Жыл бұрын
Using a gpio pin as a power supply is really not recommended since it can only provide around 20mA which might be enough for this application but could damage the Arduino if more current flows through
@upir_upir Жыл бұрын
Agreed, but the power consumption of the RTC module is most likely super-low, considering that it could operate on single coin battery for a year or so...
@BinuMadhav.NetWork Жыл бұрын
Excellent work, well narrated. Learned more. Please do a video about the arduino emulator software.
@upir_upir Жыл бұрын
Thank you for your nice words, I´m glad it was helpful. If by the arduino emulator you mean WOKWI, I use it in almost every Arduino video. Do you have any specific questions regarding this tool?
@imranics1142 Жыл бұрын
Hi brother good work 👍 , you did a great job 👏
@upir_upir Жыл бұрын
Thank you, I’m glad you like it!
@tubeDude48 Жыл бұрын
The wood was nicest!
@upir_upir Жыл бұрын
Which wood? :)
@tubeDude48 Жыл бұрын
@@upir_upir - Dark Brown
@iamkian Жыл бұрын
Wow. I love the looks of that clock. Maybe make a version with an ESP32 and let it get the time from a NTP time server by using the WIFI connection? Also. Why did you need to create another 5 volt power supply pin (@14:00)? Can you not put the together with the +5V ??
@upir_upir Жыл бұрын
Thank you, I’m glad you like it. Yes, using Wi-Fi enabled microcontroller and getting time that way would be a next logical step. As for the power supply, you can use the same 5V pin for both, but it might be challenging with standard jumper wires.
@gertgaljoen2209 Жыл бұрын
Nice project! Do you have a link to the white squared pixels led modules used in the video?
@CodyThierauf Жыл бұрын
You mean the LED matrix that's linked in the desription?
@efe-fi6hl Жыл бұрын
@@CodyThierauf Linked product only has red, blue and green color options available and pixels are circular
@upir_upir Жыл бұрын
Unfortunately the white square pixels are out of stock for now, or at least I cannot find them. I will keep looking and send you a link once I find something.
@thereoncewasaname Жыл бұрын
@@upir_upir did you find it or very similar product
@upir_upir Жыл бұрын
@@thereoncewasaname Yes, here is the link:
@erolcoin6103 Жыл бұрын
Congratulations, great job, I have a question, where can I buy the square LED panel in 10.28?
@upir_upir Жыл бұрын
I bought it from AliExpress, search for "8x8 Square Matrix Red LED Display Dot Module". It´s together with the PCB module, but it´s cheap so you can just use the display alone. Hope it was helpful!
@thereoncewasaname Жыл бұрын
can we get the link to the exact module your using in your video.I couldn't find it on aliexpress,
@mitchellstrobbe7779 Жыл бұрын
Can the -pinmode(pin#, HIGH) - power supply method supply as much current as the 5v pin or can you only do this for very low power modules
@CoPoint Жыл бұрын
Just went digging a bit at the Arduino website: the official limits of the processor (where all the power would be going through, in this case) are max. 40mA per single pin, max. 200mA over all pins (the lower you can keep it the better, in both cases), or in short: something like the RTC module is OK, but the LED matrix modules may pull a bit too much for that method - so maybe better feed those from the 5V on the board 😉👍...
@upir_upir Жыл бұрын
Thank you for providing the answer for me. Yes, this is only applicable to low-power modules, definitely not possible for something like the matrix display.
@electromatic138 Жыл бұрын
Threading in arduino, idk if it exists?
@upir_upir Жыл бұрын
I think that someone implemented something similar. What do you need it for?