Re: [PD] pduino - [import]: ERROR: can't load library

2008-01-18 Thread Hans-Christoph Steiner
On Jan 18, 2008, at 10:17 AM, IOhannes m zmoelnig wrote: Hans-Christoph Steiner wrote: On Jan 16, 2008, at 8:07 AM, IOhannes m zmoelnig wrote: the pduino patch expects you to use pd-extended. you should be save by just removing the offending prefixes, if the objects can be found somehow

[PD] pduino - [import]: ERROR: can't load library

2008-01-16 Thread robcanning
hi, having problems with the pduino patch on a cvs checkout from last week - Pd version 0.41.0-test10 details below - i can create makesymbol but not /zexy/makesymbol as with flatspace/comport comport anyone know what i might be doing wrong or is this a bug of some sort? thanks rob c comport -

Re: [PD] pduino - [import]: ERROR: can't load library

2008-01-16 Thread IOhannes m zmoelnig
robcanning wrote: hi, having problems with the pduino patch on a cvs checkout from last week - Pd version 0.41.0-test10 details below - i can create makesymbol but not /zexy/makesymbol as with flatspace/comport comport anyone know what i might be doing wrong or is this a bug of some

Re: [PD] Pduino 0.3.1 release

2007-06-28 Thread patrick
hi hans, is pduino compatible with wiring? http://www.wiring.org.co/ pat ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] Pduino 0.3.1 release

2007-06-27 Thread Hans-Christoph Steiner
Small fix release of Pduino/Firmata to be compatible with Arduino 0008. http://at.or.at/hans/pd/Pduino-0.3.1.zip .hc You can't steal a gift. Bird gave the world his music, and if you can hear it, you can have

Re: [PD] pduino 0.3

2007-06-12 Thread Hans-Christoph Steiner
Feel free to improve the help patch, it's a group effort. .hc On Jun 9, 2007, at 1:31 PM, B. Bogart wrote: Thanks Hans, Seems to me those commands should be put in the analogue inputs subpatch and not tucked away in switching inputs. Works great!!! I'm exited to show this off. B.

Re: [PD] pduino set serial line device

2007-02-24 Thread Hans-Christoph Steiner
On Feb 20, 2007, at 6:03 AM, gordo wrote: On Tue, 2007-02-20 at 01:34 +0100, media.gambler wrote: [comport] opened serial line device 1 (/dev/tty.Bluetooth-PDA-Sync) - is this already wrong? is that the correct type of connection? donĀ“t know pduino at all, but just in case, if you are

Re: [PD] pduino set serial line device

2007-02-20 Thread Roman Haefeli
On Tue, 2007-02-20 at 01:34 +0100, media.gambler wrote: hello list! i'm trying to get my arduino board to run with pd. i work on a g4 powerbook, OS 10.4.8 with the latest installer from hans, Pd-0.39.2-extended-test7. the arduino works fine with processing, the blinking led test file

Re: [PD] pduino set serial line device

2007-02-20 Thread media.gambler
that simple! it was number 8, so extending the radiobutton to select the serial port was the simple solution! thank you gordoroman! i'll now start to mess around with a stepper motor h bridge and try to combine it with camera tracing, so i might be back with another question soon...

[PD] pduino set serial line device

2007-02-19 Thread media.gambler
hello list! i'm trying to get my arduino board to run with pd. i work on a g4 powerbook, OS 10.4.8 with the latest installer from hans, Pd-0.39.2-extended-test7. the arduino works fine with processing, the blinking led test file works, so i upload the pd_firmware. when i open the

Re: [PD] pduino set serial line device

2007-02-19 Thread Hans-Christoph Steiner
You need to connect to the serial line device that has usbserial in it. /dev/tty.Bluetooth-PDA-Sync seems to be a Bluetooth PDA. .hc On Feb 19, 2007, at 7:34 PM, media.gambler wrote: hello list! i'm trying to get my arduino board to run with pd. i work on a g4 powerbook, OS 10.4.8

Re: [PD] Pduino: change read speed

