hi,
any kind person who could help me pair/match
-a pd patch that uses [comport]
with an:
-arduino "patch" that can receive inputs from pd.
I have gone through the examples that come with pd-extended and the
arduino ide 004 but they work from arduino to pd..and what i try to
build is a method to control a servo from within pd....
pd -> arduino
any help/reference appreciated. /a
The use of pd with arduino is a lot interesting, seem that can be made things interesting at a very low cost, if someone teach these things in a course this summer (in Europe), please tell me, I am a lot interested to learn and to make experience
Lazzaro
nomeparece ha scritto:
I am currently working on a Pd object + arduino firmware that will
allow you to control everything in the arduino from the Pd object. I
should have it done in the next two weeks.
.hc
On May 18, 2006, at 1:50 AM, nomeparece wrote:
"Computer science is no more related to the computer than astronomy
is related to the telescope."
-Edsger
Dykstra
that's cool! linux only?
----- Original Message ----- From: "Hans-Christoph Steiner" hans@eds.org To: "nomeparece" nomeparece@gmx.net Cc: pd-list@iem.at Sent: Thursday, May 18, 2006 6:06 PM Subject: Re: [PD] pd -> arduino
Arduino works on GNU/Linux, Mac OS X, and Windows, and so will the pd
object.
.hc
On May 18, 2006, at 6:20 PM, Davide Morelli wrote:
"I have the audacity to believe that peoples everywhere can have
three meals a day for their bodies, education and culture for their
minds, and dignity, equality and freedom for their spirits."
- Martin Luther King, Jr.
I recently installed ubuntu linux on my powerbook and have been
thrilled with the results. I have an interesting problem with hid,
however, which is that it is misidentifying a joystick as a hat
switch on a logitech gamepad. I've used this same setup in OSX and
everything works fine...
I'm sure this is a result of my inexperience with linux... Is there
something I need to do to properly configure an input device?
Thanks, Julian Peterson
Strange... the joys of HID. I am actually immersed in HID right now,
I am working at STEIM in Amsterdam on [hid] v2 plus a new raw
[usbhid] object.
Could you post the output of sending a [print( message to [hid] after
you've opened your device?
.hc
On May 19, 2006, at 5:47 AM, Julian Peterson wrote:
Man has survived hitherto because he was too ignorant to know how to
realize his wishes.
Now that he can realize them, he must either change them, or perish.
-William Carlos
Williams
Hmm... the joys of hid indeed. This morning it works fine. Perhaps a reboot was the remedy?
Since you've asked... sending the print message to hid while a device is open causes pd to segfault. I can close all devices and send print to get a device list, but I cannot do so after opening a device.
This doesn't really interfere with my work at all; I just assumed that one was not supposed to do that :)
Thanks for hid-- I'm using it in a piece for alto saxophone and joystick controlled csound...
Julian Peterson