Jump to content

Another MIDI controlled lighting rig.


Laslo
 Share

Recommended Posts

Alo. :)

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.

1. 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?

2. Do the +/- points of the bulb or the bulb socket just connect to the dout output pins/ground pin?

3. 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.

Thanks very much :)

Link to comment
Share on other sites

Hi,

1. 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?

The ULN2803 is just a driver for the load (in your case lamps). You'll have to connect them after the 595. Just as mentioned here: http://www.ucapps.de/midio128/relay_example.pdf

2. 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

3. 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. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...