Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firmata/maxduino
Max patch for firmata
https://github.com/firmata/maxduino
Last synced: 4 days ago
JSON representation
Max patch for firmata
- Host: GitHub
- URL: https://github.com/firmata/maxduino
- Owner: firmata
- Created: 2012-01-19T04:09:07.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T04:22:37.000Z (about 1 year ago)
- Last Synced: 2024-04-15T00:06:03.420Z (7 months ago)
- Homepage: firmata.org
- Size: 98.6 KB
- Stars: 10
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This package includes three Max patches and the Arduino firmware. It allows you to control the Arduino board from Max.
The patches use Max's internal serial object.
arduino.pat - the heart piece
arduino-test.pat, and arduino-help.pat relay on the above object.To use it, open Pd_firmware in Arduino and upload it to the board. Open up
arduino-test.pat in Max, then choose your serial port.For more on Arduino, go to http://arduino.cc
You can get more information about this firmware here:
http://www.arduino.cc/playground/Interfacing/SensorboxCredits: Hans-Christoph Steiner , Georg Holzmann, Gerda Strobl, Marius Schebella
patcher history
v.003 reworked port selection, now by device name (for windows...)
v.002 added numbers for port selection
v.01 first release