Simple & Easy Arduino Alarm Clock with DS1302

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 192

  • @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.

  • @anUkranian
    @anUkranian 7 місяців тому +1

    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.

  • @softyan
    @softyan 2 роки тому +3

    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.

  • @raintech7053
    @raintech7053 2 місяці тому

    Hello from 2024, I will like to know assuming I connect my Arduino through a Bluetooth module. How can I dynamically set the time instead of having it pre programmed. Thanks

  • @zagalh.a.yasmin7252
    @zagalh.a.yasmin7252 Рік тому

    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

  • @XavierKok
    @XavierKok 5 місяців тому

    May I know how to get the current date & time? When compile, by default it's showing 1st Jan 2000 instead of current one

  • @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

  • @natarajans669
    @natarajans669 Рік тому +1

    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

  • @AdolfKambinda-f8p
    @AdolfKambinda-f8p 4 місяці тому

    Will it work of you use a different RTC module?

  • @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?

  • @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.

  • @marcrazelalac9451
    @marcrazelalac9451 6 місяців тому

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

  • @gretastravellife6926
    @gretastravellife6926 3 роки тому +1

    Napakahusay Naman po Good job

    • @JRECT
      @JRECT  3 роки тому

      Salamat po.

  • @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 ua-cam.com/video/McFwGz4srOw/v-deo.html

  • @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 ua-cam.com/video/L7H5PiJLeBc/v-deo.html

  • @franchezcamaeaurebayot6478
    @franchezcamaeaurebayot6478 2 роки тому +1

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

    • @JRECT
      @JRECT  2 роки тому

      Yes, correct

  • @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  Рік тому +1

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

  • @nivalmog2166
    @nivalmog2166 2 роки тому +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  2 роки тому

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

  • @Lestgopartybaby.3842
    @Lestgopartybaby.3842 Рік тому +1

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

    • @JRECT
      @JRECT  Рік тому

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

  • @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.

  • @indana400
    @indana400 Рік тому +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  Рік тому

      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 ua-cam.com/video/z4CX3UaJHFo/v-deo.html

    • @indana400
      @indana400 Рік тому

      @@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?

  • @ntwaribenichristian2596
    @ntwaribenichristian2596 2 роки тому +1

    Nice one you are talented

  • @moazmohammed9715
    @moazmohammed9715 2 роки тому

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

  • @ЕрнурМахмут-т5з
    @ЕрнурМахмут-т5з 3 роки тому +2

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

    • @JRECT
      @JRECT  3 роки тому +1

      Glad you like it!

  • @jeonheejinie
    @jeonheejinie Рік тому

    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.

  • @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

  • @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.

  • @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.

  • @mamamamahjehehehehehe2168
    @mamamamahjehehehehehe2168 5 місяців тому

    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?

    • @nazanin2027
      @nazanin2027 4 місяці тому

      hey did you find any solutions?

    • @mamamamahjehehehehehe2168
      @mamamamahjehehehehehe2168 4 місяці тому

      @@nazanin2027 LiquidCrystal_I2C lcd(0x27, 16, 2); here you change to 27, it is at very begining

  • @karthikraja2999
    @karthikraja2999 Рік тому

    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

  • @kuzeyarasoyunda3343
    @kuzeyarasoyunda3343 Рік тому

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

  • @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 ua-cam.com/video/z4CX3UaJHFo/v-deo.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

  • @ailtonmk11
    @ailtonmk11 2 роки тому

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

  • @jashannandwani8656
    @jashannandwani8656 3 роки тому +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  3 роки тому

      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?🤔

  • @jmjamodiong2837
    @jmjamodiong2837 3 роки тому +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  3 роки тому

      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.

  • @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, ua-cam.com/video/z4CX3UaJHFo/v-deo.html

    • @ahmedsalman5313
      @ahmedsalman5313 2 роки тому

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

  • @wilfredocatalan5248
    @wilfredocatalan5248 5 місяців тому

    Thank you so much, very helful.

  • @artisephticph6022
    @artisephticph6022 3 роки тому +1

    what an awesome.content my homies

  • @parthkhurana7919
    @parthkhurana7919 Рік тому

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

  • @josephinejanavila440
    @josephinejanavila440 2 роки тому +2

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

    • @JRECT
      @JRECT  2 роки тому

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

    • @abdurRahman-od3fd
      @abdurRahman-od3fd 8 місяців тому

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

  • @anokhautomation4453
    @anokhautomation4453 3 роки тому +1

    nice tutorial and project

    • @JRECT
      @JRECT  3 роки тому

      Thank you!

  • @dizzydrac
    @dizzydrac 3 роки тому +1

    Nice making 👍 good job bro

    • @JRECT
      @JRECT  3 роки тому

      Thank you so much 😀

  • @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

  • @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.

  • @l.obuzzfurry7631
    @l.obuzzfurry7631 3 роки тому +1

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

    • @JRECT
      @JRECT  3 роки тому

      hi, do you mean the same library with this video ua-cam.com/video/z4CX3UaJHFo/v-deo.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 3 роки тому

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

    • @JRECT
      @JRECT  3 роки тому

      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  3 роки тому

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

  • @Dancopymus
    @Dancopymus 3 роки тому +1

    Thanks; Does it work with DS3231?

    • @JRECT
      @JRECT  3 роки тому

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

  • @bernabebeduya1010
    @bernabebeduya1010 3 роки тому +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  3 роки тому

      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 ua-cam.com/video/McFwGz4srOw/v-deo.html , if there's any problem just feel free to message.

  • @pHuYaTz
    @pHuYaTz 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

    • @pHuYaTz
      @pHuYaTz 2 роки тому

      @@JRECT thank you

    • @pHuYaTz
      @pHuYaTz 2 роки тому

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

  • @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.

  • @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

    • @jeonheejinie
      @jeonheejinie Рік тому

      same problem did you find nay solution?

    • @eojinryu8351
      @eojinryu8351 Рік тому

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

    • @reirey0106
      @reirey0106 Рік тому

      @@jeonheejinie 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.

  • @AnneinthePH
    @AnneinthePH 3 роки тому +1

    Galing naman po.

    • @JRECT
      @JRECT  3 роки тому

      Salamat po

  • @aldemofficial
    @aldemofficial 3 роки тому +1

    Nice lods keep safe gdbless

  • @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 2 роки тому

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

    • @jocellelabicani8848
      @jocellelabicani8848 11 місяців тому

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

  • @erickaellorin2166
    @erickaellorin2166 2 роки тому +1

    Hi, can you help me about the LCD?

    • @JRECT
      @JRECT  2 роки тому

      Can you give me details of the problem

  • @rpcircuits5937
    @rpcircuits5937 3 роки тому +1

    Nice. Thank you so much 🙂

    • @JRECT
      @JRECT  3 роки тому +2

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

  • @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

  • @tropatayo9005
    @tropatayo9005 3 роки тому +1

    Good job

    • @JRECT
      @JRECT  3 роки тому

      Thanks

  • @ЕрнурМахмут-т5з
    @ЕрнурМахмут-т5з 3 роки тому +1

    Wow, cool!

    • @JRECT
      @JRECT  3 роки тому

      Thanks.

  • @ЕрнурМахмут-т5з
    @ЕрнурМахмут-т5з 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 роки тому

      ua-cam.com/video/McFwGz4srOw/v-deo.html

  • @4.4_07ธนวัตพุ่มเกตุ

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

  • @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?🙄😕

  • @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!!

  • @Martythesnail
    @Martythesnail 11 місяців тому

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

  • @omodeindemustopha9270
    @omodeindemustopha9270 10 місяців тому

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

  • @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.

  • @suni373
    @suni373 3 роки тому +1

    thanks bro...

    • @JRECT
      @JRECT  3 роки тому

      You're welcome!

  • @mdaslamknl
    @mdaslamknl Рік тому

    Excellent
    Can you share the code

  • @blair3473
    @blair3473 2 роки тому

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

    • @JRECT
      @JRECT  2 роки тому

      Make sure that you downloaded the libraries used.

  • @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.

  • @ryanmayo5669
    @ryanmayo5669 8 місяців тому

    Paano Po kapag ds1307 rtc module Po

  • @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

  • @karthiyozo20
    @karthiyozo20 10 місяців тому

    Can't add library file.. please help

  • @muzmashvlog9199
    @muzmashvlog9199 3 роки тому +1

    .hellow po.. ang galing paturo po..

    • @JRECT
      @JRECT  3 роки тому

      salamat po

  • @NOUFSULTANESSA
    @NOUFSULTANESSA Рік тому +1

    buzzer it doesn't work with arduino why ?

    • @JRECT
      @JRECT  Рік тому

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

    • @JRECT
      @JRECT  Рік тому

      To check your buzzer: ua-cam.com/video/L7H5PiJLeBc/v-deo.html

  • @prabhakaranagale522
    @prabhakaranagale522 4 місяці тому

    Please share the code

  • @qsdrfghgujfddyffguff
    @qsdrfghgujfddyffguff 3 роки тому +1

    Where is virtuabotics library

    • @JRECT
      @JRECT  3 роки тому

      the link for that library was on the description of this video: ua-cam.com/video/McFwGz4srOw/v-deo.html

    • @qsdrfghgujfddyffguff
      @qsdrfghgujfddyffguff 3 роки тому

      Thanks sir

  • @otkurbeck4795
    @otkurbeck4795 2 роки тому +1

    Code need my pls

    • @JRECT
      @JRECT  2 роки тому

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

  • @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 3 роки тому

    Please give me correct code

    • @JRECT
      @JRECT  3 роки тому

      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 ua-cam.com/video/z4CX3UaJHFo/v-deo.html please check

  • @wilfriedvp7740
    @wilfriedvp7740 2 роки тому

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

  • @patrikhess8671
    @patrikhess8671 Рік тому

    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

  • @patrikhess8671
    @patrikhess8671 Рік тому

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

  • @poopingtoothpaste4161
    @poopingtoothpaste4161 5 місяців тому

    the third button is not working, why?

  • @alhakamaljanabi6270
    @alhakamaljanabi6270 2 роки тому +1

    Hello, can you please upload virtuabotixRTC.h library

    • @JRECT
      @JRECT  2 роки тому

      Hi, you can check the library here in the description of this video ua-cam.com/video/McFwGz4srOw/v-deo.html