SnapDragonfly / SnapAirUnit

SnapAirUnit aims to provide an basic kit connecting open-source flight controller and snap/python programming language.
GNU General Public License v3.0
1 stars 2 forks source link

Use flash_download_tool_3.9.3 to burn the firmware #43

Closed lida2003 closed 1 year ago

lida2003 commented 1 year ago

Use flash_download_tool_3.9.3 to burn the firmware

1) package binaries as a whole factory firmware bin file 2) use flash_download_tool_3.9.3 to flash the firmware 3) update Build & Flash docs

lida2003 commented 1 year ago

SnapAirUnit_Factory_v0.1.ce83307-clean.zip

please use this firmware for testing below features:

  1. 支持物理按键切换模式(AP/STA/BT SPP)
  2. 支持MSP协议透传 -- BT SPP虚拟串口与iNav配置工具通信 -- UDP与iNav配置工具通信
  3. 支持串口命令,详见help
  4. 支持udp命令: {"bluetooth", udp_bluetooth}, {"ap", udp_ap }, {"wifi", udp_wifi }, {"sdk?", udp_sdk }, {"arm", udp_arm }, {"emergency", udp_emergency}, {"reboot", udp_reboot }, {"command", udp_command }, {"exit", udp_exit },
  5. 支持RESTful命令:版本及RC通道控制命令 /api/v1/system/info /api/v1/rc/raw /api/v1/rc/post

完整二进制烧录方法详见:Build_and_Flash