Hi there, great project. But I can't find the sketch for the last example with the two buttons in your description. Can you send me a LINK about it. Thanks very much
@HarisMaulanaID4 жыл бұрын
Hello Sir. Can you add auto sleep feature and wake up again by pressing the button?
@jesusblanco17211 ай бұрын
Ohh que bueno... el codigo para la SSD1306 + RTC+ los botones funcionó a la primera ...ESPECTACULAR... MUCHAS GRACIAS👍👍🙂
@mominkhadri80623 жыл бұрын
sir what to do if we want 12 hour format?
@faroekjuthan893 жыл бұрын
Thank you!! Works perfectly.
@ZaKi-tb2ds4 жыл бұрын
Can you add a radio module with a clock and temperature ???
@Namai.4 жыл бұрын
What if we want 12hr format
@andreaslubeck77165 жыл бұрын
Build it and it works fine! But i have to replace the oled 0.96 to a 1.3 oled for a better view. But turned out that its not working because of the intern driver of the bigger oled is different.Even the oled name is the same 1306. Can you please help me out to get the sketch running? Thanks for help!
@erginates685 жыл бұрын
try to change SH1106 & SSD1306 on code. 1.3" oled's using SH1106. just change all SSD1306 with SH1106 on Arduino code.
@erginates685 жыл бұрын
change like this; #include #include #include #include #define SCREEN_WIDTH 128 // OLED display width, in pixels #define SCREEN_HEIGHT 32 // OLED display height, in pixels #define OLED_RESET 4 Adafruit_SH1106 display(SCREEN_WIDTH, SCREEN_HEIGHT, OLED_RESET); #define button1 9 // Button B1 is connected to Arduino pin 9 #define button2 8 // Button B2 is connected to Arduino pin 8 void setup(void) { pinMode(button1, INPUT_PULLUP); pinMode(button2, INPUT_PULLUP); delay(1000); // by default, we'll generate the high voltage from the 3.3v line internally! (neat!) display.begin(SH1106_SWITCHCAPVCC, 0x3C); // initialize with the I2C addr
@andreaslubeck77165 жыл бұрын
Thanks for the Help! I Manager it by replacing the whole library with u8g2 and it workes great for me!
@uengel57553 жыл бұрын
Hi there, I asked why the project status shown in the video is not being published. So an RTC with the option of setting the time using a button. Unfortunately the admin of this post does not react to this. My question: Has this post been discontinued and is no longer being maintained?
@mytectutor3 жыл бұрын
Hi U Engel. Thanks for pointing out this situation. The code has now been included in the link.
@HobbyHomeWorkshop3 жыл бұрын
Hi! Can you provide the code for the second part of the video ? For setting the time using buttons.
@uengel57553 жыл бұрын
Hallo Christian, falls du den Sketch gefunden hast, gib mir doch bitte eine Info und den LINK. Danke.
@LHommeDeParfum4 жыл бұрын
Thank you!! Works perfectly. Your text seems much bigger tough. What size and how to change the size? Also I would like to display full month name instead of number. How to do that? Cheers
@swpowell12262 жыл бұрын
When I press my buttons, nothing happens. I can not set anything on the clock because the buttons do not work.
@-Lotek-The-B0T-ASSASS1N2 жыл бұрын
Hey did you ever figure out why this isnt working? when i press the first button that seems to work fine, but the second fails to cycle the time or date
@swpowell12262 жыл бұрын
@@-Lotek-The-B0T-ASSASS1N Yes I did. I didn't have the power connected on the breadboard for my buttons. I felt dumb. LOL After I fixed that everything started working properly.
@InThailand-ne5sl5 жыл бұрын
Thank You. So Much.
@qsdrfghgujfddyffguff4 жыл бұрын
Code error
@ARudanen2 жыл бұрын
Is worked Nano to. GOOD
@jancarlosmarc87355 жыл бұрын
saludos desde Colombia, gracias amigo me funciono a la perfección