SkyBound The Drone

Uncategorized
Wishlist Share

About Course

Phase 1: Drone Anatomy & “Plug & Play” (Weeks 1–3)

Focus: Understanding the physics of flight and assembling modular kits.

  • ​Introduction to UAVs: History, types (quadcopters, hexacopters), and safety protocols.
  • ​The 4 Pillars of Flight: Understanding Thrust, Weight, Lift, and Drag.
  • ​Modular Assembly (PnP): * Connecting pre-built frames, motors, and props.
    • ​Battery safety (LiPo charging, storage, and voltage monitoring).
  • ​First Flight: Using a standard RC transmitter/receiver to test a modular build.

​Phase 2: The ESP32 “Brain” (Weeks 4–6)

Focus: Transitioning from commercial flight controllers to DIY ESP32-based logic.

  • ​ESP32 for Robotics: Why use ESP32? (Dual-core, built-in Wi-Fi/Bluetooth, low cost).
  • ​Sensor Integration: * Interfacing the MPU6050 (Gyroscope + Accelerometer) for stabilization.
    • ​Reading I2C data and visualizing it on a serial plotter.
  • ​The Flight Logic: * Understanding PID Control (Proportional, Integral, Derivative) in simple terms.
    • ​Writing code to adjust motor speed based on drone tilt.

​Phase 3: Construction & Building (Weeks 7–9)

Focus: Hardware assembly, soldering, and power management.

  • ​Frame Engineering: 3D printing vs. Carbon Fiber vs. Lightweight DIY frames.
  • ​Soldering & Wiring: * Interfacing ESCs (Electronic Speed Controllers) or MOSFETs for brushed motors.
    • ​Power distribution: Keeping the “logic” power (ESP32) clean from “motor” noise.
  • ​The ESP-Drone Firmware: Flashing the ESP32 with ESP-Drone or ESP-FC open-source firmware.

​Phase 4: Control & Expansion (Weeks 10–12)

Focus: Advanced features and mission-based flying.

  • ​Mobile App Control: Connecting the drone to a smartphone via Wi-Fi (UDP/TCP).
  • ​Telemetry & Tuning: Real-time data monitoring and adjusting PID gains over the air.
  • ​The “National Mission”: * Conceptualizing the Rocket: Discussing how drone flight logic scales to high-speed aerospace (hypersonic basics).
    • ​Final Flight Challenge: Maneuverability and payload lifting.
Show More

What Will You Learn?

  • students will move from simply assembling parts to understanding the "logic of flight." This curriculum bridges the gap between basic mechanics and advanced aerospace engineering.
  • ​Here is exactly what they will learn, broken down by skill level:
  • ​1. Hardware Engineering (The "Build")
  • ​Component Synergies: How to select the right KV-rated motors, ESC (Electronic Speed Controllers), and propellers for maximum thrust.
  • ​Structural Integrity: Designing and building lightweight, crash-resistant frames (3D printing vs. Carbon Fiber).
  • ​Soldering & Circuitry: Creating clean power distribution systems to handle high-current LiPo batteries safely.
  • ​2. ESP32 & Embedded Programming (The "Brain")
  • ​ESP32 Specialization: Using the dual-core processor to handle flight stabilization on one core and Wi-Fi/Bluetooth communication on the other.
  • ​PID Control Systems: This is the "secret sauce" of drones. They will learn the math behind Proportional, Integral, and Derivative control:
  • ​Proportional: Correcting based on current error.
  • ​Integral: Correcting based on accumulated past errors.
  • ​Derivative: Predicting future errors to prevent over-correction.
  • ​I2C Protocol: Master-Slave communication between the ESP32 and the MPU6050 (Gyro/Accel sensor).
  • ​3. Flight Dynamics & Physics
  • ​The 6 Degrees of Freedom (6DoF): Understanding Pitch, Roll, and Yaw and how to manipulate them via motor speed.
  • ​Aerodynamics: How air pressure and propeller pitch affect vertical lift and horizontal speed.
  • ​Telemetry: Learning to read real-time data from the drone (battery voltage, altitude, and orientation) via a mobile app or serial monitor.
  • ​4. Advanced Applications
  • ​Autonomous Navigation: Programming the drone to follow a pre-set path or hover using sensor data (Ultrasonic or LiDAR).
  • ​National Tech Vision: Bridging drone flight logic to rocket stabilization. They will see how the same sensor principles used in a small drone are applied to hypersonic rockets and space exploration.

Course Content

Foundations of Flight (The PnP Phase)

  • The History of UAVs & Safety
  • The Physics of the 4 Forces
  • Modular Assembly (PnP)
  • Pilot Training (Simulator & Real)

Brain Surgery (The ESP32 Controller)

The Custom Build (Hardware & Construction)

Mission Mastery (AI & Future Tech)

Scroll to Top