Arduino Project: Real time clock (RTC) and temperature monitor using the DS3231 module.

Поделиться
HTML-код
  • Опубликовано: 3 окт 2014
  • Arduino Project: Real time clock (RTC) and temperature monitor using the DS3231 module.
    In this video we build a Real Time Clock using the DS3231 chip.
    💻 Code & Parts: educ8s.tv/arduino-project-real...
    Want to learn to code?
    👨‍💻 Check my new RUclips channel: bit.ly/3tku2n0

Комментарии • 286

  • @robertrobert5583
    @robertrobert5583 7 лет назад

    thanks for posting this. Just to say to other users that if you get an error at line 135 then change "boolean flags [5]' to 'byte flags[5]' at lines 135 and 146 then it works (found on Arduino forum)

  • @RonnieTucker1
    @RonnieTucker1 9 лет назад +1

    Fantastic tutorial on the D3231 RTC. This is the only code and wiring that I could get working. Thank you SO much!

    • @Educ8s
      @Educ8s  9 лет назад +1

      Ronnie Tucker Thank you! I just visited your channel and your website. You are doing a fantastic job. I will contact you soon in order to make me some doodles!

  • @karimismail3734
    @karimismail3734 8 лет назад

    Nick , as always great presentation. I got all the necessary parts,will finalize this project tomorrow,God willing. Will post follow up. Thanks again.... Your code worked for my df mp3 Sketch in the other Tutorial.

  • @bobdurk5180
    @bobdurk5180 9 лет назад

    Very nice version with code I can follow and utilize . Thanks for sharing ! I have been looking for a reliable RTC and this looks like it will do the trick .
    Bob

  • @xXOMwtfFGXx
    @xXOMwtfFGXx 9 лет назад

    Thanks for this easy instruction! Its very easy to rewrite your code if you have a I2C display.

  • @dotgr7030
    @dotgr7030 7 лет назад +1

    Συγχαρητήρια για την τρομερή δουλειά σου φίλε

  • @j0e916
    @j0e916 8 лет назад

    Thanks a lot, this helped me install my RTC

  • @leruetkins5565
    @leruetkins5565 9 лет назад

    Big thanx! It's very good tutorial! All works fine and correctly!

  • @adamvanheerden6971
    @adamvanheerden6971 9 лет назад

    Great tutorial and thanks for code , finally got mine working

  • @tshepperd
    @tshepperd 8 лет назад

    Thanks. That was very helpful. Saved a lot of time.

  • @arntlyngmyr438
    @arntlyngmyr438 6 лет назад

    Thank you for the video, info and sketches. Now everything works 100%

    • @Educ8s
      @Educ8s  6 лет назад

      Nice to read that everything is working for you! Cheers!

  • @joaquimferreira5677
    @joaquimferreira5677 6 лет назад

    Congratulations for this video!

  • @endreslpschmitz8425
    @endreslpschmitz8425 9 лет назад

    Great ! Thank you for your time !

  • @tersamdiyaquarium6284
    @tersamdiyaquarium6284 8 лет назад

    thank you very much, you have been kind and useful!

  • @lakemast
    @lakemast 7 лет назад

    Thanks a lot! Congratulations for teaching us! God bless you!

    • @Manu_D1978
      @Manu_D1978 7 лет назад

      god? ... god is just an invention and that invention kill people all around this planet

  • @dafloca2002
    @dafloca2002 8 лет назад

    Very good explanation! Congrats!

  • @anjalipillai2834
    @anjalipillai2834 5 лет назад

    Thank you so much for this video!!!

  • @BRUCE59468
    @BRUCE59468 8 лет назад +10

    I wrote a small function to help create the time string:
    String setTime(String year, String mon, String day, String dW, String hour, String minute, String sec){
    String dT = ("T"+(sec+minute+hour+dW+day+mon+year));
    if(dT.length() > 16 || dT.length() < 16){
    return ("Incorrect Format!");
    }else{
    return dT;
    }
    }
    So when calling parse_cmd its a lot easier to the eyes
    parse_cmd(setTime("2016","02","08","1","21","51","00"),16);

  • @yashgokhale5238
    @yashgokhale5238 7 лет назад

    Hello Sir,
    Thank you for sharing this video.
    Your videos are really helpful and well explained.

  • @BrunoMatiasLopes
    @BrunoMatiasLopes 8 лет назад

    Awesome! It's works perfectly.

  • @angelm.5118
    @angelm.5118 9 лет назад +1

    Dear friends,
    I recently found your video about RTC modules, I followed the instructions and the module worked fine.
    But I modified the original code, in order that the display also shows the day of the week, for this I added the printDay function who works in the same way that the printMonth function:
    void printDay(int wday)
    {
    switch(wday)
    {
    case 1: lcd.print(" Mon ");break;
    case 2: lcd.print(" Tue ");break;
    case 3: lcd.print(" Wed ");break;
    case 4: lcd.print(" Thu ");break;
    case 5: lcd.print(" Fri ");break;
    case 6: lcd.print(" Sat ");break;
    case 7: lcd.print(" Sun ");break;
    default: lcd.print(" Error ");break;
    }
    }
    The problem is that the value of the wday variable is always 2.
    I made a test setting different values for the wday in parse_cmd function, but the display always shows Tuesday.
    I tried to find the bug in the code, but I'm just a beginner. if you could help I would be very grateful.
    Thanks and best regards,
    Angel M. Muñoz
    Madrid, Spain

  • @epicelectronicahernandez8961
    @epicelectronicahernandez8961 8 лет назад

    VERY GOOD VIDEO THANKS YOU, DESERVES AN LIKE

  • @psicaliph
    @psicaliph 8 лет назад

    Greetings sir. Thanks for your coding, I was able to make use of it to my final year project. However, there's one thing I need to ask you with, since I'm really not good on coding.
    It's about how to insert alarm clock coding to your coding. There's few more codings out there, but I feel like using yours instead, since you use almost similar components like mine.
    By the way, I'm using Arduino Mega, RTC DS3231, LCD 16x2 with I2C, and a buzzer.
    Thank you in advance. Your attention is appreciated.

  • @althuelectronics5158
    @althuelectronics5158 5 лет назад

    your video wery sooper am stading this metheed . your speeche ant clas wery naise
    am wery happy to waching this video
    thanks sir

  • @Electromaniaworld
    @Electromaniaworld 6 лет назад

    thanks that looks good.

  • @wilhelmsfarm
    @wilhelmsfarm 8 лет назад

    Cool Video TOP , also good to understand for german (with School englisch) :D

  • @ingosxyz4851
    @ingosxyz4851 8 лет назад

    Perfektes Tutorial, Gruß aus Deutschland

  • @juliocesar-rv1nm
    @juliocesar-rv1nm 9 лет назад

    que feliz me siento que hay personas las cuales les guste compartir la información y no son egoístas muy buena explicación me aclaro muchas dudas de principiante con este dispositivo mil gracias

    • @Educ8s
      @Educ8s  9 лет назад

      Muchas gracias. Saludos desde Grecia.

  • @LUCKY007725
    @LUCKY007725 8 лет назад

    you always done good job
    could you please make a tutorial on clock without RTC and that can be set manually by buttons waiting for valuable response
    Thanks for the efforts

  • @vinodsundaresan2947
    @vinodsundaresan2947 5 лет назад

    Thank you sir very useful video

  • @deanhunt5290
    @deanhunt5290 9 лет назад

    Thank you for sharing

  • @markviana4960
    @markviana4960 8 лет назад

    Thank you for sharing

  • @todrick23
    @todrick23 9 лет назад

    thanks that helped alot

  • @mustaa34
    @mustaa34 8 лет назад

    Good video thanks!

  • @Sergio-le7uf
    @Sergio-le7uf 8 лет назад +1

    Muy bueno el tutorial, me gusto mucho.perfectamente explicado
    Tengo una duda
    Se podría controlar un relé con este RTC para hacer ciclos de ON/OFF cada 12h(O cada X tiempo)?
    tengo unos conocimientos muy muy básicos de programación y buscando no encontré muchos codigos que pueda utilizar
    Muchas gracias de antemano

  • @BumindaNawagamuwa
    @BumindaNawagamuwa 8 лет назад

    thx for sharing..it worked...!

    • @Educ8s
      @Educ8s  8 лет назад

      +Buminda Nawagamuwa You are welcome!

  • @cyberninjasan
    @cyberninjasan 7 лет назад

    great tutorial, I managed to make it very quickly.
    I would love to add to this simple alarm with simple buzzer. First I wanted to make a sound every hour or whatever, then i realised that it would be nice to make of use those buttons on the LCD board and to be able to set alarm with it.
    Please could you make a video making this with special glance on the code for it.

    • @yeahx32p69
      @yeahx32p69 2 года назад

      hi. Did you save the data in an excel sheet as the sensor was recording it?

  • @technologi-electronic
    @technologi-electronic 4 года назад

    Very good

  • @edwinkhaled1018
    @edwinkhaled1018 4 года назад +1

    Great job and presentation. How do i interface a keypad for setting incubating periods that will be displayed on the LCD. And a reminder with GPS

  • @gt-qs9mw
    @gt-qs9mw 7 лет назад

    Thanks a lot for the tutorial, very helpful. A question,
    with the command lcd.print (t.wday); in the void loop ()
    it returned in the lcd 0 while I declare day of the week 6. Do you have any idea?

  • @aath9385
    @aath9385 8 лет назад

    with the 3231 have you used and led for teadout including temp. I having trouble with that

  • @fabioh1590
    @fabioh1590 9 лет назад

    thanks exelent tutorial , works perfect andruino leonardo

  • @user-fm1cz4qd6m
    @user-fm1cz4qd6m 5 лет назад

    Αδερφεμ πολυ καλά τα βιντεάκια σου , αν μπορούσες να προσθέσεις και ελληνικούς υπότιτλους θα μας βοηθουσες ακόμη περισσότερο, ευχαριστώ.

  • @Miki981
    @Miki981 9 лет назад

    Hell there, this is a great tutorial! Can I ask You a question?
    I am new at Arduino with a big dream! I am planing to build a device with 6 different analog sensors, a clock like Yours, a 4x4 keypad, a simple 4 line display and some 3 or 4 output devices like valves, servos and actuators! So, the question is, as I am having difficulties figuring out, what board to get to accommodate all the connections?
    Thanks!

  • @Andrey33rus
    @Andrey33rus 9 лет назад

    Спасибо за видео)) и ссылки

  • @TutocarloCV
    @TutocarloCV 7 лет назад

    nice

  • @jeffflowers5489
    @jeffflowers5489 8 лет назад +1

    Is there anything you can add to the code to display 12 hour AM/PM time and Fahrenheit temperature?

  • @thanhngo2688
    @thanhngo2688 8 лет назад

    Thank you bro. Regarding temperature issue. i wonder how is it working? using ADC or digital sensor inside. i mean what kind of signal. I am reading datasheet now and see :"Temperature conversion current". If i am wright, this one have 2 digital ICs, one is timer and one is temperature and communicated by I2C. Thanks

  • @meganix4163
    @meganix4163 8 лет назад +1

    what to change in the code in order to use it with two 320*160 module p10 displays (beginner) :p

  • @2112user
    @2112user 7 лет назад

    Thanks for the video. I was wondering.... I wrote a sketch that uses a waterproof thermistor to activate a relay while showing the temp on the I2C 16x2. How hard would it be to adopt this code to do that and activate another relay based on time (like a lamp timer)?

  • @ryansfamily
    @ryansfamily 7 лет назад +1

    HI. Thank you for your video. I have often made some of your great projects.
    Unfortunately I think the code link you provided for this one must be corrupted. Do you think you could provide a new link for the code please? Thank you

  • @larryoshields7582
    @larryoshields7582 7 лет назад

    I have downloaded the Rodan library with the ds3231 program, but it is different from yours. I included the "Display" program from the library, however; it will not show the time or temperature on the display. I have checked the baud, and set the pin outputs from the Arduino. When I look at your program, it has code differences from the newer one. Can you help me find the same ds3231 code that you are using? even going to the location you show in "show more", doesn't give the same code you have. thanks for your advice in advance

  • @oswallvega9852
    @oswallvega9852 5 лет назад

    It is great Explanation. I need a timer that work when I get 5 V inputs on the Arduino. Everytime that I have 5 V inputs the timer will work without reset. When timer get 2200 Hours, timer stop and Arduino will send 5V output. When I reset it I will have 0 V output and timer will work again.

  • @nathaliesteger6785
    @nathaliesteger6785 7 лет назад

    hello!
    Thanks for your tuto ,but i have a question about the code :After many tries I finaly get this message :
    'printMonth' was not declared in this scope.
    could you telle me what's wrong please thanks!

  • @TheSupercarShow
    @TheSupercarShow 8 лет назад

    Hi . Can i make a servo function at a certain time of the day using tis code as a base ?

  • @zbrendox
    @zbrendox 8 лет назад

    Thanks for portuguese subs!!!!

  • @dree6212
    @dree6212 9 лет назад

    Hello Edu8s
    I have it working on a arduino uno with a 328 processor and it works good thank,s
    The only thing i have found is that when i compile it in arduino 1.0.6 it give a lot of
    faults but what to do is this .
    #include
    #include "ds3231.h"
    //#include "rtc_ds3231.h" Is block this one out and it works thank you for the code.
    #include

  • @alexwilson8391
    @alexwilson8391 9 лет назад

    Hi There,
    Thanks for all of your awesome videos , fun and educational :)
    I have a question which is probably simple , but i can't seem to find the answer.
    How can read the value of the day of week , 1-7 etc?
    I would like to edit the code so the month cycles between Month and Day.
    I tried (t.wday); but this didn't return the correct value.
    Also I would like to address the 32k of memory on this module to store temp snapshots over the course of 24hrs and store it for future use in the 32k memory.
    Hope you can help , many thanks again for all your great work.

  • @davidederosi6068
    @davidederosi6068 2 года назад

    Hello, can you store and recall a temperature with the date and time of the mesurement or you need a log with sd card? Thanx

  • @nickx1852
    @nickx1852 6 лет назад

    Code worked perfectly. Thanks a lot! Can the buttons on the shield be incorporated into the function of this device? If so what lines of code would I add?

    • @aliazammunna1259
      @aliazammunna1259 6 лет назад

      plz..bro, give me the code in my mail adress...or here.
      mail :- mmunna0221@gmail.com

  • @gyros666pyros
    @gyros666pyros 9 лет назад +1

    Thanks for the tutorial, it's great! I have Arduino Uno and I want do do a breathalyzer. When I plug the display in Arduino Uno, I don't have any free pins. How can I connect the alcohol sensor with the Arduino&display? Do you have any idea how can I solve this problem?

    • @Educ8s
      @Educ8s  9 лет назад

      you have to use an Arduino mega.

  • @lintangwisesa
    @lintangwisesa 8 лет назад

    Can I use DS1302 RTC w/ this code & library?

  • @charlesubaldo9
    @charlesubaldo9 8 лет назад

    hey man can i ask if ur code is same for arduino uno (beginner here ) and can u explain how to add the temp sensor in ur code (i'm using ds18b20 sensor) thanks man. great vid btw

  • @gonzalcala5
    @gonzalcala5 7 лет назад

    How does the program know if the time you enter is p.m. or a.m.?
    This is important for the program to know when to change the date.
    Is this in 24 hr format?

  • @Thesouperkid
    @Thesouperkid 5 лет назад

    When I look at the example my code does not include the #include "rtc_ds3231.h".... any idea as to why? Keeps causing me issues not having that.

  • @jumbo999614
    @jumbo999614 4 года назад

    0:49 What is SCL/SDA/VCC/GND on the right side of the module for? And why is it not soldered?

  • @MILLYBILLY1111
    @MILLYBILLY1111 7 лет назад

    hey. nice project!
    i really like it.
    can i make it with arduino nano?
    then how i connect wires and what about the codes?

  • @gertomcolenbrander365
    @gertomcolenbrander365 6 лет назад

    As Sunday is the first day of the week, Saturday must be the seventh day of the week.

  • @cristianojanuario
    @cristianojanuario 5 лет назад +1

    Hi, nice video, but I had some problem, could you help-me? I have an error "DS3231_INTCN' was not declared in this scope", how to solve this?
    Thanks.

  • @fabiojesus5966
    @fabiojesus5966 8 лет назад

    Hy.
    i have 2 questions:
    1.Can i use DS3231 module ic2 communication with arduino nano?
    2. in my project, i just need get time and get hour. There are other module with fewer resources?
    Thank you for share with us! nice video =)

  • @ishayogacentretirunelveli4029
    @ishayogacentretirunelveli4029 6 лет назад

    Can we set only the date and time and the day should assign correctly to the year in this program???

  • @sangamadhikari8497
    @sangamadhikari8497 7 лет назад +1

    Hi, how can i use a DS3231 RTC module with Arduino Uno 3 plus LCD Keypad Shield.? The LCD overlaps exactly the Uno exactly so how can i plug the RTC module, i am wondering if i can use the hole in the LCD Keypad shield . If anyone have the answer , please do let me know . I am just starting fyi. Thanks in advance.

  • @linusmiranda
    @linusmiranda 8 лет назад

    Using this rtc can I trigger a relay on and off. Can you help me with the codes

  • @karimismail3734
    @karimismail3734 8 лет назад

    I tried several times but " compilation Error" appeared. One major problem I see is counting the time programming totals 15, not 16 as claimed. Please correct me if mistaken. Also the LCD bought from link does not match that in video. Thank you.

  • @Anvilshock
    @Anvilshock 8 лет назад

    Is there any way to get accurate sub-millisecond timing from this thing?

  • @andrewzarb4241
    @andrewzarb4241 6 лет назад

    Great video but how can connect the rtc to an Arduino nano?

  • @luisanteronanfunaycalderon5088
    @luisanteronanfunaycalderon5088 7 лет назад

    hola muchas gracias por el video , podrias decirme como activar 2 o 3 salidas a cierta hora y por un cierto tiempo ???

  • @marciooliveira8017
    @marciooliveira8017 5 лет назад

    Hi, can you help me with a code that marks the elapsed time. example: day: hours: minutes: seconds

  • @mpop5354
    @mpop5354 8 лет назад

    Hello, would have you the sketch (source code) of this application?....
    Thank you for passing on(transmitting) him(it) with libraries(bookcases) "to zip" it

  • @joaodanilosoutomaiornoguei4847
    @joaodanilosoutomaiornoguei4847 9 лет назад +1

    Hello!, You make a good video about this RTC DS3231!
    So, I want a help in my project, if you can be explain a something.
    Do you know how to set alarm of RTC ? And get this alarm to wake up arduino ?
    I know how wake up arduino with an external interrupt, so I wanna get alarm to make this interrupt.
    Thanks for atention!

    • @Educ8s
      @Educ8s  9 лет назад

      JOÃO DANILO SOUTO MAIOR NOGUEIRA NETO Hello, thank you for your message! What you propose is very useful. I am going to make a video on that. Stay tuned!

    • @joaodanilosoutomaiornoguei4847
      @joaodanilosoutomaiornoguei4847 9 лет назад

      Thanks for your help!

    • @bask185
      @bask185 9 лет назад

      JOÃO DANILO SOUTO MAIOR NOGUEIRA NETO I have done that, only I didn't get an interrupt at all. I don't know why, I did everything right in the code. I think interrupts are unreliable. What I did was a very simple solution. When I set the alarm in my code, I write this data also to the alarm registers of the RTC. In the setup I made a function which reads the alarm data out of the RTC and stores them in variables for the program. So when arduino loses power it will read out the alarm data when it starts up again, so you will get up in the morning.In the loop I use the following line of code for the alarm if(alarm_hour = hour && alarm_minute = minute && second == 0 && alarm_bit == true) ALARM();
      so when hours and minutes matches and the second counter = 0 and when the alarm_bit is set, only then the alarm will go off.

  • @KJ7JHN
    @KJ7JHN 4 года назад

    why are you using two DS3231 libraries?

  • @youpattube1
    @youpattube1 7 лет назад

    I hope you will take this as constructive criticism. I wish that you had not lumped the OLED display in this first lesson. I do not have that display and in between now and if I get it, I would have liked to have used the serial monitor. I am trying to sort out your code and change it, but no luck.

  • @samhawatmeh551
    @samhawatmeh551 7 лет назад

    I just finished connecting all the hardware but never done coding before can you please help me out. so the only thing i download is the library you provided. which one do i download the adjust or the other one. can u please tell me every library i have to download. my project is due in 2 days and i dont know what to do i bought everything based on your video thanks

  • @smithogbubeminelson8210
    @smithogbubeminelson8210 3 года назад

    how do i interface the real time clock with a pulse sensor using ardiuno

  • @tonysyl5396
    @tonysyl5396 8 лет назад

    Καλησπερα, θα ηθελα να με βοηθησεις οσο γινεται σε δυο πραγματα που θα ηθελα να προσθεσω γιατι αφορα εν μερη και την πτυχιακη μου. Θελω π.χ. για μια ωρα την μερα να μπορω να αναβω ενα led και μετα να σβηνει. Επισης στο παραδειγμα με το alarm που περιεχει η βιβλιοθηκη πως γινεται να το ρυθμισω να ενεργοποιειται μονο απο Δευτερα μεχρι Παρασκευη?
    Ευχαριστω.

  • @janicabailado6826
    @janicabailado6826 6 лет назад

    Hi! I am making one of this kind of monitoring and I only have DS1302 module. Is it okay to use this? what is the difference between ds3231 and ds1302 module? Hope you can response. Thanks

    • @Educ8s
      @Educ8s  6 лет назад

      The DS1302 does not contain a temperature sensor.

  • @fabianpucciarelli7069
    @fabianpucciarelli7069 Год назад +1

    I RECIBE AN ERROR: rtc:19:17: error: 'DS3231_INTCN' was not declared in this scope
    ANY SUGGESTION? THANKS

  • @luisfelipeferrer2547
    @luisfelipeferrer2547 9 лет назад

    Hola!, esta excelente este video, y me interesa saber mas. se que este modulo tiene alarma, sabes como configurarla?. quedo atento a tu respuesta. muchas gracias.
    Hello!, this video is excellent, i`m so interested to knowing more. I know that this module has an alarm, Do you know how to configure it?. thank you so much.

    • @Educ8s
      @Educ8s  9 лет назад

      Pipe Ferrer Hola! Muchas gracias. Vamos a hacer un video sobre alarmas pronto!

  • @gorazdmarcic2305
    @gorazdmarcic2305 2 года назад

    Hello, I used your sketch according to the instructions, but after turning off the power, my watch resets. Im asking for help.

  • @woweador
    @woweador 8 лет назад

    how could set time anytime arduino is working, like programing time

  • @brilianputraa
    @brilianputraa 7 лет назад

    how to fix parse_cmd was not declared in this scope?

  • @adammussa2037
    @adammussa2037 9 лет назад

    Hi, thanks so much for your tutorial - would you be able to help me as I'm having trouble with the values on the screen? The clock, temperate and date all appear to be wrong (00:00:00, 1/1/1990, 30.3degrees) however I've wired everything up correctly, implemented the code and changed the string to the correct time as you suggest in the video. I believe the Serial Monitor is also displaying values incorrectly.
    When I unplug the board from power and then replug back in - the clock does not reset so I'm assuming the RTC is not broken.
    Would greatly appreciate your help as I'm very new to this, thanks!

    • @Educ8s
      @Educ8s  9 лет назад

      Adam Mussa It seems that there is an error in setting up time. Do you have a battery installed?

    • @adammussa2037
      @adammussa2037 9 лет назад

      Educ8s.com Hi, thanks for your reply! Yes I have tried 2 batteries in the RTC and it is still not working! But I'm running power for the Arduino from my computer via USB. Should I run this from a wall outlet?
      Would I also need to calibrate the RTC using an alternate power source first before getting correct results?
      Let me know your thoughts and thanks again

    • @Educ8s
      @Educ8s  9 лет назад

      Adam Mussa No, from USB is fine. You have to set time while having a battery installed. If you remove the battery the time will be lost. If nothing works, your module may be faulty.

    • @adammussa2037
      @adammussa2037 9 лет назад

      Educ8s.com Thanks for your advice!

  • @GabrielMoscardiPauka
    @GabrielMoscardiPauka 9 лет назад

    Hey there!
    I really like your videos, they are very good. But I have a little problem...
    I'm using the IIC OLED Display 128x64, as the same way as in other tutorial of yours, and this Display also uses the SDA and SCL pins (I use a Arduino Mega).
    There is anyway to conect the OLED Display AND the DS3231 Time Shield at the same time?
    Thank you, and keep doing those awesome tutorials!

    • @Educ8s
      @Educ8s  9 лет назад +1

      Gabriel Pauka You can connect both in the same I2C pins. I will make a video on that.

    • @GabrielMoscardiPauka
      @GabrielMoscardiPauka 9 лет назад

      Educ8s.com Wow, it really works! I'll be following your channel and waiting for this video. Thanks!

  • @karimismail3734
    @karimismail3734 8 лет назад

    Hello Nick. After downloading your code and unzipping it with WinRar, upon verification ; message appears stating "Compilation Error". Several attempts but message persists. With Rodan's Sketch same message. I am using all exact components as in your fine Video. Any tips?. Thanks.

  • @gustavovelazquez8272
    @gustavovelazquez8272 7 лет назад

    Bien por la APK!

  • @michelangelop3923
    @michelangelop3923 6 лет назад +3

    Αν έχω καταλάβει σωστά, πρέπει να είσαι από την Ελλάδα, χαίρομαι που υπάρχουν Έλληνες που έχουν επεκταθεί και στο εξωτερικό, σε λίγο καιρό θα φτιάξουμε ένα αυτόματο κουδούνι για το σχολείο, αν είναι δυνατόν, θα ήθελα μια μικρή βοήθεια. Ευχαριστώ εκ των προτέρων.

  • @361waves9
    @361waves9 3 года назад

    The Code is not really working anymore right, cause the programm says that ds3231.h is no such file or directory

  • @muhamadabdmajidable
    @muhamadabdmajidable 9 лет назад

    Can i store temperature data inside the memory? I want to do temperature reading and storage for 1 hour interval.

  • @Pietro1976
    @Pietro1976 8 лет назад

    dallo sketck del video che mostri allo sketck della libreria ci sono molti punti mancanti perche ?

  • @palzorlama2938
    @palzorlama2938 9 лет назад

    hey I want to reset my temperature at midnight.
    can u explain me the code,I only want to know how to reset the temperature at a certain time.