Skip to content

DroneAware Node v1.0.1

Choose a tag to compare

@fduflyer fduflyer released this 18 Mar 16:06
· 85 commits to main since this release

DroneAware Node v1.0.1

Bug Fixes

  • WiFi feeder: ODID Message Pack decoding — Previous release only extracted the first 25-byte message from each beacon frame. DJI and other manufacturers bundle multiple message types (Basic ID, Location/Vector, System, Operator ID) into a single Message Pack. All sub-messages are now decoded and forwarded individually.
  • WiFi feeder: GPS pre-lock filter — Drones transmit placeholder coordinates (e.g. lat > 90°) before GPS acquires a fix. These are now silently dropped. Only valid, in-range coordinates are forwarded to the server.

Confirmed against live hardware

  • DJI Avata 2 — Basic ID + Location/Vector decoded, real GPS coordinates plotted on dashboard

Install

curl -fsSL https://github.com/fduflyer/DroneAware-Node-Releases/releases/download/v1.0.1/install.sh | sudo bash

License

See LICENSE