PCF8574 IO Expansion i2c relay board -DO8 arduino demo code - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: Extender module (https://www.kincony.com/forum/forumdisplay.php?fid=57) +--- Thread: PCF8574 IO Expansion i2c relay board -DO8 arduino demo code (/showthread.php?tid=4589) |
PCF8574 IO Expansion i2c relay board -DO8 arduino demo code - admin - 02-23-2024 Code: #include "Arduino.h" DO8.zip (Size: 485 bytes / Downloads: 149) PCF8574 arduino library ZIP file download: PCF8574_library.zip (Size: 23.8 MB / Downloads: 148) RE: PCF8574 IO Expansion i2c relay board -DO8 arduino demo code - Tadashi97 - 10-30-2024 I try this, but doens work, my arduino didnt recognize de product, dont find the i2c address in any position.. I try using a i2c scanner but doesnt connect. RE: PCF8574 IO Expansion i2c relay board -DO8 arduino demo code - admin - 10-30-2024 make sure your arduino device have set correct i2c bus pins, check with SDA and SCL pin define. |