Skip to content

SnapAirUnit_v0.2.cbe23d2 Release

Choose a tag to compare

@lida2003 lida2003 released this 26 Dec 01:42

Features:

  1. Support wireless mode switch (AP/STA/BT SPP) by button press
  2. Support application status and wireless configuration by wifi web access
  3. Support MSP passthrough by UDP port 8889 (iNav Configurator 5.0.0 Tested)
  4. Support MSP passthrough by BT SPP UART (iNav Configurator 5.0.0 Tested)
  5. Support UDP commands
 - bluetooth
 - ap
 - sta
 - sdk?
 - arm
 - emergency
 - reboot
 - command
 - exit
  1. Support RESTful commands
 - /api/v1/system/info
 - /api/v1/rc/raw
 - /api/v1/rc/post
 - /api/v1/command/raw
 - /api/v1/command/post
 - /api/v1/ap/raw
 - /api/v1/ap/post
 - /api/v1/sta/raw
 - /api/v1/sta/post
 - /api/v1/wireless/raw
 - /api/v1/wireless/post
  1. Support serial port debugging
 - switch <mode>, mode:ap(0)/sta(1)/bt(2).
 - status, get status of the application.
 - bluetooth, switch to BT SPP UART.
 - ap <ssid> <pass>, switch to AP.
 - sta <ssid> <pass>, connect to AP.
 - sdk?, get application version.
 - emergency
 - channel <channel> <value>, value 900~ 2100.
 - reboot
 - command <mode>, mode:false(0)/true(1).

Issues:
#42 Remove front/web-demo and add SnapAirUnit status web pages
#47 Crash when NULL character is received from debug tool
#48 Add Command and Exit for RESTful api
#50 black box log can't save as a file through BT or WiFi
#51 Add API for ap/sta/bluetooth operation
#52 Save the last wireless mode for auto connect

Reference:

  1. Build_and_Flash
  2. How_to_Connect
  3. How_to_Use