Re: [PD] Pduino and the AD5206 digital potentiometer

2008-03-06 Thread nick burge
To: nick burge 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

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
to control 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

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