Re: [PD] Controlling an Arduino from PD

2011-04-13 Thread Richie Cyngler
Yes, the interface takes a little bit of getting used but as long as you have the right com port set (the pd window will give you feedback on this) you just use the radio button grid to set the different pins to whatever you want them to be. That is you have to "switch on" for example analog inout

Re: [PD] Controlling an Arduino from PD

2011-04-13 Thread Roman Haefeli
On Wed, 2011-04-13 at 16:04 +0100, Antonio Roberts wrote: > > Definitely. The easiest way is probably to use Pduino: > I thought you could only use Pduino to recieve data from an Arduino, > not to send to. Maybe I'm mistaken? Pduino lets your Pd talk with your Arduino in both ways. Also it enable

Re: [PD] Controlling an Arduino from PD

2011-04-13 Thread Jose Luis Santorcuato
Arduino an Pd comunication is bidrectional: input and output, when you want output from pd you can control motors, leds, leds matrix, relays lights, etc I send the patch tonight and a resume for functions Best Jossé 2011/4/13 Antonio Roberts > > Definitely. The easiest way is probably to

Re: [PD] Controlling an Arduino from PD

2011-04-13 Thread Antonio Roberts
> Definitely. The easiest way is probably to use Pduino: I thought you could only use Pduino to recieve data from an Arduino, not to send to. Maybe I'm mistaken? > Yes, Pduino...great work!, Ant: if you have problems i can send the patch > for your pourpose... Could you do so please? Thanks Ant

Re: [PD] Controlling an Arduino from PD

2011-04-13 Thread Jose Luis Santorcuato
Yes, Pduino...great work!, Ant: if you have problems i can send the patch for your pourpose... Best José 2011/4/13 Hans-Christoph Steiner > > Definitely. The easiest way is probably to use Pduino: > > http://at.or.at/hans/pd/Pduino-0.5beta8.zip > > > On Apr 12, 2011, at 6:07 PM, Antonio Rober

Re: [PD] Controlling an Arduino from PD

2011-04-13 Thread Hans-Christoph Steiner
Definitely. The easiest way is probably to use Pduino: http://at.or.at/hans/pd/Pduino-0.5beta8.zip On Apr 12, 2011, at 6:07 PM, Antonio Roberts wrote: I've followed the instructions on this post and have successfully gotten Pure Data to control some LEDs on my Arduino http://nf-interactive.b

Re: [PD] Controlling an Arduino from PD

2011-04-13 Thread Jose Luis Santorcuato
Yes, but connected in PWM, imhe...working like a Dimmer... Best regards José 2011/4/12 Antonio Roberts > I've followed the instructions on this post and have successfully > gotten Pure Data to control some LEDs on my Arduino > http://nf-interactive.blogspot.com/2011/02/pure-data-to-arduino.h

[PD] Controlling an Arduino from PD

2011-04-13 Thread Antonio Roberts
I've followed the instructions on this post and have successfully gotten Pure Data to control some LEDs on my Arduino http://nf-interactive.blogspot.com/2011/02/pure-data-to-arduino.html Is it possible to control each different pin from within pure data e.g. have a slider for each LED? Cheers An