For people who want to get into the hardware side...running servos off of pin outs, grabbing serial lines, etc I'd recommend C/C++. But you said you're going to be doing AI research, for something like that, where it is removed from the hardware, an…
I'm not convinced that it would bring anyone down on us. It could be baked in as just part of the protocol, like some other protocols are using. We could even use parts of the SSL/TLS library (without the complicated public key stuff), then it would…
So should we make some plans to add encryption to the data link in our software? From my understanding, using symmetric encryption with pre-shared keys only adds a minimum of overhead. Even if there aren't serious concerns about people hacking into…
First, if you don't have previous programming experience, I would recommend that you not jump in and start with Arduino. I know that it would have quickly confused me if I had tried to start with that. Rather, I'd recommend spending some time workin…
Some amateur radio folks put together a DGPS reference station a while back. Used Motorola Oncore GPS, which the UT+ model supported "site survey" mode. A survey took about 3 hours but then you had your own reference.
You can find the HW docs here: http://www.tapr.org/gps_vpib.html
and the DGPS C code here: http://www.tapr.org/software_library.php?dir=/gps/DGPS/N8PXW Control software here:http://www.tapr.org/gps_tac32.html
You can still find these GPS units on ebay, but since they are 10 years old, current models are likely more accurate, as receiver noise plays a significant role.
No comments yet!
You need to be a member of DIY Drones to add comments!