https://github.com/raphaelcoeffic/matek_upgrade
Command line tool to upgrade Mateksys CRSF PWM converters and maybe more
https://github.com/raphaelcoeffic/matek_upgrade
Last synced: 3 months ago
JSON representation
Command line tool to upgrade Mateksys CRSF PWM converters and maybe more
- Host: GitHub
- URL: https://github.com/raphaelcoeffic/matek_upgrade
- Owner: raphaelcoeffic
- License: mit
- Created: 2022-08-13T06:10:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T07:17:16.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T23:35:01.932Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# matek_upgrade
Command line tool to upgrade Mateksys CRSF PWM converters and maybe more.
## Usage
```
python matek_upgrade.py [serial device] [firmware file]
```
When everything is alright, the output should look like this:
```
% python matek_upgrade.py /dev/cu.usbserial-DN009KYL ~/Downloads/CRSF_PWM_fw/crsf_pwm_v2.3.0.bin
Hooked into bootloader (device ID = 1)
File hash OK for device
|████████████████████████████████████████████████████████████████████████████████████████████████████| 100.4%
Update sucessful
```
If you see the error `ModuleNotFoundError: No module named 'serial'` run `pip install pyserial` to install the required dependency.