Arduino Real Time Clock - Using the Tiny RTC

Arduino Real Time Clock - Using the Tiny RTC

DroneBot Workshop

5 лет назад

199,669 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@midlandernc7403
@midlandernc7403 - 22.09.2023 22:46

My tiny rtc module with eeprom only shows the i2c address for the eeprom 0x50 and so application can't see the RTC at 0x68

Ответить
@stevec5000
@stevec5000 - 10.08.2023 23:02

How do you ever get those RTC modules to work? I got 6 of them from Amazon and can't get any of them to work since the 32 KHz crystal doesn't oscillate and the ds1307 doesn't do anything! The Ground pin was not even connected on the pc board but jumping a wire to the neg. on the board didn't help, although it's getting power now it still doesn't do anything. I tried replacing the crystal on one of them but that didn't make any difference. I wonder if they were all made with counterfeit clock chips or what is going on with them?

Ответить
@woodensurfer
@woodensurfer - 17.07.2023 02:55

It seems that assigning the square wave to pin 2 or 3 of the Uno comes with the disadvantage that it is an interrupt. The controller stops when the wave is down.

Why not assigning to a non-interrupt digital input pin and then check for change of state (of the square wave)? This would avoid interrupting the controller.

Also, do the statuses of the I/O change to zeros (off) during an interrupt, or are they frozen (maintained) during an interrupt? Thanks

Ответить
@woodensurfer
@woodensurfer - 17.07.2023 02:49

Can the square wave pin of one RTC be tied to two Arduino controllers by wires, e.g. one Uno and one Nano? For me, only the Uno needs the real time; the nano needs only the square wave digital input.

Ответить
@sunaydjelali9269
@sunaydjelali9269 - 12.03.2023 21:53

Hello pls Made video how work whit DS3231 I'm having a lot of trouble with this module

Ответить
@LeonardoPJ
@LeonardoPJ - 02.03.2023 18:31

Very good video, i was need know to make interrupt with RTC, thanks. But the pin DS i think that is for temperature sensor, and not for device select, i also verified in datasheet.

Ответить
@Yash-Gaikwad
@Yash-Gaikwad - 19.12.2022 16:56

I am trying to make a pet feeder. I am looking into clock modules which would run on low power like cmos cell or aaa battery, and not required to have a microcontroller attach or running . I found out clock modules like ds3231etc runs on cmos cell for months. But I realized it can only trigger two alarm daily. Is there any other module with at least around 6-10 alarms capability daily or any way to increase alarms capability of ds3231. So that I can amplify the alarm signal and use it trigger motor or servo that will dispense the treat/food. I was unsuccessful in finding such module, I also tried to find cheap circuit board of a commercial pet feeders on amazon. Still nothing.

Thanks in advance.

Ответить
@U2pfU2
@U2pfU2 - 30.11.2022 05:14

why only arduino?

Ответить
@ahmedel-sinousy4848
@ahmedel-sinousy4848 - 30.08.2022 17:53

RTC doesn't update time what should i do, am using RTC DS1307

Ответить
@raedbishtawy1
@raedbishtawy1 - 30.07.2022 14:24

can you please explain what a preamble value means? what is necessary for?

Ответить
@emmanueltakpal9331
@emmanueltakpal9331 - 08.06.2022 08:04

Please lectures on fingerprint module

Ответить
@redelectron8575
@redelectron8575 - 15.02.2022 10:53

Realy Helpful...❤ ...DS3231 RTC module projects available in our channel

Ответить
@johnibbertson2960
@johnibbertson2960 - 27.01.2022 15:22

bill im new to all this and its baffling , but can you help , ive built a coloured digital clock a cheap chineese job , it works but GAINS TIME about a minute a day , is there a way round this, thanks, john.

Ответить
@pareshmhatre4019
@pareshmhatre4019 - 30.11.2021 13:59

what should one do for 12 hour format setting?

Ответить
@joeydelmarsjr.646
@joeydelmarsjr.646 - 29.11.2021 20:49

i have a MSM9004-02 in my car that is severed from the stock radio, so it doesnt work. Can i some how make it into a stand alone clock? I have located the pin out of the chip to 10pin connector vcc 5v and LCD voltage, rest, load, clock, and ground. what do i need to make it work independently?

Ответить
@JerryEricsson
@JerryEricsson - 12.11.2021 23:40

Thanks, always nice to review the basic modules.

Ответить
@wolfgangboettcher3126
@wolfgangboettcher3126 - 07.10.2021 20:23

Ich warte den Moment

Ответить
@pilarsurya3831
@pilarsurya3831 - 21.09.2021 14:42

Terimakasih atas ilmunya

Ответить
@bazrazin1
@bazrazin1 - 29.08.2021 13:00

i made a raw ds1302(found from another ready clock) dot pcb module & connected the crystal & backup batterym wired it to A4 & A5, nothing is showing on serial monitor, using nano, do i have to use pull up resistors & what to do with the CE pin.

Ответить
@dave_dennis
@dave_dennis - 26.08.2021 22:32

