-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jim Kuhn edited this page Jun 19, 2014
·
1 revision
Quadcopters are obscenely popular and cool. It is like building your own intelligent UFO.
- Use open source hardware and software
- Get something working and iterate
- Pluggable capabilities
- Have multiple people
- Capable of a 250 g payload (GoPro + case + gimbal)
- We should build a "virtual kit". That is base it off some on-line instructions, but not a real boxed kit and especially not a commercial pre-built product. This seems to cut the cost to a half or a third, though introduces risk.
- Having several of us building the same thing so we can help each other solve problems. And we each get our own bot.
- KwartzCopter project phases
- How are we going to deal with vibration, especially for the FPU?
[http://copter.ardupilot.com/wiki/vibration-damping/ ArduPilot] suggests +/- 0.3G in X/Y and +/- 0.5G in Z. We need to look into suspension mounts, tape, foam, etc. Put some links here!
- Which software do we want to run, and hence which processors?
We're running ArduPilot-MPNG on an ATmega2560
- What code changes do I need for the RC receiver?
If you have an existing VM, edit ~/src/ardupilot-mpng/libraries/AP_HAL_MPNG/RCInput_MPNG.cpp #define SERIAL_PPM SERIAL_PPM_DISABLED ... #define RC_MAPPING RC_MAP_JR Note that newly created VMs already have this patch applied.
- BOM KWartzCopter1
- BOM KWartzCopter1Station (charger, RC transmitter)
- BOM KWartzCopter group tools
- KwartzCopter build
- CopterVm
- KwartzCopter initial setup
There is a page discussing installing and using the KwartzCopter VM. You can also download the slides from the demo from April 3, 2014.
- Multicopter Calculator ecalc.ch
- beginner quadcopter kit buying guide
- Cheap, Sturdy, 1-Hour Quadcopter
- AeroQuad
- Build a quadcopter from scratch – hardware overview
- CrazyFlie from BitCraze
- Easy DIY quadcopter build
- SimonK ESC firmware
- How to choose a battery for a quadcopter
- Online edX Course: Autonomous Navigation for Flying Robots Starts May 6, 2014
- Comprehensive Simulation of Quadrotor UAVs using ROS and Gazebo
- packages related to modeling, control and simulation of quadrotor UAV systems
- ROS interface to arducopter using mavlink
- Quadrotor indoor SLAM demo
- diydrones ROS user group
- Serial MAVLINK to ROS bridge