proto17 / dji_droneid

MIT License
340 stars 81 forks source link

Got some questions #36

Open Tuburni opened 1 year ago

Tuburni commented 1 year ago

Hello I am very interested in this project I have some questions For starters, are there any links to a guide to getting it started? Secondly, I would like to run this on the bladeRF, namely the fake radiation of some random signal from the DJI drone That is, the point is that bladeRF would pretend to be some kind of DJI drone I was interested in this project, because apparently it can be used to spoof signals on SDR Waiting for an answer from you)

proto17 commented 1 year ago

The logic in this repo doesn't know anything about the mechanism by which you go from digital to analog or vice versa. There are known issues with the receive logic's ability to correct large frequency offsets caused by the cheaper SDRs. Not sure if yours will fall into that category.

As for modulation, this code does allow for the generation of single bursts of DroneID. I specifically did not make it crazy easy to use as it's not something I'm all that keen on giving the masses the ability to do. But, have a look at the code in the repo and you'll probably be able to figure out how to create bursts. From there it's up to the tools you have for your SDR as to how you get that burst on the air.

I also have no idea if the protocol has changed since this repo was created. So I can't promise that it will work. I do know that it worked when I wrote it.

Good luck!