Age | Commit message (Collapse) | Author |
|
svn path=/trunk/externals/hardware/arduino/; revision=11843
|
|
svn path=/trunk/externals/hardware/arduino/; revision=11821
|
|
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
|
|
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
|
|
svn path=/trunk/externals/hardware/arduino/; revision=10281
|
|
- 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
|
|
svn path=/trunk/externals/hardware/arduino/; revision=10268
|
|
protocol version report
svn path=/trunk/externals/hardware/arduino/; revision=9715
|
|
reporting working
svn path=/trunk/externals/hardware/arduino/; revision=9699
|
|
yet with digital input. I am not sure if the problem is in Pd or Firmata.
svn path=/trunk/externals/hardware/arduino/; revision=9692
|
|
svn path=/trunk/externals/hardware/arduino/; revision=9689
|
|
svn path=/trunk/externals/hardware/arduino/; revision=9685
|
|
svn path=/trunk/externals/hardware/arduino/; revision=8757
|
|
svn path=/trunk/externals/hardware/arduino/; revision=7476
|
|
- 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
|
|
- 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
|
|
working; things are timer driven now
svn path=/trunk/externals/hardware/arduino/; revision=7453
|
|
- 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
|
|
- 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
|
|
svn path=/trunk/externals/hardware/arduino/; revision=6200
|
|
for digital inputs...
svn path=/trunk/externals/hardware/arduino/; revision=6197
|
|
hard part, switch over analog and digital to this message format
svn path=/trunk/externals/hardware/arduino/; revision=6182
|
|
svn path=/trunk/externals/hardware/arduino/; revision=6129
|
|
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
|
|
svn path=/trunk/externals/hardware/arduino/; revision=5868
|
|
svn path=/trunk/externals/hardware/arduino/; revision=5859
|
|
svn path=/trunk/externals/hardware/arduino/; revision=5754
|
|
data coming in, including the analog data
svn path=/trunk/externals/hardware/arduino/; revision=5736
|
|
protocol; digital inputs still aren't transmitted/received correctly
svn path=/trunk/externals/hardware/arduino/; revision=5729
|
|
work yet
svn path=/trunk/externals/hardware/arduino/; revision=5725
|
|
output pins
svn path=/trunk/externals/hardware/arduino/; revision=5291
|
|
svn path=/trunk/externals/hardware/arduino/; revision=5110
|
|
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
|
|
stop arduino from sending data alltoger, while still responding; digitalInputs are still not tested
svn path=/trunk/externals/hardware/arduino/; revision=5104
|
|
tested.
svn path=/trunk/externals/hardware/arduino/; revision=5096
|
|
svn path=/trunk/externals/hardware/arduino/; revision=5094
|
|
svn path=/trunk/externals/hardware/arduino/; revision=5093
|
|
sending is commented out, but it should still work...
svn path=/trunk/externals/hardware/arduino/; revision=5089
|