Smart Home Automation Forum
I2C connector - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: KC868-A32M (https://www.kincony.com/forum/forumdisplay.php?fid=49)
+--- Thread: I2C connector (/showthread.php?tid=6611)



I2C connector - speedmeup - 09-05-2024

Hi,

What is the name of the white I2C connector used on the board if I want to purchase them to make up cables?

Can I use any I2C bus address I choose or is the white connector bus shared with the pcf8574 expanders so I must avoid 0x23, 0x24,0x25 and 0x26?

Thanks!


RE: I2C connector - admin - 09-05-2024

What is the name of the white I2C connector used on the board if I want to purchase them to make up cables? that called "4pin xh2.54 connector"

Can I use any I2C bus address I choose or is the white connector bus shared with the pcf8574 expanders so I must avoid 0x23, 0x24,0x25 and 0x26? Yes, you are right, need to avoid PCF8574's i2c address.


RE: I2C connector - speedmeup - 09-06-2024

Excellent. thank you very much for the quick response. I am finding the boards really good work with.


RE: I2C connector - admin - 09-06-2024

you are welcome.


RE: I2C connector - giliardi - 09-08-2024

Could you post the YAML (EspHome) config for using the I2C port for connect a i2c temperature sensor?


RE: I2C connector - admin - 09-08-2024

suggest use SHT30 i2c temperature sensor, here is yaml: https://esphome.io/components/sensor/sht3xd.html


RE: I2C connector - giliardi - 09-08-2024

(09-08-2024, 02:00 PM)admin Wrote: suggest use SHT30 i2c temperature sensor, here is yaml: https://esphome.io/components/sensor/sht3xd.html

Gotcha! Thanks!