On Wed, 29 Aug 2012 12:43:23 +0200, Lyonel Bernard <[email protected]> wrote: > Hello, > I wonder if some of you were able to interface with Arduino Rivendell? > How Arduino is recognized in Rivendell? Local GPIO? Serial Port? > Have pieces of code to share? > > I would like to make an interface to control Rivendell, a button for > each case of Soundpanel - RDAirplay and some extra buttons (start main > log, record, next, ...)
I'm working on a PyQt based multi purpose routing engine for rivendell/serial/midi/shell/http/udp requests. It has the ability to receive a serial byte (I use a POS terminal keyboard) and execute arbitary http/udp/shell/rml/midi commands and also it receives commands from rivendell via the UDP interface. For example it lights up LEDs based on which player is started (with the RML Actions in RDPanel) We're using it for firing jingles, switch audio on/off and to do some other nice control stuff like dimming the light in the studio via the http interface we have for the studio lighting. There is also tons of custom code for completely controlling our serial-based on-air console (heavy customized Lawo console) But It's a really early alpha version, and lacks good documentation and I did not decide which license to choose at the moment. (of course it will be some sort of opensource license :-)) If there is a need, I could try to document that whole thing a bit with some screenshots and may give you a read access to my git repository. some screenshots: https://dl.dropbox.com/u/5564313/oac_mixer.png https://dl.dropbox.com/u/5564313/oac_serial.png Kind regards, Sascha _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
