Development resources summary

Development board documentation

module information

Accessories Information

  • GNSS antenna+adapter cable
    • model:YLY001CA + YM0003AA
    • buy link:click

Development tool

Firmware

  • version:EC200UEUAAR03A04M08_OCPU_QPY_BETA0418
  • download Firmware

Source code

  • version: V2.0.0

  • github repo

    # 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
    
  • Download Zip package