http://at.or.at/hans/pd/objects.html
A big update for the [arduino] object and matching firmware.
Still to come:
Thanks to:
discussions
.hc
As we enjoy great advantages from inventions of others, we should be
glad of an opportunity to serve others by any invention of ours; and
this we should do freely and generously. - Benjamin Franklin
PD-announce mailing list PD-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
2006/9/15, Hans-Christoph Steiner hans@eds.org:
http://at.or.at/hans/pd/objects.html
A big update for the [arduino] object and matching firmware.
- protocol enhancements for clarity and flexibility
- digital inputs
- analog inputs
- hardware PWM outputs
great! thanx a lot, this project rox.
Still to come:
just an Idea to brave programmers (sorry about my lame skills on that and if this question is kinda stupid): what about an external to replace that java IDE , to upload this firmware ? I m sure the pd- linuxers support the idea... just't don't know how difficult it could be...
On Sep 15, 2006, at 10:28 PM, glerm soares wrote:
2006/9/15, Hans-Christoph Steiner hans@eds.org:
http://at.or.at/hans/pd/objects.html
A big update for the [arduino] object and matching firmware.
- protocol enhancements for clarity and flexibility
- digital inputs
- analog inputs
- hardware PWM outputs
great! thanx a lot, this project rox.
Still to come:
just an Idea to brave programmers (sorry about my lame skills on
that and if this question is kinda stupid): what about an external to replace that java IDE , to upload this
firmware ? I m sure the pd- linuxers support the idea... just't
don't know how difficult it could be...
It can already be done on the command line with avr-tools. So you
could do it in Pd using [shell] or [popen].
.hc
There is no way to peace, peace is the way. -A.J. Muste
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote:
It can already be done on the command line with avr-tools.
Do you have an URL at hand how to use straight avr-tools to upload (pduino-)firmware to an Arduino?
Frank Barknecht _ ______footils.org_ __goto10.org__
On Sep 17, 2006, at 7:40 AM, Frank Barknecht wrote:
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote:
It can already be done on the command line with avr-tools.
Do you have an URL at hand how to use straight avr-tools to upload (pduino-)firmware to an Arduino?
I don't know of one, but the Java IDE just calls the CLI tools, so
you could check the SVN web interface on the berlios site.
.hc
There is no way to peace, peace is the way. -A.J. Muste