Hi,
I'm looking for ideas, thoughts and suggestions for my project. I like to add a digital modulated signal with an analog one, on the same bus.
I've build (not designed) an intercom system as used in theaters. It's a single channel bus system useally called party-line where al users can listen and talk.
I use it to communicate in a live video recording setup (director - camera).
I'm looking for elegant options to extend the system to include tally light signals. For this you need to send signals to specific units on the bus (or make them listen to only their address). For starters it is sufficient to send only off, on preview and on-air information.
I've found an example of a domotica system which uses microcontrollers and uart codes to send signals to individual PICs (that control motors, lights, and so on)
I like this idea since it can be used for much more complex things. With a simple header you can make individual boards listen to a preset address.
The only problem and the is that I can't figure out how to get the signal ON the bus, given my situation with the audio and call light.
I'd like to hear you ideas, links to other recources or similar projects, design considerations, pit-falls, and so on... I don't have an idea about how cheaply modulate this uart signal with the audio.
Hope you guys can help!
MORE DETAILS:
The intercom basically sends audio and power over a three line cable (XLR). Each unit can listen or mix in it's own audio signal, so you'll hear yourself and all others can hear you. It also features a call-light. This is done by offsetting the whole bus with a DC voltage which can be detected and a LED will turn on (again, at all units)
The schematic of the intercom unit:
https://dl.dropboxusercontent.com/u/24013165/BluecomBeltpackSchematic_V1_2.pdfhttps://dl.dropboxusercontent.com/u/24013165/BluecomPsuSchematic1_1.pdfAs you can see, there's a header with bus connection, so that could be used so connect the extension board.
For the comms system, you can find all the info on this forum:
http://www.blue-room.org.uk/index.php?showtopic=59644A example of a bus system using UART and PIC micro controllers (dutch):
http://www.picbasic.nl/huis-automatisering.htmOther considerations:
- When you push the call light signal, there is also a quite loud clicking sound. I don't realy like that, so sending the digital info should not be 'heard' in the audio
- I hope this can be done without modifications to the current system. Small ones can be considered. (if it works with these comms, it will be compatiple with many others)
- bus speed is not a real issue. If actions can be send within one video frame (say 30ms) that would still be acceptable
- My first thought was to modulate the call light with a voltage just lower then the call light threshold. But I guess you can hear that and off course when the call light is used, the modulation wouldn't work.
- a second PCB with this solution will be fitted in the same enclosure