-
This is a discussion for working with the myrad RTC hardware and interface library's and see if anybody has some ideas or solutions.
“current time” is an essential part of ModularSensors, and man…
-
This is out of the "alarm" example and will not work, see below for the working example. It took me way too long to figure that one out: There can not be any seconds with Alarm2.
```
// Set Alarm …
-
This is the repo I have been looking for - and you have done it extremely well!
I am working on something very similar: I want to use my RPi 3B in an "off-grid" application. The system is powered …
-
I believe as written, the DS3231 method for getting the temperature does not look at the MSB of the high byte to determine if the temperature is positive or negative. I would recommend something like…
-
Hi There,
This is a terrific library (thank you!) and yy apologies if this is not in the correct location but I can't for the life of me figure out what my issue is. I'm using your DS3231_intalarm…
-
**Describe the bug**
IsDateTimeValid() causes a warning about ambiguous declaration. See below for error output. This can be seen with the DS3231_Simple.ino example script.
```
In file included f…
-
I connected the DS3231 to my Pico: SDA to pin 16, SCL to pin 17, GND to GND and VCC to VSYS.
I copied the example code in main.py and put the RTC_DS3231.py in a my_lib folder. I didn't change any cod…
-
#23245 improves the devicetree access solution significantly, but currently lacks a replacement for `phandle-array` values which are a series of phandle + specifier. Example is a GPIO device referenc…
-
With more people using an RTC in their system it would be good to add the temperature sensor built into the RTC as a sensor in RotorHazard
The DS3231 is what most people seem to use and if it’s ins…
-
Hello,
I have an MPU-9250 and use your sample "MPU9250BasicAHRS" from the Sparkfun library. In order to use the RTC DS3231, I changed the I2C address of the MPU-9250 in 0x69 by ADO -> 3.3V and
`#d…