Computer Control of Off The Shelf "Cheap" Quadcopters: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Fixed some typos)
(Minor Text Formatting Fix)
 
(5 intermediate revisions by the same user not shown)
Line 12: Line 12:
*[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.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, interesting article nonetheless
*[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" ] (Used an Arduino connected to the RF transmitter)
*Some neat models:
**[https://www.amazon.com/Potensic-Beginners-Quadcopter-Altitude-Batteries/dp/B08L4HH5JK/ref=sr_1_10?dchild=1&keywords=copernicus%2Bmini%2Bdrone&qid=1625630918&sr=8-10&th=1 ~70 USD, and has seemingly good protection of the propellers and removable batteries]
**[https://www.popsci.com/sponsored-post/copernicus-mini-drone/ SOme ad that seems too good to be true, but probably is, but 4k for 90 USD (granted other specs, and if it has a global shutter etc...) ]
**[https://snaptain.com/products/snaptain-sp650-1080p-drone Snaptain SP650] (The one [[User: Eric]] has, battery is cable attached, not a cartridge so hard to work with (may come with mass savings though)
**[https://www.amazon.com/Holy-Stone-Wide-Angle-Quadcopter-Altitude/dp/B078WKT1HL/ref=sr_1_5crid=38LU26LMQ096O&dchild=1&keywords=holy+stone+hs110d&qid=1625631931&sprefix=holy+stone+HS1%2Caps%2C199&sr=8-5  90 USD with cartrige style batteries]
 
[[Category: Hardware Hacking]] [[Category: Robotics]]

Latest revision as of 04:28, 7 July 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