2007-01-14 Thread Roman Haefeli
On Sun, 2007-01-14 at 14:31 -0500, Hans-Christoph Steiner wrote: On Jan 13, 2007, at 12:27 PM, Roman Haefeli wrote: On Sat, 2007-01-13 at 10:50 -0500, Martin Peach wrote: Also you could try changing the checkForInput function so that it stays there longer: Change: void

Re: [PD] Pduino: change read speed

2007-01-13 Thread Roman Haefeli
On Sat, 2007-01-13 at 01:17 -0500, Martin Peach wrote: Roman Haefeli wrote: hello i recently ordered two arduino boards and now i try my first steps with it. i downloaded Pduino-0.2 and uploaded the firmware to the chip. i encountered a little, but sometimes annoying problem, when

Re: [PD] Pduino: change read speed

2007-01-13 Thread Roman Haefeli
On Sat, 2007-01-13 at 03:59 +0100, Christian Klippel wrote: Am Samstag, 13. Januar 2007 03:31 schrieb Roman Haefeli: hello [...snip...] would it be easy to change the code of the firmware, so that it sends the values of each analog input with a fixed rate (e.g. 100 Hz)? i am not

Re: [PD] Pduino: change read speed

2007-01-13 Thread Roman Haefeli
On Sat, 2007-01-13 at 10:50 -0500, Martin Peach wrote: Roman Haefeli wrote: On Sat, 2007-01-13 at 03:59 +0100, Christian Klippel wrote: Am Samstag, 13. Januar 2007 03:31 schrieb Roman Haefeli: hello [...snip...] would it be easy to change the code of the

Re: [PD] Pduino: change read speed

2007-01-13 Thread alejo d
hi roman, i was having similar issues not long ago in my attempt to control a step motor from pduino, the lag was 7 seconds and there was a noise that always bounced back from the arduino to pd that was interfering with the control number i was sending, depending on the speed i was using 115200

[PD] Pduino: change read speed

2007-01-12 Thread Roman Haefeli
hello i recently ordered two arduino boards and now i try my first steps with it. i downloaded Pduino-0.2 and uploaded the firmware to the chip. i encountered a little, but sometimes annoying problem, when using the board with [arduino]-object. when i enable one or more analog inputs, the arduino

Re: [PD] Pduino: change read speed

2007-01-12 Thread Christian Klippel
Am Samstag, 13. Januar 2007 03:31 schrieb Roman Haefeli: hello [...snip...] would it be easy to change the code of the firmware, so that it sends the values of each analog input with a fixed rate (e.g. 100 Hz)? i am not a c programmer, anyway i tried to search for kind of a delay function

Re: [PD] Pduino: change read speed

2007-01-12 Thread Martin Peach
Roman Haefeli wrote: hello i recently ordered two arduino boards and now i try my first steps with it. i downloaded Pduino-0.2 and uploaded the firmware to the chip. i encountered a little, but sometimes annoying problem, when using the board with [arduino]-object. when i enable one or more

Re: [PD] Pduino 0.2 test crash

2006-12-21 Thread David NG McCallum
Hi HC, I re-burnt the .2 firmware and had the same problem. Burning .1 seems to fix it. :-/ D On 20/12/06, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: For Mac/Intel and Pduino, I think that test6 is going to be far and away your best bet. There is guaranteed to be no pduino files

Re: [PD] Pduino 0.2 test crash

2006-12-21 Thread Hans-Christoph Steiner
That means you are using the old version of the [arduino] object. Right now, as the protocol, firmware, and Pd object are changing a lot, so you have to use matching firmware and Pd object. That's why I removed the arduino stuff from the Pd-extended builds, it changing too fast. Use

Re: [PD] Pduino 0.2 test crash

2006-12-20 Thread David NG McCallum
I had the same problem, and banged my head on my desk for an hour trying to figure it out until I just tried pduino 0.1 and it worked. :-/ I couldn't find any arduino files in the extended version that I'm using (to delete, as you suggested). Since I've been embroiled in the pd on mactel fiasco

Re: [PD] Pduino 0.2 test crash

2006-11-30 Thread Hans-Christoph Steiner
My guess is that the problem is because that Pd is loading [arduino] that's included in the test5 package. Try deleting the arduino files from the Pd distribution, then using Pduino. Or you could try using one of the nightly builds: http://autobuild.puredata.info But it shouldn't

<    1   2   3