Computer Control of Off The Shelf "Cheap" Quadcopters: Difference between revisions
Jump to navigation
Jump to search
(Added some more information) |
(Fixed some typos) |
||
Line 2: | Line 2: | ||
*This page goes over potential methods for controlling cheap (80-200USD) quadcopter camera "drones" with a PC rather than the included remote and/or mobile app | *This page goes over potential methods for controlling cheap (80-200USD) quadcopter camera "drones" with a PC rather than the included remote and/or mobile app | ||
*Many work via an unsecured 5ghz wifi connection, and thus are quite "hackable" | *Many work via an unsecured 5ghz wifi connection, and thus are quite "hackable" | ||
*Despite not being as user maintainable / capable as a custom built [[Quadcopter]] , they are heavily | *Despite not being as user maintainable / capable as a custom built [[Quadcopter]] , they are heavily accessible, and quite cost effective, and thus may be of use | ||
*Also may be a cheap way to develop [[Swarm Robotics]] | *Also may be a cheap way to develop [[Swarm Robotics]] | ||
Line 10: | Line 10: | ||
=External Links= | =External Links= | ||
*[https://medium.com/@amine.lemaizi/hacking-a-toy-drone-to-put-artificial-intelligence-on-it-part-1-the-hack-7454e42de376 An article by "Medium" Titled "Hacking a Toy Drone to Put Artificial Intelligence on It, Part 1: The Hack!" ] | *[https://medium.com/@amine.lemaizi/hacking-a-toy-drone-to-put-artificial-intelligence-on-it-part-1-the-hack-7454e42de376 An article by "Medium" Titled "Hacking a Toy Drone to Put Artificial Intelligence on It, Part 1: The Hack!" ] | ||
*[https://www.youtube.com/watch?v=eSYQyAljYOY A Video by the | *[https://www.youtube.com/watch?v=eSYQyAljYOY A Video by the YouTube Channel "Adam Savage's Tested Titled "Hacking a $20 Toy Helicopter into an Autonomous Drone"] (Used a 20 USD "Micro Helicopter (no onboard camera 1 counterotor) ", an Arduino mega connected to the gutted ir remote, and a program using the Arduino mega as a [[Logic Analyzer]] (via an open source project (which project) ), then custom code for the hid devices they added in | ||
*[https://www.computerworld.com/article/3487930/a-cheap-quadcopter-computer-vision-techniques-and-thousands-of-plastic-ducks-prove-drones-value-in-e.html An Article by "Computer World" Titled "A cheap quadcopter, computer vision techniques and thousands of plastic ducks prove drones’ value in ecology" ] Seems like they are just using the OTS software, and a photo/video processor, | *[https://www.computerworld.com/article/3487930/a-cheap-quadcopter-computer-vision-techniques-and-thousands-of-plastic-ducks-prove-drones-value-in-e.html An Article by "Computer World" Titled "A cheap quadcopter, computer vision techniques and thousands of plastic ducks prove drones’ value in ecology" ] Seems like they are just using the OTS software, and a photo/video processor, interesting article nonetheless | ||
*[https://hackaday.com/2013/11/19/hacking-a-cheap-toy-quadcopter-to-work-with-arduino/ An Article by "Hackaday" Titled "HACKING A CHEAP TOY QUADCOPTER TO WORK WITH ARDUINO" ] | *[https://hackaday.com/2013/11/19/hacking-a-cheap-toy-quadcopter-to-work-with-arduino/ An Article by "Hackaday" Titled "HACKING A CHEAP TOY QUADCOPTER TO WORK WITH ARDUINO" ] |
Revision as of 21:21, 18 June 2021
Basics
- This page goes over potential methods for controlling cheap (80-200USD) quadcopter camera "drones" with a PC rather than the included remote and/or mobile app
- Many work via an unsecured 5ghz wifi connection, and thus are quite "hackable"
- Despite not being as user maintainable / capable as a custom built Quadcopter , they are heavily accessible, and quite cost effective, and thus may be of use
- Also may be a cheap way to develop Swarm Robotics
Internal Links
External Links
- An article by "Medium" Titled "Hacking a Toy Drone to Put Artificial Intelligence on It, Part 1: The Hack!"
- A Video by the YouTube Channel "Adam Savage's Tested Titled "Hacking a $20 Toy Helicopter into an Autonomous Drone" (Used a 20 USD "Micro Helicopter (no onboard camera 1 counterotor) ", an Arduino mega connected to the gutted ir remote, and a program using the Arduino mega as a Logic Analyzer (via an open source project (which project) ), then custom code for the hid devices they added in
- An Article by "Computer World" Titled "A cheap quadcopter, computer vision techniques and thousands of plastic ducks prove drones’ value in ecology" Seems like they are just using the OTS software, and a photo/video processor, interesting article nonetheless
- An Article by "Hackaday" Titled "HACKING A CHEAP TOY QUADCOPTER TO WORK WITH ARDUINO"