XL9535 I2C relay board module #13505
Replies: 4 comments 15 replies
|
I haven't come across this board yet. A quick google reveals the datasheet: Looks like the chip support 2x 8-bit ports (powering up to 8 relays each port). Yes, a few simple I2C writes and you'll be able to control this from a MicroPython. The chip is an I/O expander, and they would have wired it up so each bit represents a relay. Buy it and we'll help you craft the I2C calls. |
|
I could only find this link relevant: https://forums.raspberrypi.com/viewtopic.php?t=348333 |
|
Has anyone found a schematic for this board? |

Uh oh!
There was an error while loading. Please reload this page.
hey, has anyone controlled an XL9535 I2C relay board before? i'm not enough of a programmer to figure it out (yet).
tried looking at https://github.com/esphome/esphome/discussions/5710 which (seems to) implement this board in ESPhome
example listing of the modlues i have; https://www.aliexpress.us/item/3256805588736472.html
do i need to do anything other than write to a register to turn on a relay? a short list of hints i need to do/research would be really much appreciated :)

All reactions