You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Alternate component I2C addresses are not recognized in IO when attempting to add a new component.
Background: I'm using the Feather ESP 32 V2 on Adafruit IO with two ADT7410 temperature sensors among other sensors. The default I2C address is 0x48 of the first sensor, and I successfully added it as a component. I solder bridged the second sensor across the PCB A1 bridge which activates the alternate address 0x4A, and that shows up on scans.
The issue: I cannot add the second ADT7410 as a component as IO thinks it can only be 0x48.
New component message:
Select I2C Address:
No matching addresses found.
What is I2C? Read | Watch
Found Addresses:
0x10
0x36
0x3c
0x48
0x4a
0x62
Used Addresses:
0x48
0x62
0x36
0x10
No matching, unused addresses found!
Possible Device Addresses:
0x48
The text was updated successfully, but these errors were encountered:
Problem: Alternate component I2C addresses are not recognized in IO when attempting to add a new component.
Background: I'm using the Feather ESP 32 V2 on Adafruit IO with two ADT7410 temperature sensors among other sensors. The default I2C address is 0x48 of the first sensor, and I successfully added it as a component. I solder bridged the second sensor across the PCB A1 bridge which activates the alternate address 0x4A, and that shows up on scans.
The issue: I cannot add the second ADT7410 as a component as IO thinks it can only be 0x48.
New component message:
Select I2C Address:
No matching addresses found.
What is I2C? Read | Watch
Found Addresses:
0x10
0x36
0x3c
0x48
0x4a
0x62
Used Addresses:
0x48
0x62
0x36
0x10
No matching, unused addresses found!
Possible Device Addresses:
0x48
The text was updated successfully, but these errors were encountered: