uav_electronic_ids
uav_electronic_ids copied to clipboard
Arduino classes for various UAV electronic IDs and ATM/UTM interfaces.
Hi, Trying to use your repo with id_france, work fine but when I snif my esp with wireshark I got a warning for ID ANSI tag :  Do you...
opendroneid.c and *.h had decoder for type as well as enumerator for each type. Implemented changes.
moved: uint32_t last_ble_scan = 0; out of main loop to global
Testing with ESP32-s3 with wifi and bluetooth enabled. Testing with both the DJI Mavic 2 pro with remote id firmware updates and skyid. Did not see the uav id on...
Hi, I'm looking you library and I have a question about `transmit()` function. As I understand in the last version, you sent all packet via wifi every `0x200 beacon_interval` but...
I'm running random_flight.ino on an ESP32 using PlatformIO. Sniffing the wifi packets using Wireshark, I am finding that valid Remote ID packets are indeed being broadcast and properly decoded, but,...
I was looking at the UAV Electronic IDs code (buckminster example). I was wondering if National ID and the WIFI settings should be dynamically configured based on GPS location? Seems...
I was having an issue with positions in the uav array resetting. Found that msecs was greater then uavs[i].last_seen. Since these are unsigned, what would have been negative result rolls...