Several signals
lindb
Posts: 10
Hello,
Is there any way to read several different input signals (using RC-time) through one pin on Bs2sx?
Is there any way to read several different input signals (using RC-time) through one pin on Bs2sx?
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
XYZZY...PLUGH...*poof*
If the sensors support I2C, then I believe only the BS2p and BS2pe modules (NOT the BS2sx) support that.
Either of these protocols are "serial bus" protocols. SPI lets you use an additional 'select' pin to choose which chip on the SPI bus you want to talk to. I2C uses internal addressing (I believe) in the chips on the bus to select which one you want to talk to. Either way, you can then have multiple devices on the same 3-wire bus.
And you can always use the 74HCT164 and 74HCT595 as expanders, again using SHIFTIN/SHIFTOUT.