Greg-C10

Results 6 issues of Greg-C10

Steve, I have a question. DJI recently released a firmware upgrade for my DJI Mavic 2 pro to enable remote id in the US. I downloaded, compiled and followed the...

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...

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...