Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for Arduino Due and Teensy 3.0 boards #58

Merged
merged 4 commits into from
May 22, 2013

Conversation

soundanalogous
Copy link
Member

Tested with BreakoutJS client. No issues encountered. All firmata features appear to work for Due and Teensy 3.0 (including Servo and I2C).

To use Due, you need Arduino version 1.5.2 or greater and you need to copy Firmata to:

/hardware/arduino/avr/libraries/
and
/hardware/arduino/sam/libraries

To use Teensy 3.0 you'll need a fresh install of Arduino 1.0.3 or Arduino 1.0.4 (Arduino 1.0.5 is not yet supported) and install the teensyduino application. After installing teensyduino, replace the existing Firmata library with this one.

This was referenced May 19, 2013
@soundanalogous
Copy link
Member Author

I want to cut a new release (Firmata 2.4 or Firmata 2.3.5?) with this update soon. Anything else to add?

@ntruchsess
Copy link
Member

assuming the new release would be based on 'configurable' I'd suggest to go with '2.5'. If the new release is just meant to be a minor upgrade (adding Teensy and Due to master), better stay with 2.3.5.

@soundanalogous
Copy link
Member Author

This will just be a minor upgrade (adding the new board definitions for Teensy and Due and anything else that is already merged into dev).

I'd like to get the configurable branched merged into master soon though and try to get it into the Arduino 1.5.3 release. Not sure when that release date is. We'll also have to update to conform to the new library specification that will be in place as of Arduino 1.5.3 (#56).

I've added a milestone for a Firmata 2.5 release: https://github.com/firmata/arduino/issues?milestone=3&state=open. Set date to June 15th but that may move once I get info from the Arduino team on the expected Arduino 1.5.3 release date.

soundanalogous added a commit that referenced this pull request May 22, 2013
Adds support for Arduino Due and Teensy 3.0 boards
@soundanalogous soundanalogous merged commit 501f437 into firmata:dev May 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants