DroneSecurity icon indicating copy to clipboard operation
DroneSecurity copied to clipboard

DroneID packet frequencies

Open Cyclone699 opened this issue 2 years ago • 1 comments

Hello,

I have to ask - the freqs of the droneIDs that uses in your code - did you check them? did you really see droneIDs in ALL this freqs? I read the droneID article - "DJI drone IDs are not encrypted" and the work from github - https://github.com/proto17/dji_droneid, and never saw your freqs.

moreover - when I tried to find manually droneIDs in my missing freqs - I didn't find any. so if you tested that - I would like to know.

Something else - Should droneID works with other DJI drones? like DJI Lightbridge?

I would appreciate a response on these issues.

Cyclone699 avatar Mar 05 '23 15:03 Cyclone699

Good point, the frequencies in our code might actually be wrong, it wasn't our focus. It's great you double-checked with proto17/dji_droneid.

Our code is OcuSync-specific, so it cannot receive Lightbridge or the new Bluetooth/WiFi-based Remote-ID.

I'll include that in the next FAQ update.

mrlnc avatar Mar 06 '23 12:03 mrlnc

Good point, the frequencies in our code might actually be wrong, it wasn't our focus. It's great you double-checked with proto17/dji_droneid.

Our code is OcuSync-specific, so it cannot receive Lightbridge or the new Bluetooth/WiFi-based Remote-ID.

I'll include that in the next FAQ update.

I want to ask if a half duplex is suitable or you only need a full duplex device

jhonnybonny avatar Mar 07 '23 18:03 jhonnybonny

Like hackRF ?

jhonnybonny avatar Mar 07 '23 18:03 jhonnybonny

The code is RX-only, it cannot send but only receive. So as long as you can receive with the required bandwidth, it should work. Please note we didn't test HackRF.

With this issue (potentially wrong channel list) in mind, you could always record samples manually and then use the offline receiver.

mrlnc avatar Mar 07 '23 18:03 mrlnc

Great Well then, if it doesn’t start, I’ll rewrite it under HackRF

jhonnybonny avatar Mar 08 '23 13:03 jhonnybonny