Real Time Clock Script for Raspberry Pi

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

КОМЕНТАРІ • 122

  • @JnJTrueOutdoorAdventures
    @JnJTrueOutdoorAdventures 4 роки тому +1

    Jason, just got my real time clock today in the mail and installed it the easy way. It is working perfectly. My GPS dongle is in the mail to me, should have it in a few days. I know I have said it before, but you are a lifesaver!!! I had all but given up trying to use my Raspberry Pi. I had issues trying to use a 3.5 inch touch screen, then I got a 5 inch HDMI screen, still issues but after watching your videos and doing the VNC connect and now with the Pi Build I have a working Pi for amateur radio. So far I haven't had any issues using the V2 (got the link from the email) on my Pi. I have worked several stations using FT8, ran JS8Call and did a @autocall and got a few stations reply. Haven't had a QSO on JS8Call yet. I have used Ardop and got Winlink working. Played around with the SSTV, but I don't have any pictures on my Pi, yet! Saw your email today and now I am going to look for a USB drive small enough to fit the USB ports once the radio, Signalink and GPS is hooked up. You are doing the amateur radio a great service my friend, especially those looking for portable operations and emergency in the field comms. Keep up the good work!! Juddie WD8WV

    • @KM4ACK
      @KM4ACK  4 роки тому +1

      WOW! Congrats. Glad you have it all working. Success stories like this drive me to do the next video. 73, de KM4ACK

  • @OnTerraFirma
    @OnTerraFirma 4 роки тому +3

    KM4ACK you did it again! Thank you so much for what you have done for the ham radio and pi community. I just bought an rtc thinking I would have to do it the hard way.

  • @the_mercyst
    @the_mercyst Рік тому +4

    Hello, I'm having trouble. I activate i2c in raspberry pi configuration, however when squeetling the script appears a message stating "Please enable IC2 interface in the Raspberry Pi Configuration and try again.
    Please help me! :(

  • @Syncopiia
    @Syncopiia 4 роки тому

    Thanks! I'm trying to get a modded Pokemon game to run on RetroPie and needed a real-time clock. Didn't even know these were available.

  • @joseuslenghi
    @joseuslenghi 4 роки тому +1

    Genius!!! Installing a RTC module was quick and easy. Thank you for your help

  • @makskneer6604
    @makskneer6604 9 місяців тому

    very good script !
    i have a small improvement.
    if someone has the same problem as me with mulitple connected devices, you can just alter the first query of the script to "contains" instead of "matches"
    if error message says "Please enable I2C interface in the Raspberry Pi Configuration and try again", this means the returned string can be emtpy OR multiple outputs like (example): /dev/i2c-0 /dev/i2c-1 /dev/i2c-10 /dev/i2c-20 /dev/i2c-21 /dev/i2c-22
    so change this:
    if [ $IC2ACTIVE = "/dev/i2c-1" ]
    to this:
    if [[ $IC2ACTIVE == *"/dev/i2c-1"* ]]
    so it asks for "contains"
    have fun :)

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

    Can't wait to see what a difference this makes on my SbitX! Thank you for the easy to follow video.

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

    Super video KM4ACK, i bought 2 of them a while back and forgot how to install, your video made it easier.. I see that it is even added to the build a pi script. 73 Martin PA0KGB

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

    My Raspberry Pi 3b refuses to run Jason's rtc script. The error msg "Please enable I2C interface in the Raspberry Pi Configuration and try again" . I've checked the i2c interface configuration was set to enable and tried to Reboot, then Shutdown and Boot but get the same error.

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

      I had same error. I installed older version of raspberry os and it worked.

  • @andyseymour889
    @andyseymour889 4 роки тому +1

    Good stuff Jason! Another useful tool !

  • @JnJTrueOutdoorAdventures
    @JnJTrueOutdoorAdventures 4 роки тому +1

    Great information again Jason as usual!! I am getting ready to order the real time clock and the GPS dongle today for my Raspberry Pi!! I sat in the living room last night and ran the Pi again with my 817ND and Signalink in my radio room and worked some FT8 in the comfort of my loveseat!! Haven't been able to connect to a station using Ardop yet. Winlink has been setup on the website, I just can't seem to connect to a station anywhere close to me on 40 Meters. It could be because I am only running 5 watts into a tuned 80 Meter dipole up 25 feet. Juddie WD8WV

    • @KM4ACK
      @KM4ACK  4 роки тому +1

      5 watts will limit you a bit but maybe try the auto pat feature in Pat Menu.

  • @FunInSC
    @FunInSC 4 роки тому +2

    Jason, I've been out of the hobby for many years but getting back in now. Just got a Pi4 but I know nothing about it. How do you use a 5V fan and the RTC clock at the same time? Do they share the same pins?

    • @KM4ACK
      @KM4ACK  4 роки тому

      The RTC connects to the inside row of pins for the GPIO and the fan connects to the outside row 5V & ground. 73, de KM4ACK

    • @FunInSC
      @FunInSC 4 роки тому

      @@KM4ACK my clock uses the first 3 pins on both rows. :(

    • @KM4ACK
      @KM4ACK  4 роки тому +1

      Drones In SC not familiar with that style

    • @FunInSC
      @FunInSC 4 роки тому

      @@KM4ACK I ordered some pin connectors. I think I can piggyback on the backside of the PCB for the fan power. :)

    • @herrprepper2070
      @herrprepper2070 4 роки тому

      Drones In SC - I was about to ask the same question... thank you for beating me to it.👍

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

    Amazing. Got it working in one line. Thanks

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

      Great 👍

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

    Yes, let me definitely complement you for this excellent video and script you have given to us. Thank You!

  • @PT9KK
    @PT9KK 4 роки тому +1

    Jason, thanks for the great video. I will add the RTC to my RPi4. May I know how to install that information frame on the right hand side of the video? There is a bunch of valuable info within the frame.
    Keep up the good videos!

    • @KM4ACK
      @KM4ACK  4 роки тому +2

      The info on the right is produced by Conky. I did a video on it a while back ua-cam.com/video/K4ZdWxuHT-8/v-deo.html 73, de KM4ACK

  • @enriquerodriguezll.xe1e907
    @enriquerodriguezll.xe1e907 4 роки тому

    Hi, tnx very much. Easy install and working 100% in a Pi 4. 73 and DX de XE1E

  • @alexlandherr
    @alexlandherr 4 роки тому

    Any video on a combined RTC and GPS for timekeeping along with a nice installation script? I’ve been trying to use a USB GPS receiver with the Pi4B for a long time and only been able to see the NMEA data, no time syncing. Even an acquaintance with far more Linux and Raspberry Pi experience than me has failed at it.

  • @LeeAlder
    @LeeAlder 4 роки тому

    Great video & tutorial!!

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

    Trying to figure out why I keep getting instructions to enable IC2 interface when the interface has it listed as I2C. I've enabled it yet I keep getting the error to enable when I follow the instructions

  • @KM4ACK
    @KM4ACK  4 роки тому

    Grab the same real time clock I use here amzn.to/2OYdwo1

  • @ericbjorkman4665
    @ericbjorkman4665 4 роки тому +1

    Do you need to turn off I2c port after install? Or do you leave open for pi to sync RTC from standardized source?

    • @KM4ACK
      @KM4ACK  4 роки тому +2

      You want to leave it enabled as this is the way the pi communicates with the RTC. 73, de KM4ACK

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

    I have a DS-3231 rtc module. I see you are using a DS-1307 rtc module. What must I do/change to install this rtc version? Thx!

  • @Lisas4us
    @Lisas4us 4 роки тому

    I am wondering, what is pin 4 on RTC connected to Pin 7 (GPIO4) on RPI used for?

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

    Excellent video, any chance you could show us a similar tutorial for the Raspberry pi PICO?

  • @herrprepper2070
    @herrprepper2070 4 роки тому +1

    Thank you for the video.
    Question if I may.... What is the point/benefit of installing the clock? Let’s say the only thing you use the pi is JS8CALL... will the clock now synch JS8CALL to the correct time? What if you power down the pi, do you have to reset again when powering it back up?
    Sorry if these questions are mundane... but I’m a NOOB. 🥳

    • @KM4ACK
      @KM4ACK  4 роки тому +3

      Great questions! The pi doesn't have a RTC on the main board. So if you power the pi down and fire it back up a week later without an internet connection, the time will be off by a week. We can overcome this in one of two ways. 1. Add a GPS dongle connected to the pi. When the GPS gets a lock on satellites, it will also download the time and sync with the pi. 2. Install a RTC like in the video. This is an actual RTC that will keep accurate time even when the pi is powered off since it has a battery built into the RTC. When the pi is booted up, it will get the current time from the RTC and sync it to the pi's time. Either way will give you accurate time for apps like JS8Call or WSJTX. A third option is to add both the GPS and the RTC for redundancy. 73, de KM4ACK

    • @herrprepper2070
      @herrprepper2070 4 роки тому +1

      KM4ACK thank you, Jason. As always, I appreciate your expertise and willingness to share.

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

    I bought one many years ago and revisiting this project. Connecting I noticed it's not detecting. The onboard battery is dead by now. So I resoldered a button batt to replace it.. Still not detecting. I wonder if the onboard batt matters or just needed when power is comp. off

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

    Hi can i add rtc ds1302 or rtc ds 3231 on gpio while dac hat has already plugged in?

  • @KB0OTY
    @KB0OTY 4 роки тому +3

    You keep writing these scripts about 3 weeks after I did it the hard way. I'm putting my field pi in a drawer for 3 weeks.

    • @KM4ACK
      @KM4ACK  4 роки тому +1

      😂🤣😂 Sorry not sorry. Hang around for 3 weeks and I’m sure it will change again. Build-a-Pi 2 is coming soon!

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

    Almost plug & play .... Many many thanks

  • @MoTown44240
    @MoTown44240 4 роки тому

    These are back in supply now but there is a one month waiting period for delivery. Don't know if the Convirus is affecting this. I ordered mine last week and was given a April 7 delivery date.

  • @MoTown44240
    @MoTown44240 4 роки тому

    The "RTC Clock Module DS3231 High Precision Real Time RTC Clock Module Memory Module for Raspberry Pi 4 Pcs" from Amazon is "Currently unavailable. We don't know when or if this item will be back in stock." I found this on Amazon's website FYI Jason.

    • @KM4ACK
      @KM4ACK  4 роки тому

      It seems like you guys have bought them out. Hopefully we see them return in a few day. Look at the very first comment on this video. I put a link there but there is only 2 left in stock as I type this.

  • @cbjessee
    @cbjessee 4 роки тому

    Hmmm... seems I have a choice of a case with fans or RTC. Any cases with fans that allow access to the RTC pins? I'm sure there's some.

    • @cbjessee
      @cbjessee 4 роки тому

      As soon as I posted, I recalled I had some header extenders. While I had already passed the Build-a-Pi V2 script section on the RTC, I just swapped the header in and put the RTC on. I'll see how it goes once the BaPv2 script completes.

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

    Hi jason, I am really struggling to get an RTC module working with Ubuntu server on a raspberry pi, do you have a guide for this?

  • @G0WZB
    @G0WZB 4 роки тому

    Sorry to ask but having 1 issue and I'm not sure what I've missed. The RTC is not updating the system time, When i check the rtc has the correct time its just not passing it over to the pi. I also have a gps plugged in and when it gets a lock then that updates the system time ok. Does the rtc work as well as the GPS or do i just use one or the other. Thanks for any pointers
    Brian
    G0WZB

  • @jameslugar5916
    @jameslugar5916 4 роки тому

    You are amazing. thanks for all you do.

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

    Adding the RTC took the first five pins. What happens if I need those pins for something else?

  • @MasterofPuppets111
    @MasterofPuppets111 4 роки тому

    Hello KM4ACK thank you very much for this easy install script! LOVE IT!
    I have only one Question, when the battery is fully discharged and i have to replace ist, how do i set the right time again?

    • @KM4ACK
      @KM4ACK  4 роки тому +2

      Connect the pi to the internet or GPS to get accurate time and the run *sudo hwclock -w* to write the system time to the RTC board.

    • @MasterofPuppets111
      @MasterofPuppets111 4 роки тому

      @@KM4ACK perfect! Thank you!

    • @MasterofPuppets111
      @MasterofPuppets111 4 роки тому

      It all works nice now!
      Thank you KM4ACK only one question, is there a away to switch automatically between European Summer and Wintertime?

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

    Thank you!!! With love from Russia!!!!!

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

    You cant get PIs any more but you can get the $30 AML-S905X-CC (Le Potato) clone. Any help in installing the RTC on it would help. Overlays have to be installed

  • @k7mee
    @k7mee 4 роки тому

    Thanks Jason for an awesome channel!
    I've downloaded the Build-a-Pi, but I want to uninstall some of the programs I installed. I am first-timer to Pi and Linux. How do I do this?

    • @KM4ACK
      @KM4ACK  4 роки тому

      Uninstall isn't currently a feature of build a pi. You will need to do that manually or do a clean build from scratch.

  • @ThePrelude1999
    @ThePrelude1999 4 роки тому

    I got a question is there anywhere else to plug up the clock because the spot where you say to plug it up is already tucking

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

    Question : Does selecting RTC on 2023 BAP menu do the same thing as this script? tnx ... Tom VE3NY

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

    Say I want to time a relay to go off and one a couple times a day with a raspberry pi. Do I need one of these RTC modules or can I just use the existing time modules from within the pis libraries? Secondly would it be better to use the rtc module if I plan on using an arduino mini?

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

      You won't need the RTC provided you are connected to the internet. The Pi will pull correct time from the internet on boot. The RTC is needed if you don't have internet since the Pi doesn't have a RTC on board.

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

      @@KM4ACK ok thank you. My only concern is if the internet were to go out I'm hoping to keep my greenhouse automated so that's why I'm so set on using an RTC. Hoping to take this design to an arduino nano next to use RTC to control just a couple relays to go off a few times a week to power a couple water pumps. (One pump from a nutrients tank and one pump from a water tank set to go off at different intervals) at this point I'm willing to pay someone to help me figure it out.

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

    thank You Very Much!

  • @TheRangerDale
    @TheRangerDale 4 роки тому

    Forgot to ask Jason. My GPS from amazon has not come yet , should I wait till it does before installing the RTC ?

    • @KM4ACK
      @KM4ACK  4 роки тому

      No. Just make sure you have the pi connected to internet. 73, de KM4ACK

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

    I ran this script and went as planed til I answered Y for both questions. which at time did show correct info. now when I check time & date its off ALOT. I did do this manually the long way anf after running the script after the sudo bash, I noticed the correct time that showed has changed from 2024 to 1999. I am wondering if this is due to the RTC chip is ds3231 not ds1307.

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

      I got it to work, turns out quality control on these modules isn't up to spec. LUL

  • @DialM4Microcontrollr
    @DialM4Microcontrollr 4 роки тому

    Jason, great video. On Amazon, would other DS3231 clocks work? There listed one was out on Amazon, so I found one described as DEVMO DS3231 AT24c32. But it seems to have 6 pins. Starting at one end they are labeled, GND, Vcc, SDA, SCL, SQW, 32k. Let us know what you think. Thanks!

    • @KM4ACK
      @KM4ACK  4 роки тому

      I updated the link in the pinned comment on this video to a suitable replacement. amzn.to/3bFN3Fx Grab in now though. There is only 10 of them in stock as I type this. 73, de KM4ACK

    • @vidcreator5276
      @vidcreator5276 4 роки тому

      @@KM4ACK Jason, will your script work with other real time clocks? I purchased one a while back from Amason (5 pin DS3231) that OH8STN had recommended in one of his videos and had not yet gotten around to installing it. Or do I have to use the one you set up in this video? Gerald - KG0VA

    • @KM4ACK
      @KM4ACK  4 роки тому +1

      Gerald, I suspect it will work with any of the DS3231 variants. The one I linked to is the one I purchased and tested with. Please report back after you try it. 73, de KM4ACK

    • @JonathanAngliss
      @JonathanAngliss 4 роки тому

      The DS3231 all work fine, except some have some additional features. If I recall correctly the DS3231M chips do not have the temperature sensor on, which can result in a higher clock drift due to the crystal changing behavior in different temperatures. The DS3231SN does have a temperature sensor, so allows for accurate adjustment because of it. That said, if you're connecting to NTP or GPS, the RTC can be updated as necessary when those are available as clock sources.
      As for the extra pins, the SQW is programmable square wave generator, and the 32k is a 32khz square wave generator. Unless you really want to dig into them, chances are you won't use them, like most people won't use the calendaring and alarm functionality that is built into the chip. Just don't plug them in.

    • @KM4ACK
      @KM4ACK  4 роки тому +1

      Jonathan Angliss thanks for the detailed explanation! I learned a few things. 😃👍 73, de KM4ACK

  • @craigwilliams-ys6uz
    @craigwilliams-ys6uz 8 місяців тому

    Enabled "i2c" and rebooted and it's asking me to enable it

  • @Linas_LY2H
    @Linas_LY2H 4 роки тому

    It looks like it’s a Raspberry Pi-3B+ shown in the video. Will this RTC module and this script work equally good on the latest Pi-4 and Buster OS? Thanks! Linas LY2H

    • @KM4ACK
      @KM4ACK  4 роки тому +1

      Yes. It works with the pi 4.

  • @johng7rwf419
    @johng7rwf419 4 роки тому

    Quick and efficient.👍

  • @TheRangerDale
    @TheRangerDale 4 роки тому

    Jason I am wondering the BEST way to Shut off or on Hotspot to Wifi internet .As your system I do like, HotSpot for the field ,and when in the shack a switch over to Shack Wifi internet. I am getting My amazon GPS usb like yours today so be covered in RTC in the field, along with the RTC here.So could you guide me into commands to use in switching that you may do when your switching that fast and quick . 73's Jason

    • @KM4ACK
      @KM4ACK  4 роки тому

      To force the hotspot to check for known SSID run ‘sudo /use/bin/autohotspotN’ it will only shut off if a known WiFi SSID is in range. Otherwise it defaults back to the hotspot.

  • @geirha75
    @geirha75 4 роки тому

    does pi get it's fake-time when pi is close to known wifi ? Or do we need to log on with ssh to sync pi fake-time clock? when I write fake-time I mean no rtc?

    • @KM4ACK
      @KM4ACK  4 роки тому

      If the pi connects to the internet, it will pull the time from the internet. It would have to be connected to the wifi to get the time.

  • @doncarajo
    @doncarajo 4 роки тому

    This works only until I reboot - then my Pi4 forgets how to access the RTC. Any ideas?

  • @jhlewis10
    @jhlewis10 4 роки тому

    Just tried to install the RTC and the autospot update, but now I have zero audio out via HDMI or headphones. It seems like I spend more time jacking around with this pi than being able to use it.

    • @KM4ACK
      @KM4ACK  4 роки тому

      Check you volume levels and default sound card using the speaker icon in upper right corner of desktop. Alternatively, run ‘alsamixer’ from terminal. Neither of the scripts should have any bearing on sound. 73, de KM4ACK

  • @abdulazzamajhari4404
    @abdulazzamajhari4404 4 роки тому

    Hey Jason, do you know how using baofeng with raspberry to create an aprs?

    • @KM4ACK
      @KM4ACK  4 роки тому

      Easiest way is to use a signalink as your soundcard. Signalink makes a cable for the baofeng. Then you should be able to follow my APRS digipeater video. 73, de KM4ACK

    • @abdulazzamajhari4404
      @abdulazzamajhari4404 4 роки тому

      @@KM4ACK can i use sound card stick or alternate sound card? Because signalink its very difficult to find in my country.

    • @KM4ACK
      @KM4ACK  4 роки тому

      Abdul Azzam Ajhari you can but PTT will be more difficult. Keep in mind that VOX doesn’t work well on the Baofeng because of long hang time.

    • @abdulazzamajhari4404
      @abdulazzamajhari4404 4 роки тому

      @@KM4ACK ah i see. Thanks for the info jason

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

    Hi, i can't see the Number 68, can someone help me pls?

  • @vladimirdvorak9262
    @vladimirdvorak9262 4 роки тому

    Thanks a lot

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

    Why you need a rtc¿? for what do you use it?

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

      The raspberry pi doesn't have a RTC built in. If you power down the pi, it will not keep correct time. On reboot, the time will be the same as when you powered it down last. If you are connected to the internet, the pi will obtain the correct time from a time server over the internet. However, if you are working portable without internet, you need a RTC added to your pi that is able to keep time even when the pi is powered down.

  • @barcodenut
    @barcodenut 4 роки тому

    Talk about influencing sales, its difficult to find any available devices for sale except Ebay.

    • @KM4ACK
      @KM4ACK  4 роки тому

      Looks like there is a few of these available - amzn.to/2OYdwo1

  • @edneely
    @edneely 4 роки тому

    What timing. I was ready to run the pi build script for the first time this morning, and I saw this.
    Using the first method, "./rtc" game me a bash permission denied error. The second method worked. Should it be run with sudo?

    • @KM4ACK
      @KM4ACK  4 роки тому

      Did you make the rtc file executable with 'chmod +x rtc' ? 73, de KM4ACK

    • @edneely
      @edneely 4 роки тому

      KM4ACK yes. The ls command showed rtc in green.

    • @KM4ACK
      @KM4ACK  4 роки тому

      Ed, run the script with 'bash rtc' An error was found in the original script that can prevent it from running. It has since been resolved. Sorry for the confusion. 73, de KM4ACK

    • @edneely
      @edneely 4 роки тому

      KM4ACK Too late. :) You provided a second method and that worked fine. So no trouble for me. Worked like a charm.

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

    Thanks

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

    How long the super capacitor can keep the time if no power is applied, are we talking months or days,

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

      The RTC takes a small watch battery. I am guessing that you should be able to get a year out of it.

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

      @@KM4ACK thank you so much for response, the modules that I ordered came with super capacitors soldered like a tiny battery, not sure what would be the backup time on those guys, the modules looks the same just like the one you have used here. Cheers

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

      Is there any way with this rtc to correct the time with Daylight Saving offset automatically?

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

    What it is for? Aren't the os already have clock?

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

      No. The raspberry pi doesn't have a native real time clock

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

    would this work with retropie?

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

      I want to use it for the day night cycle in the ds pokemon games

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

      I would think so but I haven't tested it with retropi

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

      @@KM4ACK thanks for replying

  • @TheRangerDale
    @TheRangerDale 4 роки тому

    Hot Digg'ie Dog Just what the Doctor ordered.So with info on paper and video on hand,Jason you won't mine if I skat to the Pi , Another Learning Ecersise well explain , whats nice if I goof just listen again closely .. Now My Digi'e Pgm's be happy lol lol 73's Jason

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

    Clear the screen with *CTRL-L*

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

    this works on arduino?

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

      This was written for the pi

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

      @@KM4ACK well i found this, there is a method to program DS3231 pi on the arduino, hope are usefull, ua-cam.com/video/iIknekXJ62M/v-deo.html

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

    Great tutorial and good script. Unfortunately i received this from hwclock:
    $ sudo hwclock -v -r
    hwclock from util-linux 2.36.1
    System Time: 1717737020.287812
    Trying to open: /dev/rtc0
    Trying to open: /dev/rtc
    Trying to open: /dev/misc/rtc
    No usable clock interface found.
    hwclock: Cannot access the Hardware Clock via any known method.
    Rebooting and disconnecting from internet the clock is not updated, any reason ? Thank you.