proto17
proto17
Oh shoot I forgot to add `libtool` to the list of things to install with Cygwin. Re-run the installer executable you downloaded, go through all the menus until after you...
@komalkumar6655 It looks like you ran `wget https://github.com/d-bahr/CRCpp/blob/master/inc/CRC.h` instead of `https://raw.githubusercontent.com/d-bahr/CRCpp/master/inc/CRC.h`.
I think you have a firewall problem as I have no issue with that from home, work, or cell. The second `wget` command you're running is pulling back an HTML...
Glad it worked! Only certain DJI drones have DroneID. I don't have a good list of the ones that do vs don't
@komalkumar6655 You can't have spaces in the file path. Try changing `DJI Drone ID` to something like `DJI_Drone_ID`
It's where in the baseband collect that the signal resides. So, if the signal you wanted was at 2.4445GHz and that's what you set your SDR to, then the `frequency_offset`...
I think that's a wonderful suggestion! When I get a chance I'll code up a message based block that hops through a set of channels :)
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...
@lobart the signal you posted doesn't appear to be DroneID in bandwidth or structure. That signal looks like it has a very short repeating preamble which isn't normal for DroneID....
@planewave it's definitely possible that the uplink contains some of the same kind of data that the DroneID frame does but not actually be DroneID. Think of it like a...