This repository provides a micropython library for encoding and decoding Open Drone ID messages, as the format is defined in the ASTM F3411 Remote ID and the ASD-STAN prEN 4709-002 Direct Remote ID specifications.
- Clone the newest micropython-stubs
- Create a symbolic link names
stubs
to thestubs/
directory ofJosverl/micropython-stubs
. See here for help. - Use VSCode with PyMakr extension
- Currently only BLE Advertising is supported. To allow WiFi Beacons a C module must be written.