Closed stevieb9 closed 5 years ago
Current setup is as follows:
0x04
0x20
0x21
0x3c
0x48
0x49
0x57
0x68
0x77
0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- 04 -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: 20 21 -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- 3c -- -- -- 40: -- -- -- -- -- -- -- -- 48 49 -- -- -- -- -- -- 50: -- -- -- -- -- -- -- 57 -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- 68 -- -- -- -- -- -- -- 70: -- -- -- -- -- -- -- 77
Plus, on the ATMega328-P OLED chip, we're using 0x3c for the OLED.
Current setup is as follows:
0x04
= Arduino Metro Mini (main case)0x20
= GPIO Expander 10x21
= GPIO Expander 20x3c
= OLED (main case)0x48
= ADC ADS 1 (main case)0x49
= ADC ADS 2 (2nd case)0x57
= AT24C32 EEPROM (on same board as RTC)0x68
= DS3231 RTC0x77
= BMP180 Barometric Pressure SensorPlus, on the ATMega328-P OLED chip, we're using
0x3c
for the OLED.