Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
projects:drone_controller [2016/07/22 10:30] dolf created |
projects:drone_controller [2016/08/02 03:16] (current) dark18once |
||
---|---|---|---|
Line 1: | Line 1: | ||
---- dataentry projects ---- | ---- dataentry projects ---- | ||
title : drone controller | title : drone controller | ||
- | members_users : dolf, carl.simpao | + | members_users : dolf, carl.simpao, dark18once, jamiejoevanstone |
skills_tags : electronics, drone, programming, arduino | skills_tags : electronics, drone, programming, arduino | ||
status_stat : idea | status_stat : idea | ||
---- | ---- | ||
+ | |||
+ | |||
JD has given us a cool drone frame with brushless motors. It doesn't have a flight controller though. For many drone applications creating our own using open source tools would enable us to use it for proof-of-concept testing platform for drone applications. We already have an arduino and an arduino GPS shield, so we could use that as a basis. There are plenty of good articles on making your own controller using arduino (and other tools). See for instance | JD has given us a cool drone frame with brushless motors. It doesn't have a flight controller though. For many drone applications creating our own using open source tools would enable us to use it for proof-of-concept testing platform for drone applications. We already have an arduino and an arduino GPS shield, so we could use that as a basis. There are plenty of good articles on making your own controller using arduino (and other tools). See for instance | ||
* http://www.robotshop.com/blog/en/how-to-make-a-drone-uav-lesson-4-flight-controller-15191 | * http://www.robotshop.com/blog/en/how-to-make-a-drone-uav-lesson-4-flight-controller-15191 | ||
* http://www.instructables.com/id/DIY-ARDUINO-FLIGHT-CONTROLLER/ | * http://www.instructables.com/id/DIY-ARDUINO-FLIGHT-CONTROLLER/ | ||
+ | * http://www.gothelirc.com/manuals/GU344.pdf | ||