Skip to content

SnapAirUnit_v0.1.ce83307 Release

Choose a tag to compare

@lida2003 lida2003 released this 19 Dec 02:47

Features:

  1. Support mode switch (AP/STA/BT SPP) by button press
  2. Support MSP passthrough by UDP port 8889 (iNav Configurator 5.0.0 Tested)
  3. Support MSP passthrough by BT SPP UART (iNav Configurator 5.0.0 Tested)
  4. Support UDP commands
    {"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     },
  1. Support RESTful commands
    /api/v1/system/info
    /api/v1/rc/raw
    /api/v1/rc/post

Note: RESTful command & exit like udp should be implemented first.
6. Support serial port debugging

Reference:

  1. Build_and_Flash
  2. How_to_Connect
  3. How_to_Use