Re: [PD] pduino test patch: old analog/digital controls

2011-05-19 Thread Hans-Christoph Steiner
That's the original way of controlling the analog inputs. It just controls whether the Arduino sends the analog messages. Its there only for backwards compatibility. Use the non-old messages now. .hc On May 19, 2011, at 10:07 AM, olsen wrote: ej m i also noticed this during

Re: [PD] pduino test patch: old analog/digital controls

2011-05-19 Thread olsen
On 05/19/2011 04:45 PM, Hans-Christoph Steiner wrote: That's the original way of controlling the analog inputs. It just controls whether the Arduino sends the analog messages. Its there only for backwards compatibility. Use the non-old messages now. okedoke - for the matter of integrity

[PD] pduino test patch: old analog/digital controls

2011-05-18 Thread Matteo Sisti Sette
Hi, In the Pduino test patch (arduino-test.pd) there is a subpatch called old analog/digital controls. This includes a series of toggles which send the message analogIns X Y (where X is the analog pin to enable/disable and Y is either 0 or 1). With the version I'm testing (which is Firmata

Re: [PD] pduino + arduino UNO

2010-10-19 Thread alessandro contini
thanks tim and jose, i know about the new USB-to-serial chip and i wonder if this is the problem. to make things clear we used firmata 2.2, Arduino IDE 0021, Arduino UNO board, Pduino0.5beta8 downloaded from Hans' site, pd-extended 0.42.5 for Mac Intel. same set up with Arduino Duemilanove works

Re: [PD] pduino + arduino UNO

2010-10-19 Thread alessandro contini
solved. thanks a lot anyway. alessandro contini + www.cntlsn.com 2010/10/19 alessandro contini aless.cont...@gmail.com thanks tim and jose, i know about the new USB-to-serial chip and i wonder if this is the problem. to make things clear we used firmata 2.2, Arduino IDE 0021, Arduino UNO

Re: [PD] pduino + arduino UNO

2010-10-19 Thread John Harrison
how was this solved? On Tue, Oct 19, 2010 at 8:30 AM, alessandro contini aless.cont...@gmail.com wrote: solved. thanks a lot anyway. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] pduino + arduino UNO

2010-10-19 Thread Jose Luis Santorcuato
+1 how??? José 2010/10/19 John Harrison johnharrison...@gmail.com how was this solved? On Tue, Oct 19, 2010 at 8:30 AM, alessandro contini aless.cont...@gmail.com wrote: solved. thanks a lot anyway. -- http://arselectronicachile.blogspot.com http://www.myspace.com/santorcuato

[PD] pduino + arduino UNO

2010-10-18 Thread alessandro contini
hey there, i'm teaching in an intensive course about Arduino in an italian design school. some of the students are using Pduino for their final projects. the point is i have a student who bought the new Arduino UNO board, we tried to use it with Firmata 2.2 and Pduino, but it doesn't work. when

Re: [PD] pduino + arduino UNO

2010-10-18 Thread tim vets
from http://arduino.cc/en/Main/Hardware : It is similar to the Duemilanove, but has a different USB-to-serial chip the ATMega8U2 may have something to do with it...? gr, Tim 2010/10/18 alessandro contini aless.cont...@gmail.com hey there, i'm teaching in an intensive course about Arduino in

Re: [PD] pduino + arduino UNO

2010-10-18 Thread Jose Luis Santorcuato
HI, I have no arduino one hand, you could try installing the latest Arduino IDE, is for the UNO plate. I noticed that in 2.1 are defined Firmat chipset ATMEGA xxx in the file named firmata.h chipsets there are defined outputs and inputs, not sure, but could include a chip or model, remember that

Re: [PD] pduino + arduino UNO

2010-10-18 Thread Jose Luis Santorcuato
Ooops, the firmata.h is in the pduino/firmata... Best regards José 2010/10/19 Jose Luis Santorcuato santorcuat...@gmail.com HI, I have no arduino one hand, you could try installing the latest Arduino IDE, is for the UNO plate. I noticed that in 2.1 are defined Firmat chipset ATMEGA xxx in

[PD] Pduino with the Arduino Mega

2010-08-10 Thread Hans-Christoph Steiner
Paul Stoffregen has been doing a lot of work on Firmata to support the Arduino Mega, give it a test with Pduino: Begin forwarded message: From: Paul Stoffregen p...@pjrc.com Date: August 5, 2010 4:22:33 PM EDT To: firmata-devel firmata-de...@lists.sourceforge.net Subject: [Firmata-devel]

[PD] pduino windoze

2010-06-11 Thread Derek Holzer
Quick question: what must one do to be able to use Pduino on windows? Is there a USB serial port driver that has to be installed? D. -- ::: derek holzer ::: http://macumbista.net ::: ---Oblique Strategy # 94: Is it finished? ___ Pd-list@iem.at

