MrYsLab / pymata-aio

This is the second generation PyMata client.
https://github.com/MrYsLab/pymata-aio/wiki
GNU Affero General Public License v3.0
155 stars 51 forks source link

FirmataPlus with Mega 2560 has some issues. #40

Closed MrYsLab closed 8 years ago

MrYsLab commented 8 years ago

It appears that the included version of FirmataPlus cannot communicate with the Mega 2560. A workaround is to either use StandardFirmata or the older version of FirmataPlus

The Uno and Leonardo does not exhibit these issues.

MrYsLab commented 8 years ago

There is a known issue when using the avr watchdog timer on the Mega 2560. The solution is to use either StandardFirmata or the older version of FirmataPlus as mentioned above.