aboutsummaryrefslogtreecommitdiff
path: root/arduino.pd
AgeCommit message (Collapse)Author
2015-08-18Removed dependency on zexy and cycloneHEADsvn2git-head.1externals/pduinoIOhannes m zmölnig
svn path=/trunk/externals/pduino/; revision=17524
2012-03-19use one mapping/debytemask instance per digital input port to fix bugs with ↵Hans-Christoph Steiner
state svn path=/trunk/externals/hardware/arduino/; revision=16078
2012-03-08use 10ms poll interval for [comport] since the data does not come any fasterHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=16055
2011-02-07[comport] is now a standalone, so remove references to flatspaceHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=14863
2010-03-18added symbol names for pinmodeHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=13230
2010-02-09- made [pinMode INPUT( also send [digitalIns( so that you only need to switchHans-Christoph Steiner
a pin to INPUT mode in order to get data - removed some extraneous dollarg message boxes that were left from converting the messages from byte streams to lists of bytes. svn path=/trunk/externals/hardware/arduino/; revision=13146
2010-02-09converted all output messages except digital to lists instead of bytes so ↵Hans-Christoph Steiner
that they get bundled better into USB packets svn path=/trunk/externals/hardware/arduino/; revision=13145
2009-08-11fixed bug reported by Christopher Coleman where inputs on pin 7, 15, 23, ↵Hans-Christoph Steiner
etc. were not being reported svn path=/trunk/externals/hardware/arduino/; revision=11898
2009-07-14updated sampling-interval command byte valueHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=11860
2009-07-02115200 proved to be too error-prone, so the default will be reverted to ↵Hans-Christoph Steiner
57600, which matches the new firmware upload speed svn path=/trunk/externals/hardware/arduino/; revision=11844
2009-07-02enabled mode pin modes beyond 0 and 1Hans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=11843
2009-06-26added support for new samplingInterval messageHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=11821
2008-11-25- added a "port" message for sending a complete port at a time, directlyHans-Christoph Steiner
reflecting the underlying digital message and the fact that digital outputs on a microcrontroller are handled on an 8-bit port basis. svn path=/trunk/externals/hardware/arduino/; revision=10379
2008-11-25Fixed bug reported by Derek Holzer here:Hans-Christoph Steiner
http://lists.puredata.info/pipermail/pd-list/2008-10/065393.html Basically, it needs to keep track of the state of all of the pins on the arduino, it was only keeping track per-port, and then using the state of one port when outputting another. svn path=/trunk/externals/hardware/arduino/; revision=10378
2008-09-08- moved protocol version and firmware name to the status outletHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=10281
2008-09-08- removed old, debug right/cold inlet from [arduino]Hans-Christoph Steiner
- converted the right outlet on [arduino] to output status info, as it should be. Right now, it is just info directly from [comport]. svn path=/trunk/externals/hardware/arduino/; revision=10280
2008-08-30removed some debug float boxesHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=10268
2008-04-17- implemented v2.0 protocol changes, including the order change for theHans-Christoph Steiner
protocol version report svn path=/trunk/externals/hardware/arduino/; revision=9715
2008-04-14- working on Firmata v2.0, got digital inputs and the toggling ofdigital portHans-Christoph Steiner
reporting working svn path=/trunk/externals/hardware/arduino/; revision=9699
2008-04-11First stab at implementing v2 of the protocol, digitalWrite works, but no luckHans-Christoph Steiner
yet with digital input. I am not sure if the problem is in Pd or Firmata. svn path=/trunk/externals/hardware/arduino/; revision=9692
2008-04-09implemented both directions of Firmata string and generic sysex message support Hans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=9689
2008-04-08Implemented firmware reporting and sysex, sysex isn't fully tested.Hans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=9685
2007-09-24added namespace prefixes on everythingHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=8757
2007-03-08cleaned up for the Pduino 0.3 releaseHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=7476
2007-03-06- got digital inputs working reading by port, sends only on changeHans-Christoph Steiner
- ignore Rx/Tx pins (0 and 1) since they are used for serial/USB - removed a fair amount of cruft svn path=/trunk/externals/hardware/arduino/; revision=7469
2007-03-05- Removed lots of cruft and various attempts at fixing things.Hans-Christoph Steiner
- Removed timer2 interrupt code because it was interfering with the hardware PWM on some pins. Replaced it with timer0_overflow_count from wiring.c but that's not fully functional yet, I think I have to get the time units right. Right now it seems to just output everytime rather than every 4ms - removed second [arduino] object in arduino-test.pd that was causing lost serial data. WORKING - analog input working - hardware PWM output working - digital output working - setPinMode to INPUT/OUTPUT for digital pins working NOT WORKING YET - digital inputs - software PWM on non-hardware-PWM pins - save state to EEPROM svn path=/trunk/externals/hardware/arduino/; revision=7468
2007-03-01analog input is kind of working; pinMode is working; digital output is ↵Hans-Christoph Steiner
working; things are timer driven now svn path=/trunk/externals/hardware/arduino/; revision=7453
2007-02-22- got analog input workingHans-Christoph Steiner
- version reporting works, but checkInput() isn't run enough, so it misses the data if there is a lot of traffic on the serial port svn path=/trunk/externals/hardware/arduino/; revision=7444
2006-12-06- fixed up help file so that everything loads with Pd-extendedHans-Christoph Steiner
- fixed up [arduino] so that everything loads with Pd-extended - started to clean up the firmware and wrote lots of TODOs svn path=/trunk/externals/hardware/arduino/; revision=6662
2006-10-31added [digital 5 1( messages for digital inputHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=6200
2006-10-31got analog inputs converted to new message format, the foundation is laid ↵Hans-Christoph Steiner
for digital inputs... svn path=/trunk/externals/hardware/arduino/; revision=6197
2006-10-30switched over to [digital 5 1( message format for output, . next for the ↵Hans-Christoph Steiner
hard part, switch over analog and digital to this message format svn path=/trunk/externals/hardware/arduino/; revision=6182
2006-10-17Updated to reflect new comport and pduino firmwareMartin Peach
svn path=/trunk/externals/hardware/arduino/; revision=6129
2006-09-15redesigned the input protocol to be a 3-byte sequence, the first byte is theHans-Christoph Steiner
data type, the second two are the data. The second two bytes are then combined to give one 14-bit value. For example 240 0 1 (from serial) == [version 1( (Pd message) arduino-test.pd was updated for this, the help patch was not, but should be largely correct. I only tightened up the layout of the help patch. svn path=/trunk/externals/hardware/arduino/; revision=5936
2006-09-04better helpfile and some fixesGeorg Holzmann
svn path=/trunk/externals/hardware/arduino/; revision=5868
2006-09-03arduino-test.pdHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=5859
2006-08-27digital output and digital pin mode toggling work againHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=5754
2006-08-25got digital inputs working, but needed to make some changes on the order of ↵Hans-Christoph Steiner
data coming in, including the analog data svn path=/trunk/externals/hardware/arduino/; revision=5736
2006-08-24minor cleanups and commenting on the firmware; got Pd code working with new ↵Hans-Christoph Steiner
protocol; digital inputs still aren't transmitted/received correctly svn path=/trunk/externals/hardware/arduino/; revision=5729
2006-08-24Jamie Allen's and my cleanups compile and install, but I don't know if they ↵Hans-Christoph Steiner
work yet svn path=/trunk/externals/hardware/arduino/; revision=5725
2006-06-24added outputMode messages and examples for using [bytemask] to set digital ↵Hans-Christoph Steiner
output pins svn path=/trunk/externals/hardware/arduino/; revision=5291
2006-05-22added somethings for testingHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=5110
2006-05-22expanded [arduino] object and cleaned up the help patch; commented Arduino ↵Hans-Christoph Steiner
code and enabled digitalInput, tho it doesn't seem to work yet; it seems that there are bugs in [comport] since I can make it crash with the stress test with the new OVERLAPPED mode, and the older synchronous mode svn path=/trunk/externals/hardware/arduino/; revision=5108
2006-05-21its now possible to turn on and off digital and analog input, so you can ↵Hans-Christoph Steiner
stop arduino from sending data alltoger, while still responding; digitalInputs are still not tested svn path=/trunk/externals/hardware/arduino/; revision=5104
2006-05-20looks like analog input is working fine, next, the digital inputs need to be ↵Hans-Christoph Steiner
tested. svn path=/trunk/externals/hardware/arduino/; revision=5096
2006-05-20its messy, but digital output and PWM now work at the same timeHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=5094
2006-05-20got PWM control working from PdHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=5093
2006-05-19worked out 2-way protocol, everything seems to work from Pd; the data ↵Hans-Christoph Steiner
sending is commented out, but it should still work... svn path=/trunk/externals/hardware/arduino/; revision=5089