Re: [PD] pduino windoze

2010-06-11 Thread Martin Peach
Derek Holzer wrote: Quick question: what must one do to be able to use Pduino on windows? Is there a USB serial port driver that has to be installed? The same driver that Arduino needs, it's provided with the Arduino distribution in arduino-0018\drivers\FTDI USB Drivers. Martin

[PD] pduino digital inputs memsic ATmega328

2010-03-18 Thread Marco Donnarumma
Hi all, I'm kind of newbie to arduino and pduino, standardFrmata2.1. I made some simple successful experiments with a GSR and analog inputs, but now i'm trying to read values from a Memsic accelerometers and can't work it out. Memsic outputs x-value and y-value on digital inputs 3 and 2. Using the

Re: [PD] Pduino with Arduino Mega

2010-03-03 Thread David Kirkpatrick
Hi Bart, Rock and roll. If I use Paul's version of SimpleDigitalFirmata and add additional 'digital port enable' buttons and 'digital input status' indicators to your modified mega-test.pd patch then all the digital inputs work except pin 21 (which gets stuck on once you turn it on for the

[PD] Pduino with Arduino Mega

2010-03-02 Thread David Kirkpatrick
Hi, What is the status of Pduino's compatibility with the Arduino Mega at the moment? I'm designing an installation for the Sydney Opera House that'll need Pd to read the status of about 25 digital pins. Will Pduino-0.5beta6 be able to handle input from 25 digital pins, or max out at 14 (the

Re: [PD] Pduino with Arduino Mega

2010-03-02 Thread Hans-Christoph Steiner
And please report bugs! Paul is definitely looking for feedback on his Firmata code, and I can fix bugs on the Pd side. .hc On Mar 2, 2010, at 11:01 AM, Bart Koppe wrote: Hi David, If you want to use firmata, Paul Stoffregen is working on this. Follow the instruction on

Re: [PD] pduino 0.5 servofirmata pd crash

2010-02-22 Thread Ricardo Brazileiro
olá josé, do you have any patch example using servo motor 5v in arduino + firmata? I was test the standart firmata and the motor start when I set pin 10 to servo and change the value but the servo motor stop after 3, 4 seconds... I don't know why this happen... abraços, r. On Sun, Feb 21,

Re: [PD] pduino 0.5 servofirmata pd crash

2010-02-22 Thread Jose Luis Santorcuato
Ricardo: i just use the pduino or comport object, but you need configure the portb (usb) remember the wires, ground,5v and pwm..., black wire to gnd, red to 5v and orange to pwm... the pwm socket are 11,10,9,6,53, if you have any problem i can upload a tiny video with example... Greetings

Re: [PD] pduino 0.5 servofirmata pd crash

2010-02-22 Thread Martin Peach
Yes you definitely need to power the servo from a separate source of 5V. The servo pulse can be connected directly from the arduino pwm pin as long as the grounds of all the components are connected to the same place. Martin Ricardo Brazileiro wrote: I would like to see your video with

Re: [PD] pduino 0.5 servofirmata pd crash

2010-02-21 Thread Jose Luis Santorcuato
Hi, i prefer the standard firmata, i dont have problems with motors 5v or 3v. pd dont crash... OS? gREETINGS FROM cHILE José 2010/2/20 Ricardo Brazileiro rbrazile...@gmail.com olá, I was testing my servo motor using pduino 0.5 ServoFirmata with arduino-test.pd and when I change the

Re: [PD] PDuino problems

2010-01-13 Thread Hans-Christoph Steiner
to get some hardware for the analog stuffage, so far untested. Any ideas? Date: Tue, 12 Jan 2010 14:48:02 -0600 Subject: Re: [PD] PDuino problems From: gregp...@gmail.com To: jbtur...@hotmail.com 3 things it might be: 1. did you install the ftdi drivers? http://www.ftdichip.com

Re: [PD] PDuino problems

2010-01-13 Thread Andrew Faraday
I did set the pins to input mode, still no response in PD, unfortunately. From: h...@at.or.at To: jbtur...@hotmail.com; gregp...@gmail.com; pd-list@iem.at Subject: Re: [PD] PDuino problems Date: Wed, 13 Jan 2010 18:47:41 -0500 You have to set the pin to input mode, check the arduino

Re: [PD] PDuino problems

2010-01-13 Thread Hans-Christoph Steiner
Faraday jbtur...@hotmail.com wrote: I did set the pins to input mode, still no response in PD, unfortunately. From: h...@at.or.at To: jbtur...@hotmail.com; gregp...@gmail.com; pd-list@iem.at Subject: Re: [PD] PDuino problems Date: Wed, 13 Jan 2010 18:47:41 -0500 You have to set

[PD] PDuino problems

