Simple & Easy Arduino Alarm Clock with DS1302

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ย. 2020
  • Simple & Easy Arduino Alarm Clock with DS1302
    Components Needed:
    Arduino Nano (or Uno)
    USB cable for arduino
    DS1302 rtc module
    16x2 LCD with I2c module
    3 push buttons
    breadboard
    connecting wires
    Arduino codes:
    drive.google.com/drive/folder...
    WATCH, TRY & LEARN
    please like, subscribe and share for more videos of experiments to come.
    Thank you for watching...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 184

  • @ntwaribenichristian2596
    @ntwaribenichristian2596 ปีที่แล้ว +1

    Nice one you are talented

  • @aldemofficial
    @aldemofficial 3 ปีที่แล้ว +1

    Nice lods keep safe gdbless

  • @erickgalicia7312
    @erickgalicia7312 ปีที่แล้ว +5

    Nice project dude! we'll try to do this project in our school and hope it works. More power to your channel!

    • @JRECT
      @JRECT  ปีที่แล้ว

      Thanks for the comment, I am preparing to have more informative and helpful videos in the future.

  • @anokhautomation4453
    @anokhautomation4453 2 ปีที่แล้ว +1

    nice tutorial and project

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      Thank you!

  • @dizzydrac
    @dizzydrac 3 ปีที่แล้ว +1

    Nice making 👍 good job bro

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      Thank you so much 😀

  • @artisephticph6022
    @artisephticph6022 3 ปีที่แล้ว +1

    what an awesome.content my homies

  • @gretastravellife6926
    @gretastravellife6926 3 ปีที่แล้ว +1

    Napakahusay Naman po Good job

    • @JRECT
      @JRECT  3 ปีที่แล้ว

      Salamat po.

  • @tropatayo9005
    @tropatayo9005 3 ปีที่แล้ว +1

    Good job

    • @JRECT
      @JRECT  3 ปีที่แล้ว

      Thanks

  • @AnneinthePH
    @AnneinthePH 3 ปีที่แล้ว +1

    Galing naman po.

    • @JRECT
      @JRECT  3 ปีที่แล้ว

      Salamat po

  • @user-lq1nb8kp7x
    @user-lq1nb8kp7x 3 ปีที่แล้ว +2

    thank you very much, it is very good project for beginner

    • @JRECT
      @JRECT  3 ปีที่แล้ว +1

      Glad you like it!

  • @softyan
    @softyan ปีที่แล้ว +2

    Hello , can used ds 1307? Or Need any changes in the code. You can make the reloj with rtc ds3231 in my country is very hard found the rtc 1302.

  • @rpcircuits5937
    @rpcircuits5937 2 ปีที่แล้ว +1

    Nice. Thank you so much 🙂

    • @JRECT
      @JRECT  2 ปีที่แล้ว +2

      You are most welcome and appreciated your comment.
      Kindly like, subscribe and click notification bell to receive latest upload update.

  • @zagalh.a.yasmin7252
    @zagalh.a.yasmin7252 9 หลายเดือนก่อน

    Hello, this project is excellent. I have a question I would like the alarm to sound every day without setting it daily, can help me

  • @TopG360
    @TopG360 2 ปีที่แล้ว

    @JR-ECT i am using a arduino uno can you tell me where to connect the jumper wire to the breadboard. Please let me know thank you.

  • @ilyaselhaouari2574
    @ilyaselhaouari2574 2 ปีที่แล้ว

    Hi, i have a question, if you set up an alarm , will it be off after when it rings, or it will be repeated the next day? I need the answer asap, so if you have the answer please let me know, thanks in advance

  • @ailtonmk11
    @ailtonmk11 ปีที่แล้ว

    great project...congratulations...can I add about 50 events with different days and times???how do I do that??

  • @user-lq1nb8kp7x
    @user-lq1nb8kp7x 3 ปีที่แล้ว +1

    Wow, cool!

    • @JRECT
      @JRECT  3 ปีที่แล้ว

      Thanks.

  • @anUkranian
    @anUkranian หลายเดือนก่อน

    A very useful video, short, clear, and most importantly useful, I downloaded the code, uploaded it to the Arduino and everything works, only in my case the LSD initialization looked like this: “lcd.init();” instead of "lcd.begin();" and I used Arduino Uno, thank you.

  • @seulgiiii5640
    @seulgiiii5640 2 ปีที่แล้ว +1

    Is there a way to integrate other melody instead of the buzzing sounds on the alarm clock? like a song melody for example? Anyways, great project bro keep it up!

    • @JRECT
      @JRECT  2 ปีที่แล้ว +1

      Hi, yes, there is, you can use tone() functions. Check this link th-cam.com/video/L7H5PiJLeBc/w-d-xo.html

  • @moazmohammed9715
    @moazmohammed9715 ปีที่แล้ว

    Hi , i have a question is this code will start well if i use i2c clock model?!????

  • @karthikraja2999
    @karthikraja2999 9 หลายเดือนก่อน

    i used ds3231 rtc module.when i upload the code the initial time didnt came as it as current time.i tried rtc sample code but buzzer didnt ring

  • @agneslee1208
    @agneslee1208 2 ปีที่แล้ว +1

    Hello, i have successfully work it out !!! I was so happy, nice project too. But i wanted to test it on LCD without i2c, i changed the codes ( the libraries , void setup begin part, and backlight) and also changed the pins connection - RS = 12, en = 11, D4 = 5, d5 = 4, D6 = 3, D7 = 2 (LCD pins to Arduino Pins). The outcome is the LCD shows the alarm mode straight away and when i press the set button, the mode changes then goes back to alarm mode rapidly, the buzzer is ringing all the time as well. Do you know what's wrong with it?

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      Hi Agnes, glad to heard it from you. The problem might be occurred when you modify the codes, kindly check the there's no conflict in the digital pins that we used when you added the pins for LCD, kindly check also the parameters that you did not change anything else other than LCD codes.

    • @louisfrimpong1445
      @louisfrimpong1445 2 ปีที่แล้ว

      Hello.. I want to do this project for my final year can you guide me please

    • @angeloaban1853
      @angeloaban1853 ปีที่แล้ว

      bakit wala pong nalabas sa lcd yung sa akin?

    • @angeloaban1853
      @angeloaban1853 ปีที่แล้ว +1

      @@JRECT sir may problem po sa akin. pwede mo po ba ako tulungan?

    • @JRECT
      @JRECT  ปีที่แล้ว

      Sir, nacheck niyo na po ba ung potentiometer sa likod ng LCD? mostly kpag walang output na display dahil sa contrast.

  • @jeonheejinie2901
    @jeonheejinie2901 ปีที่แล้ว

    I double checked all my connections i am using arduino uno but lcd wont display text even if i adjust potentiometer... i even tested the lcd 1602a i2c individually and it does display an output.

  • @suni373
    @suni373 2 ปีที่แล้ว +1

    thanks bro...

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      You're welcome!

  • @parthkhurana7919
    @parthkhurana7919 ปีที่แล้ว

    Pls also put the link of website from where did you find all the libraries

  • @franchezcamaeaurebayot6478
    @franchezcamaeaurebayot6478 2 ปีที่แล้ว +1

    Hello! Did you use the Arduino Nano v3.0 CH340G microcontroller? Thank you

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      Yes, correct

  • @mamamamahjehehehehehe2168
    @mamamamahjehehehehehe2168 วันที่ผ่านมา

    Hello I use arduino uno and as I read everything should work fine but when i put everything together and upload the code the display shows only the squares like yours does in the video when you upload the code, but on mine the time never shows up. I hope maybe you could help please?

  • @leslieannenriquez655
    @leslieannenriquez655 3 ปีที่แล้ว +1

    Just wanna ask is the code same for arduino nano and arduino uno because I will need to change the nano to uno cause I don't have nano

    • @JRECT
      @JRECT  3 ปีที่แล้ว

      Yes it will be the same code for uno and nano, just don't forget to change the board in uploading the codes.

  • @marcrazelalac9451
    @marcrazelalac9451 27 วันที่ผ่านมา

    pwede po ba i set yung repeat ng alarm? like tutunog ulit yung alarm every day or every monday-wednesday lang?

  • @haziqfarhannorman5396
    @haziqfarhannorman5396 2 ปีที่แล้ว +3

    Beautiful project!!! But how do i activate alarm for only 3 seconds without me having to stop it using the button

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      In the alarm function, you can just adjust the delay for the specific time you want then at the end of function change the mode = 1 , to exit in the loop of the alarm

    • @huseyin9207
      @huseyin9207 2 ปีที่แล้ว

      @@JRECT which function ? i tried but its not working. Where add delay?

  • @johann2071
    @johann2071 2 ปีที่แล้ว +1

    Hello, I am making an alarm clock that triggers a motor upon ringing. Any ideas on how to integrate a motor into this system?

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      Hi, you can use a relay to connect the motor, then you can just another output in the code that will trigger the relay.

  • @nivalmog2166
    @nivalmog2166 ปีที่แล้ว +1

    Hi, I did everything you did but the lcd only display boxes on the top row and nothing on the bottom row. What should I do to fix this?

    • @JRECT
      @JRECT  ปีที่แล้ว

      Hi, try to adjust the potentiometer at the back side of LCD.

  • @Lestgopartybaby.3842
    @Lestgopartybaby.3842 10 หลายเดือนก่อน +1

    Does it save the time you set even after you unplug or lost of power supply?

    • @JRECT
      @JRECT  10 หลายเดือนก่อน

      Yes it will as long that there's cr2032 battery in the RTC module.

  • @mdaslamknl
    @mdaslamknl 11 หลายเดือนก่อน

    Excellent
    Can you share the code

  • @kuzeyarasoyunda3343
    @kuzeyarasoyunda3343 ปีที่แล้ว

    same card same connections but have no matching function for call to 'LiquidCrystal_I2C::begin()' error. ı try all versions but not working

  • @Dancopymus
    @Dancopymus 2 ปีที่แล้ว +1

    Thanks; Does it work with DS3231?

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      Hi Daniel, it will not work with DS3231, the library that we used in the code is for DS1302.

  • @indana400
    @indana400 11 หลายเดือนก่อน +1

    hello JR-ECT
    I just opened the arduino code and when I press verify it says no matching function for call to "liquidcrystal_i2c::begin()"
    and what should i do?
    sorry my english is a bit bad

    • @JRECT
      @JRECT  11 หลายเดือนก่อน

      hi, did you already install the library for lcd_i2c?
      if not please check this video, and the link for library is available at description th-cam.com/video/z4CX3UaJHFo/w-d-xo.html

    • @indana400
      @indana400 11 หลายเดือนก่อน

      @@JRECT I have downloaded the appropriate library according to the video, but it still won't turn on,
      after that I tried the word begin, I changed it to init, then there was no writing as before. But the new problem is that the LCD doesn't want to show the time,
      and I have seen from the component cable there is nothing wrong.
      so what should i do?

  • @natarajans669
    @natarajans669 ปีที่แล้ว

    I've included the I2C library u recommended in your previous video. I even deleted existing other I2C libraries. But still getting that library i2c.begin error. Plz help me

  • @dukefaeldog9040
    @dukefaeldog9040 ปีที่แล้ว +1

    Hello, ive already connected the wires and uploded the codes, but my LCD still doesnt show anything just the buzzer that rings momentarily, pls help

    • @JRECT
      @JRECT  ปีที่แล้ว

      Hi, kindly try to adjust the potentiometer at the back of lcd.

  • @user-ip8db8nw3n
    @user-ip8db8nw3n ปีที่แล้ว

    I set the time but it doesn't show up on the lcd display and the time doesn't move.

  • @omodeindemustopha9270
    @omodeindemustopha9270 4 หลายเดือนก่อน

    Hi, thanks for sharing this with us. Please, can you help us to make a project?

  • @l.obuzzfurry7631
    @l.obuzzfurry7631 2 ปีที่แล้ว +1

    no matching function for call to
    LiquidCrystal_2C:begin()'
    however I did download the right library.

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      hi, do you mean the same library with this video th-cam.com/video/z4CX3UaJHFo/w-d-xo.html ? ,if not try to delete the existing library for lcd i2c then download the library with the link i send. Just make sure also that there's no other i2c lcd library installed.

    • @l.obuzzfurry7631
      @l.obuzzfurry7631 2 ปีที่แล้ว

      @@JRECT I've tried but it still happens like that

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      hi, try to check the codes - just notice in the error you send above there is missing letter I, so maybe only wrong spelling in the include library in the codes that maybe it was delete unexpectedly while doing something in the codes

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      it's either the spelling of the include library or the library installed there was a conflict with other libraries or wrong library

  • @fgundrananavictoria5562
    @fgundrananavictoria5562 2 ปีที่แล้ว +1

    Hi why does our buzzer doesn't work when alarming? What do you think is the problem? Plss help us. Thank you.

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      First of all make sure the connection is correct and the polarity of the buzzer, secondly make sure that you are using active buzzer not passive buzzer

  • @muzmashvlog9199
    @muzmashvlog9199 3 ปีที่แล้ว +1

    .hellow po.. ang galing paturo po..

    • @JRECT
      @JRECT  3 ปีที่แล้ว

      salamat po

  • @bernabebeduya1010
    @bernabebeduya1010 2 ปีที่แล้ว +1

    diagnostics says 'virtuabotixRTC.h' file not found, after compilation, it says fatal error, and No such file or directory, can you help me?

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      Hi Bernabe Beduya, it means that they did not found the library for the RTC, you can check and install the library from this video th-cam.com/video/McFwGz4srOw/w-d-xo.html , if there's any problem just feel free to message.

  • @josephinejanavila440
    @josephinejanavila440 ปีที่แล้ว +2

    hello, can u make a video using arduino uno and please upload the codes. thank you

    • @JRECT
      @JRECT  ปีที่แล้ว

      Hi, you can use the same arduino codes with uno, just use the same pin connections.

    • @abdurRahman-od3fd
      @abdurRahman-od3fd 2 หลายเดือนก่อน

      hello mister, how about using ds1307 rtc ? can you change the code @@JRECT

  • @prinziikiel4884
    @prinziikiel4884 2 ปีที่แล้ว +1

    is it possible to add more slots instead of just only 5 slots?

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      Yes it is possible.

    • @antoninscholaster9715
      @antoninscholaster9715 ปีที่แล้ว

      @@JRECT Hello master how to add more slots? Thanks for the reply

    • @jocellelabicani8848
      @jocellelabicani8848 5 หลายเดือนก่อน

      ​@@JRECThow to add more slot sir can you tell it

  • @secret7195
    @secret7195 2 ปีที่แล้ว

    can we use battery to power this circuit? if we can use, what kind of battery and where we will put it? pls reply 🙏

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      Yes, you can use battery. Any battery that can supply 5-12v in the Vin of the arduino nano. Or you can just use a powerbank and just connect the usb cable

    • @secret7195
      @secret7195 2 ปีที่แล้ว

      @@JRECT thank you so much 🙏🙏🙏🙏

    • @secret7195
      @secret7195 2 ปีที่แล้ว

      @@JRECT When we're programming the device, it says that no matching function for call to 'LiquidCrystal_I2C::begin()'. Can you help me?

    • @shifty51008
      @shifty51008 ปีที่แล้ว

      @@secret7195 just delete that line

  • @eojinryu8351
    @eojinryu8351 2 ปีที่แล้ว +1

    Hello, the lcd display doesn't seem to display any text after I uploaded the code to the arduino. Everything seems to work except there is no text on the lcd monitor.

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      kindly try to adjust the contrast of LCD, by rotating the potentiometer at the back of lcd i2c module

    • @jeonheejinie2901
      @jeonheejinie2901 ปีที่แล้ว

      same problem did you find nay solution?

    • @eojinryu8351
      @eojinryu8351 ปีที่แล้ว

      @@jeonheejinie2901 it was different for mine. It was a coding issue but potentiometer might work

    • @reirey0106
      @reirey0106 ปีที่แล้ว

      @@jeonheejinie2901 I tried to adjust the contrast of the lcd but still, it wasn't able to display the time. My LCD is 1602 module blue with pin header

    • @JRECT
      @JRECT  ปีที่แล้ว

      Kindly try to check the i2c address.

  • @corndog5732
    @corndog5732 2 ปีที่แล้ว +2

    We're almost done doing this clock but we have a problem. In our lcd, it shows
    3:85:85 PM
    45,2165 SAT
    What do you think is the problem? Please help us

    • @hsaonyferluma3711
      @hsaonyferluma3711 2 ปีที่แล้ว +1

      same bro, have you fixed this?

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      Hi, can you give me more details?
      Did you use all the same components? how about the code did you modify something?
      If you did not change anything and follow the steps, try to check your DS1302 rtc module separately, try to check this video th-cam.com/video/McFwGz4srOw/w-d-xo.html

  • @corndog5732
    @corndog5732 2 ปีที่แล้ว +1

    Our buzzer doesn't work when its alarming. What do you think is the problem? please help us 🙏🙏

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      First of all make sure the connection is correct and the polarity of the buzzer, secondly make sure that you are using active buzzer not passive buzzer

  • @nguyenhieuientu838
    @nguyenhieuientu838 3 ปีที่แล้ว +2

    help me ,it is error
    exit status 1
    no matching function for call to 'LiquidCrystal_I2C::begin()'

    • @JRECT
      @JRECT  3 ปีที่แล้ว

      hi, did you already install the library for lcd_i2c?
      if not please check this video, and the link for library is available at description th-cam.com/video/z4CX3UaJHFo/w-d-xo.html

  • @abyaby5394
    @abyaby5394 3 ปีที่แล้ว +1

    Hello, I have a question. How to change 12h to 24h. Thank for response.

    • @JRECT
      @JRECT  3 ปีที่แล้ว

      hi, in the clockDisplay() function you can check the if statements, you need to uncomment some if statements and modify. If you want I can send you a revised code with 24 hour format, just send me your email add.

    • @abyaby5394
      @abyaby5394 3 ปีที่แล้ว +1

      @@JRECT Hi, I dit it. Everything work well. Thanks

    • @JRECT
      @JRECT  3 ปีที่แล้ว

      nice, glad to hear.

  • @alvinsantiago2279
    @alvinsantiago2279 2 ปีที่แล้ว +2

    hi, can use ds3231 intead of ds1302 rtc?

    • @JRECT
      @JRECT  2 ปีที่แล้ว +1

      You can use but you need to modify the codes because of the library

    • @alvinsantiago2279
      @alvinsantiago2279 2 ปีที่แล้ว

      @@JRECT thank you

    • @alvinsantiago2279
      @alvinsantiago2279 2 ปีที่แล้ว

      @@JRECT by the way do you have simple clock with alarm and light auto and auto off depend on time settings?

  • @jashannandwani8656
    @jashannandwani8656 2 ปีที่แล้ว +1

    sir how may i change the code to stop the alarm from deactivating once rung. I would like the alarm to ring everyday at the said time without the need to set it everyday

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      Hi, you can comment out this part:
      EEPROM.write(addrActive[x], 0);
      so it will not deactivate once it was rung

    • @iuliannitu
      @iuliannitu ปีที่แล้ว

      @@JRECT Hello
      by comment this line the alarm deactivation button (red button) no longer works :)
      I tried to add to the alarm function: if (digitRead.... mode =1
      not working
      any ideas?🤔

  • @TopG360
    @TopG360 2 ปีที่แล้ว +1

    I instead tried to mount a arduino uno on to the breadboard but it didn't work any suggestions please

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      If you are using arduino uno, just use jumpers wire to connect arduino and breadboard

    • @TopG360
      @TopG360 2 ปีที่แล้ว

      @@JRECT you the man

  • @ahmedsalman5313
    @ahmedsalman5313 2 ปีที่แล้ว +1

    Hey there
    My LCD just shows black boxes despite downloading the correct libraries and codes. Also I am doing this project wth Arduino UNO. Any suggestions?

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      Hi, try to adjust the contrast of the display, by turning the potentiometer at the back of the LCD

    • @ahmedsalman5313
      @ahmedsalman5313 2 ปีที่แล้ว

      @@JRECT Tried that too but still the same problem
      Any other suggestions?

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      kindly try to check that you are connecting the LCD i2c module to the correct pins of Arduino Uno, SDA -> A4 , SCL -> A5

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      kindly try to do this tutorial first regarding LCD i2c with Arduino Uno, th-cam.com/video/z4CX3UaJHFo/w-d-xo.html

    • @ahmedsalman5313
      @ahmedsalman5313 2 ปีที่แล้ว

      @@JRECT Also I am using Arduino M795 pushbutton. Does this affect the working?

  • @erickaellorin2166
    @erickaellorin2166 2 ปีที่แล้ว +1

    Hi, can you help me about the LCD?

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      Can you give me details of the problem

  • @user-lq1nb8kp7x
    @user-lq1nb8kp7x 3 ปีที่แล้ว +1

    Could you help me.How do I find your library?

    • @JRECT
      @JRECT  3 ปีที่แล้ว

      check my other video about DS1302 RTC the link for the library is there

    • @JRECT
      @JRECT  3 ปีที่แล้ว

      th-cam.com/video/McFwGz4srOw/w-d-xo.html

  • @setyabudi8713
    @setyabudi8713 ปีที่แล้ว

    If i will make a timer, how source code, please...🙏🙏

  • @zifytube
    @zifytube 3 ปีที่แล้ว

    Great project, but I can't download the code. Can you publish it as text or something like that? Thanks a lot! Bye!

    • @JRECT
      @JRECT  3 ปีที่แล้ว +1

      Thanks for the comment, I will check it later, and will reply to you, or if you want you can send me an email at jrelectronicstechnology@gmail.com and I will send you the codes via email.

  • @secret7195
    @secret7195 2 ปีที่แล้ว +1

    After uploading the codes, Lcd shows
    12:00:00 AM
    0/2000
    What do you think is the problem? Please help us, this is for our project 🙏🙏🙏

    • @secret7195
      @secret7195 2 ปีที่แล้ว

      we already set it but nothing happened

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      Try to test the RTC module alone. It might be the problem.

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      Try to check my tutorial about the RTC module only

    • @secret7195
      @secret7195 2 ปีที่แล้ว +1

      @@JRECT we already tried it. maybe the rtc is defected that's why. Thank you so much 🙏🙏🙏 your vids is so amazing

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      If you try the other tutorial for only RTC and it's not working, most probably the problem is RTC module.

  • @karthiyozo20
    @karthiyozo20 4 หลายเดือนก่อน

    Can't add library file.. please help

  • @blair3473
    @blair3473 ปีที่แล้ว

    Hello sir, can I ask why the code doesn't run? It says no file or directory. How can I fix it?

    • @JRECT
      @JRECT  ปีที่แล้ว

      Make sure that you downloaded the libraries used.

  • @tharakadimantha1043
    @tharakadimantha1043 ปีที่แล้ว

    I make this project for my sister birthday🙂. Then I change default time and date to current time and date, but they not update.😔 How can I fix that?🙄😕

  • @Martythesnail
    @Martythesnail 5 หลายเดือนก่อน

    My LCD only shows the white boxes, any idea why this is? Thank you!

  • @riunoalpha7587
    @riunoalpha7587 2 ปีที่แล้ว

    hello, if we're using a battery, what type of battery do you suggest? we can't find any answers on google, this is our last hope😭 thank you for making this vidd♥️♥️

    • @riunoalpha7587
      @riunoalpha7587 2 ปีที่แล้ว

      battery as power source

    • @JRECT
      @JRECT  2 ปีที่แล้ว +1

      For easy power source, just use powerbank then use the usb cable. But if you are asking for battery, 9v battery, or any battery with a range of 6-12v will be fine to connect in Vin pin of Arduino nano.

    • @JRECT
      @JRECT  2 ปีที่แล้ว +1

      If you are looking for rechargeable battery, I prefer 18650 battery connected to charging module that will provide 5v output that will connect to 5v pin of Arduino board

    • @riunoalpha7587
      @riunoalpha7587 2 ปีที่แล้ว

      @@JRECT Thank you very much!!

  • @koustubhkotkar3888
    @koustubhkotkar3888 ปีที่แล้ว +1

    i am geting only boxes on screen plz tell me how to fix it

    • @JRECT
      @JRECT  ปีที่แล้ว

      Try to adjust the potentiometer at the back of the lcd.

  • @andri7493
    @andri7493 3 ปีที่แล้ว +1

    how about the cuckoo clock.. can you teach me ?

    • @JRECT
      @JRECT  3 ปีที่แล้ว

      if you want the same thing, but the only difference will be the sound which is cuckoo, it will be easy.

    • @andri7493
      @andri7493 3 ปีที่แล้ว +1

      @@JRECT cuckoo clock is analog movement.. with the bird sing comes out every our

  • @ryanmayo5669
    @ryanmayo5669 2 หลายเดือนก่อน

    Paano Po kapag ds1307 rtc module Po

  • @user-jg5iy9lx1h
    @user-jg5iy9lx1h 11 หลายเดือนก่อน +1

    buzzer it doesn't work with arduino why ?

    • @JRECT
      @JRECT  11 หลายเดือนก่อน

      Check if it is properly connected, and also the polarity. And make sure that your buzzer is active buzzer

    • @JRECT
      @JRECT  11 หลายเดือนก่อน

      To check your buzzer: th-cam.com/video/L7H5PiJLeBc/w-d-xo.html

  • @otkurbeck4795
    @otkurbeck4795 2 ปีที่แล้ว +1

    Code need my pls

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      kindly check on description, there is a link for the code

  • @badushashaik8429
    @badushashaik8429 3 ปีที่แล้ว +1

    Where is virtuabotics library

    • @JRECT
      @JRECT  3 ปีที่แล้ว

      the link for that library was on the description of this video: th-cam.com/video/McFwGz4srOw/w-d-xo.html

    • @badushashaik8429
      @badushashaik8429 2 ปีที่แล้ว

      Thanks sir

  • @thesridewshani5487
    @thesridewshani5487 3 ปีที่แล้ว

    Not open this aurdino program

    • @JRECT
      @JRECT  3 ปีที่แล้ว

      hi, can you tell me more about this problem, just make sure that you have arduino IDE to open the codes

  • @NileshPatel-ic4zc
    @NileshPatel-ic4zc 2 ปีที่แล้ว

    Please give me correct code

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      Hi, the codes in the description is correct, there might be a error because of missing library and you can found the i2c library in this link of my other video th-cam.com/video/z4CX3UaJHFo/w-d-xo.html please check

  • @wilfriedvp7740
    @wilfriedvp7740 ปีที่แล้ว

    i can't find the file 'virtuabotixRTC.h' on internet ? (file, not only the text)

  • @patrikhess8671
    @patrikhess8671 7 หลายเดือนก่อน

    it used to work for you, now it doesn't ERROR lcd.init(); // initialize the lcd I wrote 16.2 there and it still doesn't work, it's broken Your program doesn't work anymore mate

  • @jmjamodiong2837
    @jmjamodiong2837 2 ปีที่แล้ว +3

    Awesome video dude!
    I tried to execute your code but I get a message of
    warning: invalid conversion from 'int*' to 'int' [-fpermissive]
    EEPROM.write(addrActive, 0);
    can you help me with this? Thank you so much

    • @JRECT
      @JRECT  2 ปีที่แล้ว

      Hi, did you already solved your problem?, if not make sure that you download the correct library and codes, and try to upload and test before modifying anything.

  • @patrikhess8671
    @patrikhess8671 7 หลายเดือนก่อน

    ERROR lcd.init(); // initialize the lcd

  • @alhakamaljanabi6270
    @alhakamaljanabi6270 ปีที่แล้ว +1

    Hello, can you please upload virtuabotixRTC.h library

    • @JRECT
      @JRECT  ปีที่แล้ว

      Hi, you can check the library here in the description of this video th-cam.com/video/McFwGz4srOw/w-d-xo.html