Can I Build a UAV Drone with an Arduino Uno Board for a High School Competition?

AI Thread Summary
Building a UAV drone for a high school competition can be effectively achieved using the Ardupilot board rather than the Arduino Uno R3. While it is technically possible to use the Arduino, it would require significant additional costs for components and custom programming to replicate the functionality of the Ardupilot. The Ardupilot board simplifies the process by providing pre-existing software and integration capabilities. For mechanical and electrical components, resources like the APM 2.6 kit or Pixhawk are recommended, as they can run the APM:Plane or APM:Copter firmware. The choice between fixed wing or rotary wing design will also influence the specific firmware used. Overall, opting for the Ardupilot is advised for ease of use and efficiency in a competitive setting.
nst.john
Messages
163
Reaction score
1
I am building a uav drone for a high school competition and I have the arduino uno R3 board but other websites said I need the ardupilot board. Can I build it with the arduino uno and do you know the materials I would need for the mechanical and electrical aspects of the drone? And if you also have any good references that would be nice too!

Thanks!
 
Computer science news on Phys.org
Get an http://store.3drobotics.com/products/apm-2-6-kit-1 or Pixhawk. (Both can run the APM:Plane/Copter firmware.)

If you use a plain Arduino you'll need to write your own autopilot, integrate sensors (gyros, accelerometer, GPS, AHRS, etc.), and integrate it with your vehicle. You're in high school, so you won't be able to do this.

Are you doing fixed wing or rotary wing?
 
Last edited by a moderator:
Fixed wing
 
Then you'd want APM:Plane.
 
  • Like
Likes 1 person
Thanks alot! :-)
 
Don't forget to use the thanks button
 
  • Like
Likes 1 person
Back
Top