Development resources summary
2025-04-10
Development board documentation
- model:EC200UEUAA QuecPython standard borad
- Purchase link:click
- docs:
module information
Accessories Information
- GNSS antenna+adapter cable
- model:YLY001CA + YM0003AA
- buy link:click
Development tool
- QuecPython debug tool - QPYcom
- version:V3.6.0
- download QPYcom
- User Guidance
- Editor - VSCode
- download VSCode
Firmware
- version:EC200UEUAAR03A04M08_OCPU_QPY_BETA0418
- download Firmware
Source code
version: V2.0.0
-
# 1.pull source code git clone https://github.com/QuecPython/solution-tracker.git # 2.enter root dir cd solution-tracker/ # 3.check branch git checkout master # 4.init sub module git submodule init # 5.update sub module git submodule update # 6.enter sub module dir cd code/modules/ # 7.check branch git checkout master