Hi
Anybody knows if its posible to use multiple arduinos ( 2 or 3 arduino mega) with the same pduino based puredata patch?
Thanks!
F
Hi
Each [arduino] object connect to a specified COM port and each of your arduinos is connected to a different COM port. So there shouldn't be any issue.
If you need loads of I/O you have serializers for digital I/O and multiplexers for analog I/O. But then you have to write your own arduino code, but there are loads of libraries there to help.
Cheers pob
On 06/09/2011 21:03, FernandoG wrote:
Hi
Anybody knows if its posible to use multiple arduinos ( 2 or 3 arduino mega) with the same pduino based puredata patch?
Thanks!
F
Create the arduino object with the number of the port, i.e.
[arduino 2] [arduino 3] [arduino 4]
You can get those numbers by sending the [devices( message to [arduino].
.hc
On Sep 6, 2011, at 3:19 PM, Pierre-Olivier Boulant wrote:
Hi
Each [arduino] object connect to a specified COM port and each of
your arduinos is connected to a different COM port. So there shouldn't be any issue.If you need loads of I/O you have serializers for digital I/O and
multiplexers for analog I/O. But then you have to write your own
arduino code, but there are loads of libraries there to help.Cheers pob
On 06/09/2011 21:03, FernandoG wrote:
Hi
Anybody knows if its posible to use multiple arduinos ( 2 or 3
arduino mega) with the same pduino based puredata patch?Thanks!
F
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
'You people have such restrictive dress for women,’ she said, hobbling
away in three inch heels and panty hose to finish out another pink-
collar temp pool day. - “Hijab Scene #2", by Mohja Kahf
We have an installation running at www.verbekefoundation.com with two arduino's and pd for several years now. The only thing that fries now and then are the power supplies. iirc, it's just a matter of sending the right [devicename <name_of_device>( to the two [comport], ( or [arduino] ?) objects. You can get those devicenames by doing "ls /dev/ttyU*", which will give you something like /dev/ttyUSB0 and /dev/ttyUSB1, representing the two arduino's. (under the assumption that the newer arduino models still work the same way.) gr, Tim
2011/9/6 FernandoG dataferx@gmail.com
Hi
Anybody knows if its posible to use multiple arduinos ( 2 or 3 arduino mega) with the same pduino based puredata patch?
Thanks!
F
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi
if you're running on Linux check the [ADDITIONAL-INFOS] in the arduino-help.pd on the upper right corner in the pd-rewrite: https://github.com/reduzent/pduino as mentioned below the infos you'll find there are basically from http://answers.ros.org/answers/101/revisions/ with this method you can connect the arduino within pd due to its serial adress avoiding id-conflicts.
hope this helps ø
On 09/06/2011 09:27 PM, tim vets wrote:
We have an installation running at www.verbekefoundation.com http://www.verbekefoundation.com with two arduino's and pd for several years now. The only thing that fries now and then are the power supplies. iirc, it's just a matter of sending the right [devicename <name_of_device>( to the two [comport], ( or [arduino] ?) objects. You can get those devicenames by doing "ls /dev/ttyU*", which will give you something like /dev/ttyUSB0 and /dev/ttyUSB1, representing the two arduino's. (under the assumption that the newer arduino models still work the same way.) gr, Tim
2011/9/6 FernandoG <dataferx@gmail.com mailto:dataferx@gmail.com>
Hi Anybody knows if its posible to use multiple arduinos ( 2 or 3 arduino mega) with the same pduino based puredata patch? Thanks! F _______________________________________________ Pd-list@iem.at <mailto:Pd-list@iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I just tried to open the help file on Windows XP and Natty and it crashes Pd on both platforms.
Ingo
-----Ursprüngliche Nachricht----- Von: pd-list-bounces@iem.at [mailto:pd-list-bounces@iem.at] Im Auftrag von olsen Gesendet: Donnerstag, 15. September 2011 14:52 An: tim vets Cc: pd-list Betreff: Re: [PD] multiple arduinos
Hi
if you're running on Linux check the [ADDITIONAL-INFOS] in the arduino- help.pd on the upper right corner in the pd-rewrite: https://github.com/reduzent/pduino as mentioned below the infos you'll find there are basically from http://answers.ros.org/answers/101/revisions/ with this method you can connect the arduino within pd due to its serial adress avoiding id-conflicts.
hope this helps ø
On 09/06/2011 09:27 PM, tim vets wrote:
We have an installation running at www.verbekefoundation.com
http://www.verbekefoundation.com with two arduino's and
pd for several years now. The only thing that fries now and then are the power supplies. iirc, it's just a matter of sending the right [devicename
<name_of_device>( to the two [comport], ( or [arduino] ?) objects.
You can get those devicenames by doing "ls /dev/ttyU*", which will give
you something like /dev/ttyUSB0 and
/dev/ttyUSB1, representing the two arduino's. (under the assumption that the newer arduino models still work the same
way.)
gr, Tim
2011/9/6 FernandoG <dataferx@gmail.com mailto:dataferx@gmail.com>
Hi Anybody knows if its posible to use multiple arduinos ( 2 or 3
arduino mega) with the same pduino based puredata patch?
Thanks! F _______________________________________________ Pd-list@iem.at <mailto:Pd-list@iem.at> mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
-- ETs DNA will not be televised http://hasa-labs.org
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 09/15/2011 04:55 PM, Ingo wrote:
I just tried to open the help file on Windows XP and Natty and it crashes Pd on both platforms.
hm that's a pity - anyone else similar experience? any hints how to reproduce this? which version of pd are you using? salutis ø
Ingo
-----Ursprüngliche Nachricht----- Von: pd-list-bounces@iem.at [mailto:pd-list-bounces@iem.at] Im Auftrag von olsen Gesendet: Donnerstag, 15. September 2011 14:52 An: tim vets Cc: pd-list Betreff: Re: [PD] multiple arduinos
Hi
if you're running on Linux check the [ADDITIONAL-INFOS] in the arduino- help.pd on the upper right corner in the pd-rewrite: https://github.com/reduzent/pduino as mentioned below the infos you'll find there are basically from http://answers.ros.org/answers/101/revisions/ with this method you can connect the arduino within pd due to its serial adress avoiding id-conflicts.
hope this helps ø
On 09/06/2011 09:27 PM, tim vets wrote:
We have an installation running at www.verbekefoundation.com
http://www.verbekefoundation.com with two arduino's and
pd for several years now. The only thing that fries now and then are the power supplies. iirc, it's just a matter of sending the right [devicename
<name_of_device>( to the two [comport], ( or [arduino] ?) objects.
You can get those devicenames by doing "ls /dev/ttyU*", which will give
you something like /dev/ttyUSB0 and
/dev/ttyUSB1, representing the two arduino's. (under the assumption that the newer arduino models still work the same
way.)
gr, Tim
2011/9/6 FernandoG<dataferx@gmail.commailto:dataferx@gmail.com>
Hi Anybody knows if its posible to use multiple arduinos ( 2 or 3
arduino mega) with the same pduino based puredata patch?
Thanks! F _______________________________________________ Pd-list@iem.at<mailto:Pd-list@iem.at> mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
-- ETs DNA will not be televised http://hasa-labs.org
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Fri, 2011-09-16 at 14:20 +0200, olsen wrote:
On 09/15/2011 04:55 PM, Ingo wrote:
I just tried to open the help file on Windows XP and Natty and it crashes Pd on both platforms.
hm that's a pity - anyone else similar experience? any hints how to reproduce this? which version of pd are you using? salutis
It works for me on natty with Pd-0.43 vanilla . Which Pd version does crash?
Roman