-
Notifications
You must be signed in to change notification settings - Fork 207
Description
I'm currently running this code on my SDR with a sampling rate of 62.5 MHz. However, the receiver isn't detecting any Drone-ID frames. I enabled debug=True and checked the plots, but there’s no indication of Drone-ID frames being processed—despite the system successfully capturing and processing other 10 MHz signals.
To investigate further, I recorded the data and analyzed it offline using a spectrogram. I couldn’t find any signal resembling the Drone-ID format described in the paper. Instead, I observed a 14-symbol-long signal that includes two synchronization symbols within the same downlink band. I'm unsure whether this is a different type of Drone-ID signal specific to this drone, or just regular downlink communication.
I've also confirmed that I scanned both the 2.4 GHz and 5.8 GHz bands, but still didn’t detect any matching Drone-ID signals.
For comparison, I have an ANTSDR device that successfully detects a DJI Phantom drone and displays its altitude, latitude, and longitude. So I’m wondering:
Could the ANTSDR be decoding a different Drone-ID signal format not supported by this repo?
Or is there something I'm possibly missing or doing wrong in my current setup?
Any guidance or suggestions would be greatly appreciated!