-
Notifications
You must be signed in to change notification settings - Fork 11
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
unsupported mode '2' for pin '15' at ../lib/Device/Firmata/Platform.pm line 823. #15
Comments
looks like samplingInterval is set to 19 by default. I changed it to 99, but the results are very different. Results with samplingInterval=19; Results with samplingInterval=19; |
examples/test.pl is producing an error "unsupported mode '2' for pin '15' at ../lib/Device/Firmata/Platform.pm line 823."
This test was done using an Arduino Mega 2560 R3 and the StandardFirmata sketch included with Arduino 1.0.5.
I did not get this error with an Arduino Nano v3.
The firmata.org WIKI mentions changing the samplingInterval to 99 to support all pins on the Arduino Mega, but I thought that had been included in the newer versions of the StandardFirmata sketch.
The text was updated successfully, but these errors were encountered: