user528180638818638708 wrote:
Is there an alternative available?
Well, you could roll your own.
Disadvantage: it takes 4 1/2 chips to make a 16-bit SPI relay driver. Advantage: the chips are easier to work with (through-hole), and possibly easier to source than the TPL9202.
Here's one approach. The two 74HC595 chips make a 16-bit SPI slave. You need to use a DigitalOut pin on the mbed to generate a short positive-going "latch" pulse after the SPI data transfer is complete - this pulse will transfer the serial data into the output latches of the 'HC595s. Those output signals are then buffered by the ULN2003A 50V/500mA drivers, which in turn drive the relay coils.
As you need 25 relays, you would have to build two of these. They share common mosi and sck signals, but each would need its own DigitalOut "latch" signal.
Hope that helps.
I need the following SPI relay driver.
See http://focus.ti.com/lit/ds/symlink/tpl9202.pdf
I live in the uk. Does anyone know where I can order this online?
Is there an alternative available?
I am trying to control 25 pinball lamps using mbed.
The lamps are hooked up to 6V AC.
I have already ordered 5V DC 1A relays.
Apparently I need to connect the above relay driver to the relays and to mbed.
Please Help Cheers Dave