I have an Adafruit data shield on an Arduino Mega. This is a new shield and battery. The battery has 3V. The RTC is a PCF8523
. Using the example code I get this:
RTC is NOT running!
2165/165/165 (Monday) 165:165:85
since midnight 1/1/1970 = 2087831889s = 24164d
now + 7d + 12h + 30m + 6s: 2036/3/7 5:48:15
2165/165/165 (Monday) 165:165:85
since midnight 1/1/1970 = 2087831889s = 24164d
now + 7d + 12h + 30m + 6s: 2036/3/7 5:48:15
2165/165/165 (Monday) 165:165:85
since midnight 1/1/1970 = 2087831889s = 24164d
now + 7d + 12h + 30m + 6s: 2036/3/7 5:48:15
I tried running the I2C scanner
I get this result:
I2C Scanner
Scanning...
Unknown error at address 0x01
Unknown error at address 0x02
Unknown error at address 0x03
.
.
.
Unknown error at address 0x7C
Unknown error at address 0x7D
Unknown error at address 0x7E
No I2C devices found
All the pins line up and are plugged in. I had a BME280
temp, pressure and humidity sensor installed on the shield and I thought it was bad. After removing it, I still get the same errors. I haven't hooked up the BME280
to another board yet to test it.
Any ideas?