Hi Everyone,
Have a Good Day!
We recently purchased an RV3028 RTC module for our product integration, but we are facing some issues with the module. I followed the steps provided on your GitHub page and ran the following commands to remove the hardware clock:
sudo apt-get -y remove fake-hwclock
sudo update-rc.d -f fake-hwclock remove
sudo systemctl disable fake-hwclock
The sample Python file (set-time.py
) worked properly when I initially ran it. However, after disconnecting the Raspberry Pi from the network and turning it off for some time, I noticed that the time was not synced when I turned it back on. I tried running the set-time.py
file again, but I encountered an error, as shown below:
After executing the sudo rmmod rtc-rv3028
command, the set-time.py
file is working properly.
While executing the sudo hwclock -r
command, the following error message was displayed:
Link: https://shop.pimoroni.com/products/rv3028-real-time-clock-rtc-breakout?variant=27926940549203
Could you please guide me on how to correctly use the RV3028 RTC module? I am encountering issues while integrating it with my Raspberry Pi
If you have any questions, please let me know.