Update README.md

This commit is contained in:
Jet 2023-05-23 22:24:48 +01:00 committed by GitHub
parent 2a749eade0
commit a54eaf4544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,8 @@
# ID Open
An Arduino/ESP32 class to act as a wrapper around opendroneid.
Supports BLE 4, WiFi NAN and WiFi beacon.
An ESP8266/NodeMCU Drone RemoteID Spoofer.
Runs on a cheap ESP32 dev board.
![proof](./images/proof.jpg)
Needs opendroneid.c, opendroneid.h, odid_wifi.h and wifi.c from [opendroneid](https://github.com/opendroneid/opendroneid-core-c/tree/master/libopendroneid) to be copied into the id_open directory.
Last tested with opendroneid release 2.0.
If you are thinking of using this to make remote IDs for use in the US or EU, there are problems.
* It looks like both of these jurisdictions are going to require IDs to transmit ANSI/CTA serial numbers. (See the table at the bottom of [this page](https://github.com/opendroneid/opendroneid-core-c/).)
* The FAA are requiring remote IDs to be tamper resistant (see their [acceptance of the ASTM Means of Compliance](https://www.federalregister.gov/documents/2022/08/11/2022-16997/accepted-means-of-compliance-remote-identification-of-unmanned-aircraft) ). I don't see how this can be done with an open source, home built ID.
There is a report of an ESP32 that will not simultaneously do WiFi and Bluetooth remote ID (see issue #18). If your ESP32 goes into a reboot loop when both are enabled, try one or the other. This may be related to the ESP IDF version.
Built based on work done by [sxjack](https://github.com/sxjack/uav_electronic_ids).
I stand on the shoulders of giants.