• Knowit released this 2026-04-30 19:15:55 +08:00 | 3 commits to main since this release

    77 std flight-controller (飞控) projects from oshwhub, packaged.

    • 77 directories, one per project (UUID-named)
    • Each contains: metadata.json, description.md, _urls.json, and source/<doc>.json files for editor-format projects (73/77) or just source/manifest.json for upstream attachments-only projects (4/77)
    • Source data commit: 29530e0

    License mix: 65% GPL 3.0, 11% Public Domain, 11% MIT, ~6% CC variants.

    This is a redistribution-of-convenience tarball — same content lives in the repo at data/raw/oshwhub/<uuid>/. Use git clone for incremental access; download this asset for one-shot bulk fetch.

    SHA256: 9667fb1df43d8d8649dd98bf00913a184b384cf09290b971e968440d0f9d51c4

    Extract with:

    mkdir -p out && tar -xzf feikong-payload.tar.gz -C out
    
    Downloads
  • Knowit released this 2026-04-29 01:50:19 +08:00 | 14 commits to main since this release

    EPRO2 / Pro 2.x → Std-shaped JSON dump of all 5 Pro projects (Option-2 spec, agreed with downstream 2026-04-29).

    v3 unlocks Taishan's encrypted-external PCB blob — the Pro 2.x writer now fetches from modules.lceda.cn, AES-256-GCM decrypts with the iv/key in the source JSON, gunzips, and splits the multi-doc bundle by DOCTYPE boundary. 100% coverage across all 5 projects now.

    project docs format notes
    ESP-VoCat 喵伴 15 Pro 3.x EPRO2
    【全网首发】X86 电脑主板 154 Pro 3.x EPRO2
    220V 供电 300W 四路彩屏桌面电源 22 Pro 3.x EPRO2
    立创·泰山派 RK3566 55 Pro 2.x JSON + decrypted blob PCB blob → 1 PCB + 25 FOOTPRINTs + 1 sub-SCH
    立创·梁山派 3 Pro 2.x JSON

    Total: 249 JSON files, ~140 MB raw / 19.6 MB tar.gz.

    Adapter dispatches on result.dataStr.head.epro_format:

    • absent / "epro2" → Pro 3.x (objects values are dicts with _type)
    • "pro2" → Pro 2.x (objects values are JSON arrays [OPTYPE, args...])

    See docs/sources/epro2_to_std_mapping.md (commit d11ca1d+) for the OPTYPE → Std verb mapping.

    Downloads