python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
BalenaOS use Raspberry Pi Compute Module 4 IO board's Real-Time Clock inside container
I'm trying to use the CM4 IO board's Real-Time Clock (RTC) to persist datetime changes from within a docker container, so whenever the device reboots, it remembers the newly set datetime. (By default ...
Nico V
Votes: 0
Answers: 1
Getting current time from STM32 RTC after period of time
I wonder that whether it is possible to reach current time from RTC after period of time which Vdd is not present, Vbat is present. Here is simple example;
Vdd is present -> time: 19:49:53
Vdd is ...
slaihgg
Votes: 0
Answers: 2
why is my minute hand and hour hand not showing up during execution with css and js
const secondHand = document.querySelector('.second-hand');
const minsHand = document.querySelecetor('.min-hand');
const hourHand = document.querySelector('.hour-hand');
function setDate() {
con...
Abhik Paul
Votes: 0
Answers: 1
Strange Issue with STMF407 RTC - only counting once, but counting regularily when Breakpoint is set
I have a strange issue with the RTC of an STM32 F407 in one of my projects.
Abstract: The function HAL_RTC_GetTime(...) updates the output value only once, then remains at the same valule, but it upda...
Chris_B
Votes: 0
Answers: 1