Thursday 10 April 2014

audio - Switching RCA composite video, under uC control - circuit ideas & suggestions


Trying to use Arduino TV-Out to switch feed to a TV set, s.a. ones found in Clinics, to display some information, s.a. next patient, expected delays etc. The TV is normally playing regular programming fed by a cable STB, but say every 5 minutes, switches to Arduino's TV-out, to display such info, for say 30 seconds, and then switches back to regular programming.


So, the question is --


What might be a very "economical" (circuit / device cost wise) way to switch the input of TV between multiple RCA type composite video feeds (s.a. old'ish set-top-box, teletype box, VCR...) ? If it can switch Audio feeds too, great, but priority (and absolutely must) for me is video switching.


Also, note that I'd like this to happen, under uC control (s.a. Arduino), i.e. the uC decides when to switch to which A/V feed. At the moment, I am looking for capability to switch between one of the 2 feeds.



Answer



For #3, I'd go with something along the lines of a home grade automatic A/V switch - something like this Phillips unit available on Amazon. I have something similar on my home television, and it works pretty well - the most recently activated video source is selected. So in your case, when the Arduino starts outputting, it will switch to the Arduino, when Arduino stops outputting, it will switch back. A bit of research should lead you to a unit that does what you want.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...