-
Notifications
You must be signed in to change notification settings - Fork 1
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
Firmware update instructions #18
Comments
@aacuevas gave me the following instructions to find out the commutator fw version. Is this the method that we are going to propose to users?
|
I think we should probably use the Arduino serial monitor because that's going to be needed to update the firmware anyway (well not needed but I think it's the fastest way) For Teensy-based commutators
|
Heya, |
I think this content should expand the one already here, with an explicit command that can be used for testing. This might not require a separate Firmware update page, however, I would suggest we do keep the table such as the ones here with the firmware version and date of release, and separate for each hardware version. fw v1.6 can be used on commutators with SN after 0124 (Teensy LC) - and will not work on others SN: 77590124zzzz (Jan 2024) |
For users attempting to do it with the library versions out now, there is a compilation error because ArduinoJson 7 changed thins with respect to ArduinoJson 5. Compilation error: StaticJsonBuffer is a class from ArduinoJson 5. Please see https://arduinojson.org/v7/upgrade-from-v5/ to learn how to upgrade to ArduinoJson 7 |
They need to use the old library. They can select an old version in the arduino package manager |
|
Here they are until we can make this docs page properly: I guess the original files used for v1.6 and v1.5.1 should be tagged as releases. |
Add a page with latest compiled firmware and instructions on how update the commutator with it.
The text was updated successfully, but these errors were encountered: