Skip to content

There is an issue with Adafruit IO #529

Open
@Snickermunch

Description

@Snickermunch

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions