Hello everyone,
I’m interesting BRD_RTC_TYPES: Allowed sources of RTC time.
BRD_RTC_TYPES: Allowed sources of RTC time.
Bitmask Bit Meaning
0 GPS
1 MAVLINK_SYSTEM_TIME
2 HW
Specifies which sources of UTC time will be accepted
If I set BRD_RTC_TYPES=2 ,Can I use DS3231 real time clock chip connected to I2C ?
I’m not a programmer
In AP_RTC.cpp there is no definition of I2C address like #define DS3231D0_I2C_ADDR1 0x68
Is AP_RTC finished or will it be finished by someone in the future?
Can someone explain what the external HW ,BRD_RTC_TYPES=2 settings are?
I was wondering if anyone had success connecting a ds3231 to a pixhawk I2C and if so how did they do it?
Thank you