2010-01-12 Thread Andrew Faraday
Hey All I've just downloaded the pduino object class on macOS 10.4 and everything seems to be in order in PD. I've also got my arduino board working fine in it's own right and the correct serial port opened from the [arduino] help page. However the only degree of direct control I appear to

Re: [PD] PDuino problems

2010-01-12 Thread Andrew Faraday
It was the firmata I was missing. Digital outputs're working fine. Only trouble is I can't get digital inputs. Also need to get some hardware for the analog stuffage, so far untested. Any ideas? Date: Tue, 12 Jan 2010 14:48:02 -0600 Subject: Re: [PD] PDuino problems From: gregp...@gmail.com

Re: [PD] pduino digital read problems

2009-11-20 Thread olsen
Hans-Christoph Steiner wrote: Oops, yes indeed, I just updated that. I'm actually thinking that the digitalIns and analogIns messages are just extra complications without much benefit. I am thinking that setting pinMode to analog or input should just send that message too. How does that

Re: [PD] pduino digital read problems

2009-11-20 Thread olsen
would be nice to have the info about the port setting somewhere - either in the test or in the help - somehow it changes your layout of the arduino-test.pd. i've attached a basic variation ø Hans-Christoph Steiner wrote: I'm not sure what you mean, but Patches welcome! :-D .hc On Nov

[PD] pduino digital read problems

2009-11-19 Thread altern
hi i am doing this small example to read a digital sensor with pduino. i test it with an arduino program that reads pin 2 and writes it to pin 13 and this works fine, i get a LED light on and off with my infrared sensor. however when i try this very same setup in PD i dont get it to work. i

Re: [PD] pduino digital read problems

