Ask HN: How do I build a drone?

3 points by glowingvoices ↗ HN
For context, I'm planning to build a drone for my end-of-year project for a class at school, and I hope to train it to autonomously navigate virtual environments and head towards given points within. I've worked in Rust, Python, JS, and am currently learning Go and C++. I'm also learning Autodesk Inventor for a separate project right now.

Does anybody have any resources that might help me get started?

2 comments

[ 2.6 ms ] story [ 18.6 ms ] thread
I would recommend not building from scratch. Take a known platform (even if you build it yourself) and focus on the navigation.

I would highly recommend looking at ardupilot and inav.

You need a bunch of components to make a drone... frame, motors, props, flight controller, speed controllers, batteries, camera, receiver and transmitter.