Adafruit_Wippersnapper_Arduino icon indicating copy to clipboard operation
Adafruit_Wippersnapper_Arduino copied to clipboard

There is an issue with Adafruit IO

Open Snickermunch opened this issue 1 year ago • 1 comments

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

Snickermunch avatar Jan 08 '24 17:01 Snickermunch

Thanks @Snickermunch for reporting this!

I've gone and added the alternate addresses for the ADT7410 component.

Refresh any open browser tabs for Adafruit IO and they should receive the new functionality immediately.

Let us know if this solves your issue!

tyeth avatar Jan 08 '24 17:01 tyeth