2009-11-19 Thread Hans-Christoph Steiner
If you look at the arduino-help.pd or arduino-test.pd, the message should be [digitalIns 1 1(. The first number is the port# and the second is whether to enable it or not. (PORT0==pins 0-7, PORT1==pins 8-13, PORT2==analog pins). If you are using Arduino 0017, you might want to upgrade

Re: [PD] pduino digital read problems

2009-11-19 Thread olsen
Hans-Christoph Steiner wrote: If you look at the arduino-help.pd or arduino-test.pd, the message should be [digitalIns 1 1(. The first number is the port# and the second is whether to enable it or not. (PORT0==pins 0-7, PORT1==pins 8-13, PORT2==analog pins). wouldn't it be nice to have the

Re: [PD] pduino digital read problems

2009-11-19 Thread Hans-Christoph Steiner
I'm not sure what you mean, but Patches welcome! :-D .hc On Nov 19, 2009, at 1:44 PM, olsen wrote: wouldn't it be nice to have the info in the brackets somewhere in the arduino-help? Hans-Christoph Steiner wrote: If you look at the arduino-help.pd or arduino-test.pd, the message should

Re: [PD] pduino digital read problems

2009-11-19 Thread altern
aso it was a problem with the documentation. great, now it is working. thanks!! Hans-Christoph Steiner(e)k dio: If you look at the arduino-help.pd or arduino-test.pd, the message should be [digitalIns 1 1(. The first number is the port# and the second is whether to enable it or not.

Re: [PD] pduino digital read problems

2009-11-19 Thread Hans-Christoph Steiner
Oops, yes indeed, I just updated that. I'm actually thinking that the digitalIns and analogIns messages are just extra complications without much benefit. I am thinking that setting pinMode to analog or input should just send that message too. How does that sound? .hc On Nov 19,

Re: [PD] pduino digital read problems

2009-11-19 Thread altern
sounds ok to me but i use arduino very little so i my opinion should not count too much :) Hans-Christoph Steiner(e)k dio: Oops, yes indeed, I just updated that. I'm actually thinking that the digitalIns and analogIns messages are just extra complications without much benefit. I am

Re: [PD] Pduino - error compiling firmware and analog inputs problem

2009-11-04 Thread Hans-Christoph Steiner
Read the included README.txt for installation instructions. .hc On Nov 3, 2009, at 11:39 PM, Ignacio Viano wrote: Hello. I've just got an Seeeduino ATmega168 (100% compatible with Arduino Duemilanove). [OS X Leopard, PD-extended 0.41.4]. When trying to compile the firmware StandardFirmata

Re: [PD] Pduino - error compiling firmware and analog inputs problem

2009-11-04 Thread Hans-Christoph Steiner
On Nov 4, 2009, at 10:34 AM, Ignacio Viano wrote: I'd already done it, but it didn't answer my questions. I tried redownloading Firmata-2.1beta7 but from firmata.org and it worked fine. I dont' know what could happen. Another question: It's ok if I modify line 38 of StandardFirmata and

[PD] Pduino - error compiling firmware and analog inputs problem

2009-11-03 Thread Ignacio Viano
Hello. I've just got an Seeeduino ATmega168 (100% compatible with Arduino Duemilanove). [OS X Leopard, PD-extended 0.41.4]. When trying to compile the firmware StandardFirmata (downloaded from http://at.or.at/hans/pd/objects.html#pduino) I get this error: * In function 'void

[PD] PDuino example update frequency

2009-10-23 Thread daniel
Hi! Thanks to PDuino I just managed to get analogue data from my Arduino Mega using PDuino example patch arduino-test.pd, with virtually no effort at all. Fantastic! Now, as I am comparatively new to PD, I have been looking all over the patch for a metronome or something that determines the

Re: [PD] PDuino example update frequency

2009-10-23 Thread tim vets
Hey Daniel, If i remember correctly, there are [speedlim 100] objects used in the arduino-test patch. So the speed is limited to one read every 100 ms. It's somewhere in the analog input subpatch (i don't have it here so i can't verify now) hope this helps, Tim 2009/10/23

Re: [PD] PDuino example update frequency

2009-10-23 Thread Hans-Christoph Steiner
The speedlims are in the object called [pd display values without pegging the CPU]. Connect before that to get the full speed data. .hc On Oct 23, 2009, at 2:10 PM, tim vets wrote: Hey Daniel, If i remember correctly, there are [speedlim 100] objects used in the arduino-test patch.

Re: [PD] Pduino 0.5/Firmata 2.1 beta release

2009-10-05 Thread Hans-Christoph Steiner
Ok, I think I fixed the analog issue where sometimes the analog pins were doing the log scale/ pull-up resistor thing: http://at.or.at/hans/pd/objects.html#pduino I tested this on a Diecimila, I hear there are troubles with the Arduino Pro and others, but I only have the older ones, so

Re: [PD] Pduino 0.5/Firmata 2.1 third beta release

2009-09-02 Thread olsen
hi hans i just tested the analog inputs on this version strangely enough the 0-5V i get from the circuit with the potential divider immediately breaks down asa i connect it to the analogPin from the arduino - using arduino analogInput i get regular values from the sensor. this is happening

Re: [PD] Pduino 0.5/Firmata 2.1 third beta release

2009-08-28 Thread olsen
hm tried it today with an arduino duemilanove i got the same behaviour - as soon as switching to servo mode no pwm signal at all on pins 9+10... greets olsen Hans-Christoph Steiner wrote: The mega is going to need a good chunk of work to really support it. The Arduino code is really

Re: [PD] Pduino 0.5/Firmata 2.1 third beta release

2009-08-27 Thread olsen wolf
hI hans i tried this beta on the arduino mega with a servo - again same result: pwm works but switching output mode to 'servo' i get no signal on pins 9+10. i`ll have the mega at hand these days should hang around in the #dataflow channel so let me know whenever there`s some testing to be done.

Re: [PD] Pduino 0.5/Firmata 2.1 third beta release

2009-08-27 Thread Hans-Christoph Steiner
The mega is going to need a good chunk of work to really support it. The Arduino code is really structured around the original chip. I don't have the time to do the work myself, but I would happily help someone if they take it on. .hc On Aug 27, 2009, at 4:00 PM, olsen wolf wrote:

Re: [PD] pduino strange behaviors

2009-08-18 Thread Hans-Christoph Steiner
This was a bug fixed in the latest beta release, please test :) http://at.or.at/hans/pd/objects.html#pduino .hc On Jul 17, 2009, at 8:02 PM, FernandoG wrote: Hi I am new with arduino (duemilanove), I am trying to control the Arduino from Pd using Pduino-0.5beta1, but i cant figure out

[PD] Pduino 0.5/Firmata 2.1 third beta release

2009-08-17 Thread Hans-Christoph Steiner
http://at.or.at/hans/pd/objects.html#pduino We fixed a few bugs, we just need to iron out MegaServo support to make this a final release: - (Pduino) fixed bug in digital input with pins 7, 15, 23, etc. - (Firmata) fixed crasher bug in Firmata with analog input - (Firmata) included old

Re: [PD] Pduino 0.5/Firmata 2.1 beta release

2009-08-06 Thread olsen wolf
Got my hands on an arduino mega now same result here - pwm works but switching output mode to 'servo' i get no signal on pins 9+10. let me know if i can help at any point! best olsen On Wed, Jul 29, 2009 at 6:25 PM, olsen wolfsesselastron...@googlemail.com wrote: Excellent, thanks for the

Re: [PD] Pduino 0.5/Firmata 2.1 beta release

2009-07-29 Thread Hans-Christoph Steiner
Excellent, thanks for the report. You should be able to use servos using StandardFirmata too, but only on pins 9 and 10. .hc olsen wolf wrote: Hi Hans merci mille for the ongoing work on pduino including all the features! finally i could get my hands on for some testing. i did tests with

Re: [PD] Pduino 0.5/Firmata 2.1 beta release

2009-07-29 Thread olsen wolf
Excellent, thanks for the report. You should be able to use servos using StandardFirmata too, but only on pins 9 and 10. nope using the StandardFirmata i do not get any servomove or pwm-signal on the pin 9 + 10 with output mode set to 'servo' olsen .hc olsen wolf wrote: Hi Hans merci

Re: [PD] Pduino 0.5/Firmata 2.1 beta release

2009-07-28 Thread olsen wolf
Hi Hans merci mille for the ongoing work on pduino including all the features! finally i could get my hands on for some testing. i did tests with diecimila duemilanueve - pwm looks pretty smooth to control an h-bridge  solid state relays. also servos are under my control - smooth operating using

Re: [PD] Pduino 0.5/Firmata 2.1 beta release

2009-07-18 Thread Alexandre Castonguay
Hi Hans, I'm pleased to report that it is starting to work on the Mega. I can toggle up to pin 53. Reporting all inputs causes buffer overruns and I guess that's to be expected. More testing underway. Thanks a lot for your work! a Hans-Christoph Steiner a écrit : I haven't had a

Re: [PD] Pduino 0.5/Firmata 2.1 beta release

2009-07-17 Thread Hans-Christoph Steiner
Hey Alex, Glad to hear it works, but expect problems like the one you mentioned. I just got it working, what it really needs is someone to test and fix things for the Mega in particular. .hc On Fri, 2009-07-17 at 14:48 -0400, Alexandre Castonguay wrote: Hi Hans, I'm pleased to report that

[PD] pduino strange behaviors

2009-07-17 Thread FernandoG
Hi I am new with arduino (duemilanove), I am trying to control the Arduino from Pd using Pduino-0.5beta1, but i cant figure out arduino object. Digital outputs are working but analog input doesnt, many strange behaviors like enabling analog input turn on a led in 13 output. I also tryed

[PD] Pduino 0.5/Firmata 2.1 second beta release

2009-07-14 Thread Hans-Christoph Steiner
http://at.or.at/hans/pd/objects.html#pduino Ok, some minor tweaks and additions, please test on the Arduino Mega too! There is support in funnel and Pduino for the new stuff, plus Processing and others coming soon. - updated I2C and SAMPLING_INTERVAL macros - added Arduino Mega support -

Re: [PD] Pduino 0.5/Firmata 2.1 second beta release

2009-07-14 Thread Jose Luis Santorcuato
Dear Hans , i will try this afternoon with pure data and ardino megai bought lilypad José 2009/7/14, Hans-Christoph Steiner h...@at.or.at: http://at.or.at/hans/pd/objects.html#pduino Ok, some minor tweaks and additions, please test on the Arduino Mega too! There is support in funnel

[PD] Pduino 0.5/Firmata 2.1 beta release

2009-07-10 Thread Hans-Christoph Steiner
http://at.or.at/hans/pd/objects.html#pduino There are some nice updates to Firmata and Pduino. This release mostly adds extensions to the protocol to support more pin modes and their respective messages (Servo, I2C, Shift Registers, etc). Here are some specifics: - Servo support for

Re: [PD] Pduino 0.5/Firmata 2.1 beta release

2009-07-10 Thread Hans-Christoph Steiner
I haven't had a chance to try it on the Mega yet. Do you use the Mega? If so, I need testers for it. .hc On Jul 10, 2009, at 7:59 AM, Jose Luis Santorcuato wrote: Hans, hi, Arduino mega have 12 inputs, firmata and pduino have these Best regards José 2009/7/10 Hans-Christoph

Re: [PD] pduino and xbee

2008-09-30 Thread nick burge
Thanks Hans, I'll try the new firmware. Nick. _ From: Hans-Christoph Steiner [mailto:[EMAIL PROTECTED] Sent: 26 September 2008 20:04 To: nick burge Cc: pd-list@iem.at Subject: Re: [PD] pduino and xbee The arduino forums are probably a better place for this question. But... I'd guess

Re: [PD] pduino and xbee

2008-09-26 Thread Hans-Christoph Steiner
The arduino forums are probably a better place for this question. But... I'd guess the StandardFirmata firmware (now included in Arduino 0012) should work. If the StandardFirmata firmware doesn't work, then it is possible to write a simple firmware using the Firmata arduino library that

[PD] pduino and xbee

2008-09-25 Thread nick burge
Hello list. Does anyone know if pduino/firmata is compatible with using the xbee shield on an arduino?? I know the arduino for pd input system works with it. But its only good for analog input. thanks. Nick Burge. ___ Pd-list@iem.at mailing list

Re: [PD] Pduino 0.4 beta0 released - Problem with Firmata-2.0beta1

2008-06-27 Thread Ingo Scherzinger
I just got an Arduino Diecimila. I am completely new to it so I cant really track down the problem. When I try to send the Firmata-2.0beta1 to the board it says: 21: error: Firmata.h: No such file or directory. I am using Standard_Firmata.pde from Firmata-2.0beta1. Standard_Firmata_334 is

Re: [PD] Pduino 0.4 beta0 released - Problem with Firmata-2.0beta1

2008-06-27 Thread Hans-Christoph Steiner
It sounds like it can't find the library. You need to install the Firmata arduino library into the Arduino environment. There are instructions in the included README. .hc On Fri, 27 Jun 2008, Ingo Scherzinger wrote: I just got an Arduino Diecimila. I am completely new to it so I cant

Re: [PD] pduino-arduino trouble

2008-06-14 Thread olsen wolf
he max we had a similar error here at the school in zürich http://lists.puredata.info/pipermail/pd-list/2008-06/062973.html might be the bug in your pd-extended - a recent nightly builds might cure salutis olsen On Sat, Jun 14, 2008 at 5:49 AM, Max Neupert [EMAIL PROTECTED] wrote: that could be

Re: [PD] pduino-arduino trouble

2008-06-13 Thread Max Neupert
-13 um 03:03 schrieb Martin Peach: Well errno 9 is EBADF, error bad file number, so the serial port file descriptor is not good for some reason, maybe because the serial port was closed. Martin From: Max Neupert [EMAIL PROTECTED] To: pd-list@iem.at Subject: [PD] pduino-arduino trouble

Re: [PD] pduino-arduino trouble

2008-06-13 Thread Claude Heiland-Allen
Max Neupert wrote: this is the output when it does work: set_baudrate baudbits: 57600 this is the output when it doesn't: set_baudrate baudbits: 115200 anyone has a clue what's going on? I'm guessing the baudbits has something to do with it. Maybe something along the connection between

Re: [PD] pduino-arduino trouble

2008-06-13 Thread Max Neupert
that could be it. but why is it doing that? the comport object in the arduino abstraction says [comport $1 57600] so shouldn't the rate be fixed to 57600? why does it sometimes connect with 115200? max Am 2008-06-13 um 18:54 schrieb Claude Heiland-Allen: Max Neupert wrote: this is the

[PD] pduino-arduino trouble

2008-06-12 Thread Max Neupert
hi list, i have problems getting a arduino diecimila to run. sometimes i get this: Write error, maybe TX-OVERRUNS on serial line [comport] write returned -1, errno is 9 Write error, maybe TX-OVERRUNS on serial line [comport] write returned -1, errno is 9 Write error, maybe TX-OVERRUNS on serial

Re: [PD] pduino-arduino trouble

2008-06-12 Thread Martin Peach
Well errno 9 is EBADF, error bad file number, so the serial port file descriptor is not good for some reason, maybe because the serial port was closed. Martin From: Max Neupert [EMAIL PROTECTED] To: pd-list@iem.at Subject: [PD] pduino-arduino trouble Date: Fri, 13 Jun 2008 01:39:50 +1000 hi

[PD] pduino problem

2008-06-09 Thread Max Neupert
hi list, i'm using the arduino object with a diecimila and pduino firmware under pd-extended 0.39 on OS X. when i do [import flatspace] and then [arduino] i get [import] $Revision: 1.2 $ written by Hans-Christoph Steiner [EMAIL PROTECTED] compiled on Oct 20 2007 at 05:10:25

Re: [PD] pduino and FSRs

2008-04-13 Thread nick burge
Hello Martin, you are absolutely spot on here. In fact I want the numbers to go up as I apply pressure so I've swapped the fsr and 10k as you suggest and all works perfectly. No need for the expensive voltage divider then and more difficult to calibrate several of them equally when a 10k

Re: [PD] pduino and FSRs

2008-04-12 Thread nick burge
to do with it? Nick. _ From: Hans-Christoph Steiner [mailto:[EMAIL PROTECTED] Sent: 12 April 2008 00:41 To: nick burge Cc: Pd List Subject: Re: [PD] pduino and FSRs I use 6 analog inputs all of the time on Mac and Linux. I've never used 19200 tho. Try using [comport] alone to eliminate

Re: [PD] pduino and FSRs

2008-04-12 Thread marius schebella
. *From:* Hans-Christoph Steiner [mailto:[EMAIL PROTECTED] *Sent:* 12 April 2008 00:41 *To:* nick burge *Cc:* Pd List *Subject:* Re: [PD] pduino and FSRs I use 6 analog inputs all of the time on Mac and Linux. I've never used 19200 tho. Try using [comport] alone

Re: [PD] pduino and FSRs

2008-04-12 Thread Derek Holzer
[mailto:[EMAIL PROTECTED] *Sent:* 12 April 2008 00:41 *To:* nick burge *Cc:* Pd List *Subject:* Re: [PD] pduino and FSRs I use 6 analog inputs all of the time on Mac and Linux. I've never used 19200 tho. Try using [comport] alone to eliminate anything in [arduino]. Maybe there is a bug

Re: [PD] pduino and FSRs [and one more thing...]

2008-04-12 Thread Derek Holzer
:* Re: [PD] pduino and FSRs I use 6 analog inputs all of the time on Mac and Linux. I've never used 19200 tho. Try using [comport] alone to eliminate anything in [arduino]. Maybe there is a bug in comport on vista? .hc On Apr 11, 2008, at 3:17 PM, nick burge wrote: Thank you Hans, am I

Re: [PD] pduino and FSRs

2008-04-12 Thread Martin Peach
Derek Holzer wrote: This makes sense. I used some FSRs with a hacked joystick HID device and got into some trouble there as well. FSRs have zero resistance when no force is applied, so essentially you are short circuiting the 5v directly to ground when you plug them in without any force

Re: [PD] pduino and FSRs

2008-04-11 Thread Hans-Christoph Steiner
patch that reproduces the crash. .hc On Apr 11, 2008, at 3:01 AM, nick burge wrote: Firmata, Pduino and xbees. are all set to communicate at 19200 baud. Nick From: Hans-Christoph Steiner [mailto:[EMAIL PROTECTED] Sent: 10 April 2008 23:57 To: nick burge Cc: Pd List Subject: Re: [PD] pduino

Re: [PD] pduino and FSRs

2008-04-11 Thread nick burge
17ec 01c89bd26543018e Nick. _ From: Hans-Christoph Steiner [mailto:[EMAIL PROTECTED] Sent: 11 April 2008 18:30 To: nick burge Cc: Pd List Subject: Re: [PD] pduino and FSRs Let's keep this on the list since it could be generally useful. In order

Re: [PD] pduino and FSRs

2008-04-11 Thread Hans-Christoph Steiner
47148d16 pd.dll 0.0.0.0 47148d15 c005 4e04 17ec 01c89bd26543018e Nick. From: Hans-Christoph Steiner [mailto:[EMAIL PROTECTED] Sent: 11 April 2008 18:30 To: nick burge Cc: Pd List Subject: Re: [PD] pduino and FSRs Let's keep this on the list since it could be generally useful. In order to get

[PD] pduino and FSRs

2008-04-10 Thread nick burge
I have a little problem using Pduino and some force sensing resistors that I am using in conjunction with phidget voltage dividersthey seem to crash the program as soon as I activate more than 1 at a time. Should I be applying some sort of filter to the data stream? Arduino2PD seems more

Re: [PD] pduino and FSRs

2008-04-10 Thread Hans-Christoph Steiner
Which program crashes? Which version are you using? You will get a lot of data, from 6 sensors, Pduino/Firmata will read them all every 20ms. I have never seen a crash using [arduino], except when I unplug the arduino when Pd is connected to it, so I suspect the problem lies

Re: [PD] pduino and FSRs

2008-04-10 Thread nick burge
: Pd List Subject: Re: [PD] pduino and FSRs Which program crashes? Which version are you using? You will get a lot of data, from 6 sensors, Pduino/Firmata will read them all every 20ms. I have never seen a crash using [arduino], except when I unplug the arduino when Pd is connected to it, so I

Re: [PD] pduino and FSRs

2008-04-10 Thread Hans-Christoph Steiner
://at.or.at/hans/pd/Pduino-0.3.1.zip .hc On Apr 10, 2008, at 12:57 PM, nick burge wrote: Hello Hans-Christoph, I am using PD 0.39.3 extended. on a windows vista system. Its PD that crashes, or stops working as Vista so nicely puts it, when I connect the FSRs. I have arduino connecting via wireless

Re: [PD] pduino and FSRs

2008-04-10 Thread nick burge
only activate 2 at a time before it all grinds to a halt...on arduino2PD i can activate all six without any problem. Strange. Nick. _ From: Hans-Christoph Steiner [mailto:[EMAIL PROTECTED] Sent: 10 April 2008 21:51 To: nick burge Cc: Pd List Subject: Re: [PD] pduino and FSRs I've never

Re: [PD] pduino and FSRs

2008-04-10 Thread Hans-Christoph Steiner
to a halt...on arduino2PD i can activate all six without any problem. Strange. Nick. From: Hans-Christoph Steiner [mailto:[EMAIL PROTECTED] Sent: 10 April 2008 21:51 To: nick burge Cc: Pd List Subject: Re: [PD] pduino and FSRs I've never run on Vista before, so I can't say much about that. I have

Re: [PD] pduino and FSRs

2008-04-10 Thread Hans-Christoph Steiner
more than 2 analogIns. Would it help to speed up or slow down the xbee connection? From: Hans-Christoph Steiner [mailto:[EMAIL PROTECTED] Sent: 10 April 2008 23:12 To: nick burge Cc: Pd List Subject: Re: [PD] pduino and FSRs The code and the electrics are quite separate. If the electrics work

Re: [PD] Pduino and the AD5206 digital potentiometer

2008-03-06 Thread nick burge
it not ? just like a DMX message...channel blah to level blah. But I suppose it is a bit more complicated than that to actually make it happen. Nick. _ From: Hans-Christoph Steiner [mailto:[EMAIL PROTECTED] Sent: 05 March 2008 21:12 To: nick burge Cc: Pd List Subject: Re: [PD] Pduino

Re: [PD] Pduino and the AD5206 digital potentiometer

2008-03-05 Thread nick burge
little idea how to do this. Nick. _ From: Hans-Christoph Steiner [mailto:[EMAIL PROTECTED] Sent: 04 March 2008 14:39 To: nick burge Cc: 'Pd List' Subject: Re: [PD] Pduino and the AD5206 digital potentiometer It would be possible to add support to Firmata for this, but it's not currently

Re: [PD] Pduino and the AD5206 digital potentiometer

2008-03-05 Thread Hans-Christoph Steiner
the device into the loop section.? As you can tell I have little idea how to do this. Nick. From: Hans-Christoph Steiner [mailto:[EMAIL PROTECTED] Sent: 04 March 2008 14:39 To: nick burge Cc: 'Pd List' Subject: Re: [PD] Pduino and the AD5206 digital potentiometer It would be possible to add support

Re: [PD] Pduino and the AD5206 digital potentiometer

2008-03-05 Thread Martin Peach
: Re: [PD] Pduino and the AD5206 digital potentiometer It would be possible to add support to Firmata for this, but it's not currently there. I don't have any of these chips, any volunteers? Patches welcome :D .hc On Feb 26, 2008, at 8:54 AM, nick burge wrote: Dear PD list. I would like

Re: [PD] Pduino and the AD5206 digital potentiometer

2008-03-05 Thread nick burge
to have the commands sent by PD...is that very difficult to do? Any clues anybody? Nick _ From: Hans-Christoph Steiner [mailto:[EMAIL PROTECTED] Sent: 05 March 2008 16:50 To: nick burge Cc: Pd List Subject: Re: [PD] Pduino and the AD5206 digital potentiometer I am unlikely to write

Re: [PD] Pduino and the AD5206 digital potentiometer

2008-03-05 Thread Hans-Christoph Steiner
Cc: Pd List Subject: Re: [PD] Pduino and the AD5206 digital potentiometer I am unlikely to write software for that chip unless I have a use for it. But a firmware supporting it sounds useful. Firmata is an Arduino library, so the easiest route would probably make a dedicated firmware

Re: [PD] Pduino and the AD5206 digital potentiometer

2008-03-05 Thread Martin Peach
is fun. It would be more fun and potentially creative however to have the commands sent by PD...is that very difficult to do? Any clues anybody? Nick From: Hans-Christoph Steiner [mailto:[EMAIL PROTECTED] Sent: 05 March 2008 16:50 To: nick burge Cc: Pd List Subject: Re: [PD] Pduino and the AD5206

Re: [PD] Pduino and the AD5206 digital potentiometer

2008-03-04 Thread Hans-Christoph Steiner
It would be possible to add support to Firmata for this, but it's not currently there. I don't have any of these chips, any volunteers? Patches welcome :D .hc On Feb 26, 2008, at 8:54 AM, nick burge wrote: Dear PD list. I would like to be able to control the AD5206 chip (a 6 channel

[PD] Pduino and the AD5206 digital potentiometer

2008-02-26 Thread nick burge
Dear PD list. I would like to be able to control the AD5206 chip (a 6 channel digital potentiometer) from within the Pduino object written by Hans-Christoph Steiner. The idea comes from one of the tutorial exercises in the C++ arduino program. http://www.arduino.cc/en/Tutorial/SPIDigitalPot Is

Re: [PD] Pduino and the AD5206 digital potentiometer

2008-02-26 Thread marius schebella
nick burge wrote: Dear PD list. I would like to be able to control the AD5206 chip (a 6 channel digital potentiometer) from within the Pduino object written by Hans-Christoph Steiner. I don't think this is possible. The idea comes from one of the tutorial exercises in the C++ arduino

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

2008-01-18 Thread IOhannes m zmoelnig
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 else. Or you can install Pd-extended, and everything

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

2008-01-18 Thread Hans-Christoph Steiner
On Jan 16, 2008, at 8:07 AM, IOhannes m zmoelnig wrote: 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

<    1   2   3   >