Re: [PD] pd arduino

2012-06-11 Thread aishen
Le 11/06/2012 10:12, IOhannes m zmoelnig a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-11 09:34, ais...@free.fr wrote: Hi, I found some patches with arduino card like an emulator (i am on ubuntu) it looks like mac, but I forget the name of this arduino-pd example ? I am loo

Re: [PD] pd arduino

2012-06-11 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-11 09:34, ais...@free.fr wrote: > Hi, I found some patches with arduino card like an emulator (i am > on ubuntu) it looks like mac, but I forget the name of this > arduino-pd example ? I am looking for hours to try to find it back > but disa

[PD] pd arduino

2012-06-11 Thread ais...@free.fr
Hi, I found some patches with arduino card like an emulator (i am on ubuntu) it looks like mac, but I forget the name of this arduino-pd example ? I am looking for hours to try to find it back but disappeared complety I am sorry because I haven't much explanation but maybe someone can understan

Re: [PD] Pd, Arduino, and Multiple LED's == Installation?

2009-01-15 Thread Kyle Klipowicz
Thanks so much everyone for your prompt replies! This is going to be a quick job, the opening is the 2nd Friday of February. It's a group project and many in the group are hesitant to use LED's. The requirement is to have it be task lighting but also low-light. The gallery is not huge, I'd say abo

Re: [PD] Pd, Arduino, and Multiple LED's == Installation?

2009-01-15 Thread Nils TS
Blinkm ( http://thingm.com/products/blinkm ) also work well since you control them over i2c thus simplifying wiring, but there more expensive then a standard led. Nils Kyle Klipowicz wrote: > Hello Listers~ > > I'm working on an art gallery installation and I want to use Pd to > control so

Re: [PD] Pd, Arduino, and Multiple LED's == Installation?

2009-01-15 Thread Hans-Christoph Steiner
Ayah Bdeir used an Arduino with a custom Firmata firmware to run a shift register and a matrix of LEDs. The code and the circuit is here: http://www.makingthingsmove.org/blog/ A little bit of work needs to be done to add shift register support to the Pd side of Firmata (Pduino), but I'd b

Re: [PD] Pd, Arduino, and Multiple LED's == Installation?

2009-01-15 Thread nicholas ward
the code i used if you go this route. Nicky <> On 15 Jan 2009, at 14:39, Roman Haefeli wrote: --- Dafydd Hughes schrieb am Do, 15.1.2009: Von: Dafydd Hughes Betreff: Re: [PD] Pd, Arduino, and Multiple LED's == Installation? An: pd-list@iem.at Datum: Donnerstag, 15. Januar 2009

Re: [PD] Pd, Arduino, and Multiple LED's == Installation?

2009-01-15 Thread Roman Haefeli
--- Dafydd Hughes schrieb am Do, 15.1.2009: > Von: Dafydd Hughes > Betreff: Re: [PD] Pd, Arduino, and Multiple LED's == Installation? > An: pd-list@iem.at > Datum: Donnerstag, 15. Januar 2009, 15:12 > Hey Kyle > > Sounds like a really cool project. > > A

Re: [PD] Pd, Arduino, and Multiple LED's == Installation?

2009-01-15 Thread Dafydd Hughes
Hey Kyle Sounds like a really cool project. Are you sure you need any special hardware at all? You could use the PWM out from the arduino and a transistor for each set of LEDs you want to control then build an array. A friend just showed me this ridiculously cool site: http://led.linear1.org/led.

Re: [PD] Pd, Arduino, and Multiple LED's == Installation?

2009-01-15 Thread Natanael Olaiz
Hi Kyle, For an installation for the LAC 2008 I used a Midibox (http://www.ucapps.de/) with a special custom digital output controller (with optocouplers and power transistors) to control up to 64 (I used 48) 3W power leds. I used Pd to control that over MIDI, and I added to the Midibox firmwar

[PD] Pd, Arduino, and Multiple LED's == Installation?

2009-01-14 Thread Kyle Klipowicz
Hello Listers~ I'm working on an art gallery installation and I want to use Pd to control some high-powered LED's via an Arduino unit. The breakdown is this: I need to create a series of RGB LED's that will provide accent illumination to the gallery space, and shifts from red to blue over a cours

Re: [PD] PD, arduino and sharp range detectors

2008-10-30 Thread Tim Boykett
that seems to be the case! thanks tim On 30 Oct 2008, at 17:41, Martin Peach wrote: > Tim Boykett wrote: >> We are having trouble with a PD - Arduino - Sharp IR gp2d12 IR >> range sensor. >> >> everything works for a while, then the arduino just stops and >> sometimes >> takes PD down wit

Re: [PD] PD, arduino and sharp range detectors

2008-10-30 Thread Martin Peach
Tim Boykett wrote: >We are having trouble with a PD - Arduino - Sharp IR gp2d12 IR >range sensor. > >everything works for a while, then the arduino just stops and sometimes >takes PD down with it. once we had a warning from the OS that there >was too much current >being sucked on the USB port.

[PD] PD, arduino and sharp range detectors

2008-10-30 Thread Tim Boykett
Hi All, We are having trouble with a PD - Arduino - Sharp IR gp2d12 IR range sensor. everything works for a while, then the arduino just stops and sometimes takes PD down with it. once we had a warning from the OS that there was too much current being sucked on the USB port. we are usin

Re: [PD] pd/arduino pwm > servo motor

2006-10-23 Thread Hans-Christoph Steiner
On Oct 21, 2006, at 6:49 PM, Martin Peach wrote: Hans-Christoph Steiner wrote: On Oct 20, 2006, at 4:31 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: "David NG McCallum" <[EMAIL PROTECTED]> said: I can see that if you tried software PWM through pins 9-11 it wouldn't be any differ