ESP32 Feather multiple humidity sensors on I2C

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
mu34tant
 
Posts: 3
Joined: Sun Aug 14, 2022 5:29 am

ESP32 Feather multiple humidity sensors on I2C

Post by mu34tant »

Can I daisy chain AHT20 sensors on the same Feather? Device component add codes:
Error: Key must be unique within the selected group
Error: Group feeds is invalid
I would really like to view multiple sensors on my dashboard.
Thank you for any help.

User avatar
rooppoorali
 
Posts: 98
Joined: Sat Jul 16, 2022 12:04 pm

Re: ESP32 Feather multiple humidity sensors on I2C

Post by rooppoorali »

Yes. You can connect multiple AHT20 sensors to your ESP32. But most probably, the problem that you'll face is the same I2C address. This video will help you a bit in this matter: https://www.youtube.com/watch?v=wqyHbQvcoWw

User avatar
Franklin97355
 
Posts: 23938
Joined: Mon Apr 21, 2008 2:33 pm

Re: ESP32 Feather multiple humidity sensors on I2C

Post by Franklin97355 »

You could also get a multiplexer https://www.adafruit.com/product/2717

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”