Re: [PD] dmx interfaces + Pd

2015-08-11 Thread IOhannes m zmoelnig
On 2015-08-11 12:44, Athos Bacchiocchi wrote: > Thanks Martin, but now I was thinking... what about using the built-in > ethernet port directly? your DMX-device simply has a connector that is also used for networking. it is driven by a different hardware driver than a network card, so you cannot j

Re: [PD] dmx interfaces + Pd

2015-08-11 Thread Athos Bacchiocchi
Thanks Martin, but now I was thinking... what about using the built-in ethernet port directly? Athos On 10 August 2015 at 20:24, Martin Peach wrote: > On Mon, Aug 10, 2015 at 1:48 PM, Athos Bacchiocchi < > athos.bacchioc...@gmail.com> wrote: > >> I found someone using a cheap USB to Ethernet ad

Re: [PD] dmx interfaces + Pd

2015-08-10 Thread Martin Peach
On Mon, Aug 10, 2015 at 1:48 PM, Athos Bacchiocchi < athos.bacchioc...@gmail.com> wrote: > I found someone using a cheap USB to Ethernet adapter as a dmx controller: > > http://stevenbreuls.com/2014/03/diy-usb-dmx-controller-for-under-10_2_ethernet_cable/ > > I don't know for sure if it works or i

Re: [PD] dmx interfaces + Pd

2015-08-10 Thread Athos Bacchiocchi
I found someone using a cheap USB to Ethernet adapter as a dmx controller: http://stevenbreuls.com/2014/03/diy-usb-dmx-controller-for-under-10_2_ethernet_cable/ I don't know for sure if it works or if it's lacking any important feature, but since DMX uses the same protocol (RS485) it seems a plaus

Re: [PD] dmx interfaces + Pd

2015-07-26 Thread Cyrille Henry
i used OLA to control openDMX interface from osc (using laptop or raspberry pi). https://www.openlighting.org/ola/ cheers c Le 22/07/2015 12:25, Francisco Medeiros a écrit : I got an open usb dmx and I haven't been able to get it working on linux. I think I will try with the raspberry pi but

Re: [PD] dmx interfaces + Pd

2015-07-24 Thread jamal crawford
hi i use enttec dmx usb pro mk2 with qlc+ on arch linux with pd sending data to qlc+ via osc. it is very handy to use pd environment (esp. data structures) to make your own functions, send them to qlc+ (where you can compose your own fixtures, arrange groups, find channels etc.) and have enttec ex

Re: [PD] dmx interfaces + Pd

2015-07-22 Thread Martin Peach
On Wed, Jul 22, 2015 at 6:25 AM, Francisco Medeiros wrote: > I got an open usb dmx and I haven't been able to get it working on linux. > I think I will try with the raspberry pi but can it be controlled via pd? > > Also the patch Martin Peach shared can be used with the open dmx usb on > linux? d

Re: [PD] dmx interfaces + Pd

2015-07-22 Thread Francisco Medeiros
I got an open usb dmx and I haven't been able to get it working on linux. I think I will try with the raspberry pi but can it be controlled via pd? Also the patch Martin Peach shared can be used with the open dmx usb on linux? do I need driver? Thanks for the help, I am really confused here. O

Re: [PD] dmx interfaces + Pd

2015-07-02 Thread Iain Mott
Thanks a lot for the responses. Iain ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] dmx interfaces + Pd

2015-07-01 Thread Martin Peach
I think the Open DMX USB widget behaves as a raw serial port so you need to generate DMX packets 'manually' by sending break (sequence of zeros longer than a character) before each message. At the moment [comport] doesn't have the capability to send breaks but I think it could be done. Since the co

Re: [PD] dmx interfaces + Pd

2015-07-01 Thread Peter P.
* Martin Peach [2015-07-01 14:46]: > Here's a patch that uses [comport] to talk to an entec DMXUSBPro. Would that also work with the DMX USB (non-Pro)? Does anyone know what the difference between these two models is? I seem to remember vaguely that the Pro does buffer messages locally and resched

Re: [PD] dmx interfaces + Pd

2015-07-01 Thread Martin Peach
Here's a patch that uses [comport] to talk to an entec DMXUSBPro. Martin On Wed, Jul 1, 2015 at 10:23 AM, Alexandros Drymonitis wrote: > I've used the DmxMaster shield with Arduino and it worked fine. > Here's the library https://github.com/TinkerKit/DmxMaster > and this is the shield https://s

Re: [PD] dmx interfaces + Pd

2015-07-01 Thread Alexandros Drymonitis
I've used the DmxMaster shield with Arduino and it worked fine. Here's the library https://github.com/TinkerKit/DmxMaster and this is the shield https://store.arduino.cc/product/T040060 Heard that the company closed down or something, don't know if it's still supported. Still, if you get yourself

Re: [PD] dmx interfaces + Pd

2015-07-01 Thread Cyrille Henry
hello, i had good success using openDMX interface (for exemple : http://www.enttec.com/?main_menu=Products&pn=70302&show=images ) using ola server : http://opendmx.net/index.php/Open_Lighting_Architecture (I use 3 of them on a RPi) cheers c Le 01/07/2015 15:45, Iain Mott a écrit : Hello, I'

[PD] dmx interfaces + Pd

2015-07-01 Thread Iain Mott
Hello, I'm looking for advice on a low-cost DMX interface that be controlled from Pd, in Linux. Can anyone please recommend hardware and compatible Pd extensions/patches? I used a "lanbox" with Pd once before, but I'm looking for cheaper hardware. Thanks, Iain ___