09-15-2025, 10:19 AM
(09-15-2025, 12:00 AM)admin Wrote: kincony board have i2c extender on PCB. multi devices can use by same i2c bus, because they are different i2c address.
if you use by esphome, esphome support your NFC reader, it's no problem work with F series board.
Thanks for support,
So, to summarize my understanding:
- My problem is that my 8 identical NFC readers might have the same I2C address (probably I2C address hardcoded in their firmware), causing a bus conflict.
- The solution is to use an "I2C extender," which is an I2C multiplexer that separates the readers into different channels. Is his "extender" on the Kincony board itself?
Also, if the default I2C port is used by the LCD on the F-Series, could you tell me if there is another port unused which I can use to for the I2C connection?