I noticed that as the serial monitor was listing out the time, temp, humidity that occasionally there were would be two consecutive time displays with exactly the same reading in the seconds place. I thought this would update the display once per 1 Hz tick, so I don't follow how you could ever have a duplicate time displayed. What am I missing?

Thanks! I love your style. It is so very easy to follow.

Ответить
@andywylie287
@andywylie287 - 26.08.2021 22:17

Excellent vid! This might be a strange question but I cant seem to be able to follow the links you provided for your website. Has something changed or is it me?

Ответить
@omgurudev0
@omgurudev0 - 20.08.2021 20:07

Hello Guru, I have recently subscribed to DroneBot Workshop and like your way of teaching with detailed explanations and have become your fan. I request you if possible to append this video for interfacing this with 6 nos 8x8 Matrix Display in configuration as Digital clock display. Although you did mention that there are cheap Digital clocks available. If you have this on your website please do inform.

Ответить
@RalphWLundvall
@RalphWLundvall - 23.07.2021 00:59

Airports update their barometric pressure reading hourly at my nearby Paine Field Everett WA. I log my BME280 the same. Humidity readings more often are unneeded.

Ответить
@feelvlog8458
@feelvlog8458 - 04.07.2021 07:29

What is the use of this module on Arduino

Ответить
@marshallwoodson
@marshallwoodson - 02.07.2021 22:37

I get an error when I try to navigate to the article on DroneBot Workshop. Is the article still available?

Ответить
@harryohanson
@harryohanson - 16.06.2021 03:21

Love your teachings!! Thank you!!

Ответить
@nixo0077
@nixo0077 - 19.05.2021 11:36

Doskonałe wideo, pozdrawiam

Ответить
@yashindian4233
@yashindian4233 - 09.05.2021 00:05

Excellent videos to learn.!

Ответить
@ignaciomora8317
@ignaciomora8317 - 01.05.2021 07:36

Bill Thanks FOR EVERYTHING.

Ответить
@mohammedyasarshaikh4501
@mohammedyasarshaikh4501 - 01.04.2021 14:28

For full article there is an error,

This site can’t be reached
Check if there is a typo in dbws.
If spelling is correct, try running Windows Network Diagnostics.
DNS_PROBE_FINISHED_NXDOMAIN

Ответить
@artemyevtushenko8722
@artemyevtushenko8722 - 27.03.2021 16:41

Unfortunately, the links in the description aren't working!
(Great video as always)

Ответить
@manofmesopotamia7602
@manofmesopotamia7602 - 25.02.2021 22:47

I believe this module is suitable for projects that deals with calendar, such as smart irrigation system in agriculture, or deals with time such as smart home 🏠 light

Ответить
@paulkirchhof9546
@paulkirchhof9546 - 15.02.2021 19:40

What’s about start and stop the RTC-Chip? Is this Bit set by settiing the time?.

Ответить
@willsmith6215
@willsmith6215 - 07.02.2021 23:32

broken links

Ответить
@donsuttie3758
@donsuttie3758 - 31.01.2021 18:32

Excellent tutorial, thank you.

Ответить
@markhodgson2348
@markhodgson2348 - 02.01.2021 22:30

Dont worry when the 5th wave arrives it will be the catalyst for great change

Ответить
@trueindia808
@trueindia808 - 31.12.2020 07:46

Nice information sharing with us. thanks. sir if any have best arduino project for bike?

Ответить
@sylvainsimard5276
@sylvainsimard5276 - 13.12.2020 01:33

hi , i search for code. the link doesnt work anymore

Ответить
@patrickmclaughlin6013
@patrickmclaughlin6013 - 07.11.2020 20:23

that led toggle is interesting ^1

Ответить
@rafigarden7824
@rafigarden7824 - 29.10.2020 17:42

the link dbws cannot be open

Ответить
@shashankbagda6970
@shashankbagda6970 - 25.10.2020 17:15

How can i add 12c screen or 16×2 lcd with arduino and tiny rtc... Please share me pinout and code for that...

Ответить
@paranormalitcresearch
@paranormalitcresearch - 24.10.2020 09:24

Module’s Hidden Feature – DS18B20
There’s a provision on our DS1307 RTC module that often goes unnoticed. It allows us to install DS18B20 temperature sensor.

The 3 holes in the top corner right next to the battery holder(labled as U1) is where the DS18B20 is installed.
Once you install the DS18B20, you will be able to get temperature readings from DS pin. These readings can further be used to compensate for temperature based time drift in code.
So there is no need to install a Temp Sensor, since its already at the Tiny RTC / DS1307.

Ответить
@perinoveriza1658
@perinoveriza1658 - 10.10.2020 10:21

Best teacher 👍👍👍

Ответить
@samuelsungstabtu7527
@samuelsungstabtu7527 - 10.09.2020 10:01

I love the way the info presentation flows. Pretty structured and informative. So I've to visit your website for more static info on this topic. However, I found on the website (similar to this video) the description for the DS pin on the TinyRTC module "DS – Device Select, this allows you to enable or disable the device.". I did more research online and found that DS was actually meant for the temperature readout from the DS18B20 tempearture sensing module that can be optionally soldered to the board next to the battery (if its not already there). And it is also recommended to have a pullup resistor to the DS pin conenction when in use.

Ответить