Skip to content
JisooKim2336 edited this page Dec 6, 2024 · 13 revisions

Intro

Jackson is the third drone of the Cornell Motion Studio and the successor of the BritneyDrone.

Jackson features a custom-designed 3d printable frame and a built-from-scratch Raspberry Pi Pico-based Flight Controller hardware/software. Its software provides convenient APIs for several onboard peripherals, such as the ESC, IMU, and Radio Receiver. So the new developers can pick it up faster.

This Wiki page will be the main gateway for folks to learn how its software, hardware, and electrical systems work. But more importantly, how to build it yourself from scratch.

Contents (Read order to build drone)

  1. Electrical Electrical System / Parts / Connection
  2. Radio Control and Connections Receiver / Transmitter / Radio Control
  3. Setting Up C/C++ Environment for Pico Programming
  4. Software API / Demo Codes / System Design / and Examples

For next REV

Potential improvements and modifications

Clone this wiki locally