I’ve been running an idea over in my head of a light bulb rig where each bulb can be turned on or off via a midi message. As far as I can tell, I would need a core module (naturally) and a dout module with a ULN2803.
I have a few technical questions though.
Do I interface the ULN2803 to the 74HC595N in the dout module or can I just put the ULN2803 into the socket without needing a 74HC595N?
Do the +/- points of the bulb or the bulb socket just connect to the dout output pins/ground pin?
Is there a way to have the bulbs turn off after a period of time? i.e 500ms or 1s. Would this be software or hardware based?
I’m sorry if the answers to these questions are obvious, just thought i’d get a definitive answer.
Do the +/- points of the bulb or the bulb socket just connect to the dout output pins/ground pin?
No… see the link above. Just substitute “relay” with your lamps. But also take care on the max. load of the ULN outputs. See here: http://www.ucapps.de/midio128/uln2803.pdf
greets
DOC
Is there a way to have the bulbs turn off after a period of time? i.e 500ms or 1s. Would this be software or hardware based?
Both would be possible. It’s easier with software. Doing it by hardware means you’ll have to connect a timer (555 for example) between every 595 and the ULN.