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
Ant
Yes, but connected in PWM, imhe...working like a Dimmer...
Best regards
José
2011/4/12 Antonio Roberts antonio@hellocatfood.com
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
Ant
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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.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
Ant
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Looking at things from a more basic level, you can come up with a more
direct solution... It may sound small in theory, but it in practice,
it can change entire economies. - Amy Smith
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 hans@at.or.at
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.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
Ant
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies. - Amy Smith
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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
On 13 April 2011 15:51, Jose Luis Santorcuato santorcuato76@gmail.com wrote:
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 hans@at.or.at
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.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
Ant
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies. - Amy Smith
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- http://arselectronicachile.blogspot.com http://comunicacionnativa.blogspot.com/ http://www.myspace.com/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 antonio@hellocatfood.com
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
On 13 April 2011 15:51, Jose Luis Santorcuato santorcuato76@gmail.com wrote:
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 hans@at.or.at
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.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
Ant
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it
can
change entire economies. - Amy Smith
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- http://arselectronicachile.blogspot.com http://comunicacionnativa.blogspot.com/ http://www.myspace.com/santorcuato
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 enables you to configure the digitalPins as Inputs or Outputs.
Roman
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 for the analog pins, or digital in (or out), or pwm for digital pins - individually.
I love Pduino, I can make Arduino stuff without any sketches!
On Thu, Apr 14, 2011 at 1:31 AM, Roman Haefeli reduzent@gmail.com wrote:
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 enables you to configure the digitalPins as Inputs or Outputs.
Roman
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list