M235se Screaming Eagle Construction Package Kit
Model 235 Screaming Eagle
Construction Package Kit
By David Delgado
1
M235se Screaming Eagle Construction Package Kit
Catalog
Model 235 Screaming Eagle Construction Package Kit ................ 1
Part I – The Dream Takes Flight ........................................................... 4
Chapter 1 – The Age of Personal Flight ................................4
Chapter 2 – The Science of Lift and Control ........................ 5
Chapter 3 – The Builder’s Mindset ....................................... 6
Part II – Engineering the Model 235 ..................................................... 7
Chapter 4 – Designing the Airframe ..................................... 7
1. The Skeleton: Aluminum Alloy Tubing ............................................7
Chapter 5 – Power and Propulsion ........................................ 8
Chapter 6 – Flight Control Architecture ..............................10
Chapter 7 – Building the Electrical System ........................ 11
Chapter 8 – Putting It All Together .....................................12
Part III – Programming the Mind of the Machine ...............................13
Chapter 9 – Awakening the Flight Controller ..................... 13
2. Your First Code – The Blink Test ................................................... 14
Chapter 10 – Teaching the Craft to Communicate ..............14
Chapter 11 – Reading Energy: Monitoring Battery Voltage16
Chapter 12 – Teaching Balance: Sensing Rotation ............. 17
3. Code Example – Reading Rotation Rates ....................................... 18
Chapter 13 – Calibration: Teaching Stability ......................19
Chapter 14 – Flight Logic: How the Code Thinks .............. 21
Part IV – From Simulation to Sky .......................................................22
Chapter 15 – Simulating Flight Dynamics .......................... 22
1. Why Simulate? ................................................................................ 22
2
M235se Screaming Eagle Construction Package Kit
Chapter 16 – Assembly and System Integration ................. 23
Chapter 17 – PID Tuning and Hover Trials ........................ 25
Chapter 18 – Safety and First Flight ................................... 26
Chapter 19 – Troubleshooting the Unexpected ...................27
Chapter 20 – The Moment of Flight ....................................27
Part V – The Future of Personal Flight ....................................... 28
Chapter 21 – Scaling Up: The Path Beyond Prototype ....... 28
Chapter 22 – Smarter Skies: Autonomy and AI ..................29
Chapter 23 – The Maker Movement Takes Flight .............. 31
Chapter 24 – Building Tomorrow’s Sky ............................. 31
Chapter 25 – Appendices .................................................... 32
Epilogue – The Builder’s Sky ..................................................... 33
Screaming Eagle Construction Package Kit ................................34
Overview ............................................................................. 34
Contents of the Package ...................................................... 34
Access and Download Instructions ..................................... 36
Intended Use ........................................................................36
3
M235se Screaming Eagle Construction Package Kit
Part I – The Dream Takes Flight
Chapter 1 – The Age of Personal Flight
For more than a century, flight has represented freedom — the power
to rise above limits, to go wherever imagination dares. Today, that
same spirit has returned, but in a radically different form. We’re not
talking about commercial jets or billion-dollar rockets.
We’re talking about garage-built aircraft, about makers, tinkerers,
and engineers who are fusing electronics, programming, and
aerodynamics to create something extraordinary — the electric
Vertical Take-Off and Landing (eVTOL) craft.
This new movement is reshaping what it means to fly. The technology
once reserved for aerospace giants is now open-source, affordable, and
within reach of anyone curious enough to build. What was once
science fiction is becoming an achievable weekend project.
At the heart of this revolution stands the Model 235 Screaming Eagle
(M235 SE) — a manned, high-performance quadcopter engineered for
lift, stability, and simplicity. It’s a machine built not in corporate labs,
but in workshops and garages — a proof that personal flight belongs
to everyone willing to learn and build.
You don’t need a million-dollar facility to start.
You need curiosity, discipline, and the right guidance.
This book gives you exactly that — the framework, theory, and hands-
on methods to design, assemble, and program your own manned
eVTOL.
By the time you finish this journey, you’ll understand:
How thrust, lift, and stability interact to keep a quadcopter
airborne.
4
M235se Screaming Eagle Construction Package Kit
How sensors and code come together to make flight control
intelligent.
How to safely assemble and test a craft designed to lift a person
— you — into the air.
This isn’t just a manual; it’s a blueprint for the modern inventor.
It’s where theory meets practice, and imagination meets engineering.
Chapter 2 – The Science of Lift and Control
Before you pick up a tool or wire a circuit, you need to understand
what keeps a flying machine in the air — and what keeps it stable.
Every eVTOL, from a small racing drone to a manned aircraft,
depends on the same balance of forces:
Lift to counter gravity,
Thrust to move forward,
Drag that resists motion, and
Torque that threatens to twist the vehicle off balance.
In a quadcopter, these forces are controlled by rotating propellers.
Each propeller creates an upward flow of air that generates lift. When
all propellers spin at the same speed, the craft rises vertically. But the
magic happens when those speeds change slightly — because that’s
how you pitch, roll, and yaw.
Pitch tilts the craft forward or backward.
Roll tilts it side to side.
Yaw rotates it around its center axis.
5
M235se Screaming Eagle Construction Package Kit
To achieve these movements, opposite motors spin faster or slower
relative to each other. That’s why flight control isn’t just mechanical
— it’s mathematical. The onboard microcontroller constantly reads
sensor data, compares it to target values, and adjusts motor speeds in
milliseconds. This process is governed by PID control — proportional,
integral, and derivative logic — which you’ll explore in later chapters.
But there’s more than just balance.
The real challenge in manned flight is scaling up. A small drone might
lift 2 kg, but the M235 SE is designed to lift over 200 pounds of
payload safely. That’s where engineering rigor meets creativity: larger
motors, higher voltage systems, lightweight structural design, and
precise power management come together to form a new class of
personal aircraft.
And yet, for all its complexity, the principle remains simple:
“Control the flow of power, control the flow
of air — and you control flight.”
Chapter 3 – The Builder’s Mindset
Every DIY aviator begins with the same question: Can I really build
something that flies?
The answer is yes — but not without patience, discipline, and respect
for the science that governs the skies.
Building a manned eVTOL is like combining three worlds:
Mechanical Engineering – shaping the structure and
aerodynamics.
Electrical Engineering – creating the power and control
systems.
Computer Science – writing the code that turns signals into
stability.
6
M235se Screaming Eagle Construction Package Kit
If that sounds complex, remember this: you’ll be guided step by step.
You’ll learn how to simulate circuits in LTSpice, design your PCB
in KiCad, code the flight controller using Teensy and Arduino, and
finally, test and calibrate your own machine.
You don’t need to be an aerospace engineer — just a determined
maker who loves solving problems and pushing limits. Each section of
this book translates advanced theory into actionable DIY instructions,
ensuring you can build safely and confidently.
The Model 235 Screaming Eagle isn’t just a project — it’s a
movement toward personal innovation.
It’s about proving that the sky is no longer off-limits.
Part II – Engineering the Model 235
Chapter 4 – Designing the Airframe
Every flight begins with structure. The airframe is your foundation —
it determines how strong, light, and agile your craft will be.
The Model 235 Screaming Eagle (M235 SE) uses a framework
inspired by aerospace truss design: simple, modular, and incredibly
strong for its weight.
1. The Skeleton: Aluminum Alloy Tubing
The main chassis is built from 7005-T5 aluminum, a weldable alloy
that balances rigidity with low density.
Unlike 6061-T6, it doesn’t lose its strength near welds, making it ideal
for DIY builders using TIG or MIG welders.
Each section of tubing forms a triangular truss, creating a 3D cage
around the pilot seat.
7
M235se Screaming Eagle Construction Package Kit
This geometry gives excellent load distribution — so even if one beam
flexes, the others share the stress.
Tools you’ll need:
Tube bender – to shape clean arcs without kinks.
Tube notcher – to cut precise angles for tight weld joints.
Welding jig – keeps the frame aligned during assembly.
2. Skin and Panels
Once the skeleton is complete, it’s wrapped in fiberglass composite
panels for aerodynamics and plexiglass for visibility.
The composite skin adds stiffness while remaining repairable — sand,
patch, and repaint as needed.
3. Ergonomics and Safety
The cockpit is compact yet comfortable, featuring:
Shock-absorbing seat mount.
5-point harness.
Front visibility dome.
Integrated parachute bay (optional but strongly recommended).
The goal is not luxury — it’s light, strong, and safe.
“A great airframe disappears in flight —
you only notice its balance.”
Chapter 5 – Power and Propulsion
8
M235se Screaming Eagle Construction Package Kit
Flight is just controlled energy. Your job is to turn electrons into lift.
1. Motor Selection
For manned lift, every ounce of thrust counts.
The T-Motor U15II KV80 is the powerplant of choice — a proven,
efficient motor capable of 165 lb of thrust with a 40-inch carbon-fiber
propeller.
Voltage: 44.4 V (12S LiPo)
Current: ~80 A at full thrust
Power: ≈ 3.6 kW per motor
Using eight motors gives you over 1,200 lb of total thrust, providing
redundancy and smooth control.
2. Electronic Speed Controllers (ESCs)
Each motor needs its own ESC — the translator between logic and
power.
Recommended: APD 100F3-X HV ESC, rated for 100 A continuous
at 48 V.
It supports high-frequency PWM and integrates current limiting and
thermal protection.
Mount ESCs close to the motors to minimize wire resistance. Use 4
mm silicone-insulated wire and XT90 connectors for safety.
3. Battery System
Powering eight motors isn’t for the faint-hearted.
A 48 V (12S) LiPo pack, 40–80 Ah capacity, provides 10–15 minutes
of flight time.
For longer endurance, two packs can be run in parallel — but ensure
your wiring and fuses can handle over 300 A total.
9
M235se Screaming Eagle Construction Package Kit
Each pack feeds into a custom Power Distribution Board (PDB)
with an integrated Battery Management System (BMS).
The BMS keeps the cells balanced, prevents over-discharge, and acts
as the system’s “nervous system” for safety.
Chapter 6 – Flight Control Architecture
Now that the muscles are ready, you need the brain.
1. The Flight Controller
At the heart of the M235 SE sits a Teensy 4.0 microcontroller,
running at 600 MHz with an ARM Cortex-M7 processor.
It communicates with:
The Inertial Measurement Unit (IMU) (MPU-6050 gyro +
accelerometer).
The barometer for altitude hold.
The GPS module for navigation.
The radio receiver for manual commands.
The Teensy interprets these inputs thousands of times per second,
calculates corrections, and outputs PWM signals to each ESC.
It’s the conductor in an orchestra of motors.
2. Sensor Fusion
No single sensor is perfect.
Gyroscopes drift.
Accelerometers jitter.
Barometers fluctuate with weather.
10
M235se Screaming Eagle Construction Package Kit
To overcome this, we blend their outputs using a Kalman filter,
giving stable estimates of orientation and altitude.
Think of it as the pilot’s intuition — constantly adjusting based on
imperfect data.
3. Communication and Redundancy
All signals are isolated and fused:
I²C for sensors.
UART for GPS and telemetry.
PPM/iBus for receiver input.
Include redundant power feeds and a manual cutoff switch accessible
to the pilot.
Chapter 7 – Building the Electrical System
A reliable electrical system separates safe flight from smoke.
1. Power Distribution
Use copper bus bars or 4-oz PCB traces rated for 300 A continuous.
Route battery input through:
Main fuse (100 A ANL/MIDI)
Emergency cutoff switch
PDB with integrated BMS
Branch from the PDB to ESCs, sensors, and logic rails via DC-DC
converters:
48 V → 12 V for aux systems.
11
M235se Screaming Eagle Construction Package Kit
12 V → 5 V for logic/sensors.
2. Grounding and Noise Control
High-power systems generate electrical noise.
Separate power ground and signal ground until they meet at a single
point near the battery negative.
Add snubber networks (47 Ω + 1 nF) across ESC phases to suppress
voltage spikes.
3. Safety Checklist
Use shielded signal cables for IMU and barometer.
Route power lines away from data lines.
Label all connectors for field serviceability.
Keep a multimeter handy; continuity is your best friend.
Chapter 8 – Putting It All Together
When you finally see the frame, motors, wiring, and controller
assembled as one — that’s when the dream feels real.
But resist the urge to fly right away.
First, power-up tests on the ground verify that every sensor responds,
every motor spins in the correct direction, and the software behaves as
expected.
Before lift-off:
Check all bolts and connectors.
Run motor tests via your transmitter.
Verify sensor calibration (gyro zero drift < 0.1 °/s).
Simulate control responses with props off.
12
M235se Screaming Eagle Construction Package Kit
Once these tests pass, your M235 SE will be ready for PID tuning,
hover trials, and eventually — its first true flight.
“Engineering isn’t about perfection; it’s
about control.
Master control, and flight follows.”
Part III – Programming the Mind of the Machine
Chapter 9 – Awakening the Flight Controller
Every great aircraft starts as a collection of aluminum, wires, and code.
Your Teensy 4.0 microcontroller is the brain of the M235 SE — and
your first mission is to wake it up.
1. Preparing the Environment
To turn your Teensy into a flight computer, you’ll use Arduino IDE
with the Teensyduino add-on.
Together, they let you write, compile, and upload code directly to the
microcontroller.
Software checklist:
Arduino IDE (v1.8.16 or newer)
Teensyduino add-on (v1.55 or newer)
BasicLinearAlgebra library (for advanced control math)
Download links and installation guides are available at
[Link]/teensy.
Once installed:
Plug in your Teensy with a USB cable.
13
M235se Screaming Eagle Construction Package Kit
Open the Arduino IDE → Tools → Board → Select “Teensy
4.0.”
Set CPU speed to 600 MHz and USB type to Serial.
Now let’s test it.
2. Your First Code – The Blink Test
Before building flight algorithms, let’s prove your system works with
the most classic microcontroller program ever written.
void setup() {
pinMode(13, OUTPUT);
}
void loop() {
digitalWrite(13, HIGH);
delay(500);
digitalWrite(13, LOW);
delay(500);
}
Upload it.
If the onboard orange LED blinks once per second, congratulations —
your Teensy is alive.
You’ve just taken your first step into the world of embedded flight
control.
Chapter 10 – Teaching the Craft to Communicate
14
M235se Screaming Eagle Construction Package Kit
Your aircraft can’t talk — yet.
Before flight, it must be able to signal its status and listen to
commands.
1. Adding LED Indicators
You’ll add two LEDs — red and green — for simple status feedback.
Red LED: Setup or calibration in progress
Green LED: Ready to fly
Wiring:
Pin 5 → 100 Ω resistor → Red LED (anode)
Pin 6 → 100 Ω resistor → Green LED (anode)
Both cathodes → GND
Code example:
void setup() {
pinMode(13, OUTPUT);
pinMode(5, OUTPUT);
pinMode(6, OUTPUT);
digitalWrite(13, HIGH); // Teensy power indicator
digitalWrite(5, HIGH); // Red LED = setup
delay(4000); // Simulate calibration time
digitalWrite(5, LOW); // Turn off red
digitalWrite(6, HIGH); // Green LED = ready
15
M235se Screaming Eagle Construction Package Kit
}
void loop() { }
You’ve now given your quad a voice — visual cues that tell you what
it’s thinking.
Chapter 11 – Reading Energy: Monitoring Battery Voltage
In flight, voltage is life.
To avoid sudden power loss, your flight controller continuously
monitors the battery.
Because the Teensy pins can only handle 3.3 V, you’ll use a voltage
divider to scale the battery’s 48 V (or test 2S battery) down to a safe
level.
Example for a 2S battery (8.4 V max):
R1 = 2000 Ω
R2 = 510 Ω
This gives a 1:5 division ratio.
Formula:
Vteensy=Vbattery×R2R1+R2V_{teensy} = V_{battery} \times
\frac{R2}{R1 + R2}Vteensy =Vbattery ×R1+R2R2
Code to read and print voltage:
float Voltage;
void setup() {
[Link](57600);
}
16
M235se Screaming Eagle Construction Package Kit
void loop() {
Voltage = (float)analogRead(15) / 62; // based on 10-
bit ADC scaling
[Link]("Battery Voltage: ");
[Link](Voltage);
[Link]("V");
delay(50);
}
When tested with a 5 V input, your serial monitor should read
approximately 5 V.
Later, with a 48 V setup, recalibrate your divider values accordingly.
Chapter 12 – Teaching Balance: Sensing Rotation
Now we give your machine balance — through its inner ear, the
MPU-6050 gyroscope.
This sensor tells the controller how fast it’s rotating in roll, pitch, and
yaw.
1. Understanding the Axes
Roll (X-axis): tilts side to side
Pitch (Y-axis): tilts forward/backward
Yaw (Z-axis): rotates left/right
2. Wiring the MPU-6050
VCC → 5 V
GND → GND
17
M235se Screaming Eagle Construction Package Kit
SDA → pin 18
SCL → pin 19
This uses the I²C protocol — a two-wire digital conversation between
the sensor and the microcontroller.
3. Code Example – Reading Rotation Rates
#include <Wire.h>
float RateRoll, RatePitch, RateYaw;
void setup() {
[Link](57600);
[Link]();
[Link](400000);
delay(250);
// Power up the MPU-6050
[Link](0x68);
[Link](0x6B);
[Link](0x00);
[Link]();
}
void loop() {
gyroSignals();
[Link]("Roll [°/s]= "); [Link](RateRoll);
18
M235se Screaming Eagle Construction Package Kit
[Link](" Pitch [°/s]= ");
[Link](RatePitch);
[Link](" Yaw [°/s]= "); [Link](RateYaw);
delay(50);
}
void gyroSignals() {
[Link](0x68);
[Link](0x43);
[Link]();
[Link](0x68, 6);
int16_t GyroX = [Link]() << 8 | [Link]();
int16_t GyroY = [Link]() << 8 | [Link]();
int16_t GyroZ = [Link]() << 8 | [Link]();
RateRoll = (float)GyroX / 65.5;
RatePitch = (float)GyroY / 65.5;
RateYaw = (float)GyroZ / 65.5;
If the readings fluctuate when stationary, don’t worry — next you’ll
calibrate.
Chapter 13 – Calibration: Teaching Stability
19
M235se Screaming Eagle Construction Package Kit
Every gyroscope drifts slightly.
Calibration corrects these offsets so the aircraft knows when “still”
truly means still.
1. The Concept
While the sensor sits motionless, it reports small noise values.
By averaging thousands of samples, you determine the “zero offset”
and subtract it from all future readings.
2. The Code
float CalRoll, CalPitch, CalYaw;
void calibrateGyro() {
for (int i = 0; i < 2000; i++) {
gyroSignals();
CalRoll += RateRoll;
CalPitch += RatePitch;
CalYaw += RateYaw;
delay(1);
}
CalRoll /= 2000;
CalPitch /= 2000;
CalYaw /= 2000;
}
void loop() {
gyroSignals();
RateRoll -= CalRoll;
20
M235se Screaming Eagle Construction Package Kit
RatePitch -= CalPitch;
RateYaw -= CalYaw;
[Link]("Roll [°/s]= "); [Link](RateRoll);
[Link](" Pitch [°/s]= ");
[Link](RatePitch);
[Link](" Yaw [°/s]= "); [Link](RateYaw);
delay(50);
}
Run this once, and your sensor will learn its true baseline.
From here, your controller will interpret motion accurately — the
foundation of stable flight.
Chapter 14 – Flight Logic: How the Code Thinks
Your flight controller now has:
Eyes (sensors)
Ears (receiver input)
Muscles (ESCs and motors)
Next, it needs a brain that reacts faster than you can blink.
At the heart of flight logic lies PID control — the algorithm that
keeps your craft level, responsive, and smooth.
1. PID in Simple Terms
P (Proportional): reacts to current error (tilt now).
21
M235se Screaming Eagle Construction Package Kit
I (Integral): corrects accumulated drift over time.
D (Derivative): dampens motion to prevent oscillation.
The controller continuously measures the craft’s angle and angular rate,
calculates an error, and sends correction commands to each motor.
The magic is in the tuning — finding the balance where your drone
feels stable, yet agile.
That tuning process comes next.
Part IV – From Simulation to Sky
Chapter 15 – Simulating Flight Dynamics
Before a single propeller spins, your first flight happens on-screen.
Simulation is how you test designs safely, predict control behavior,
and avoid costly crashes.
1. Why Simulate?
Simulation lets you:
See how changes in motor power or weight affect lift.
Test PID values before touching real hardware.
Experiment with failure modes — like losing one motor —
without breaking anything.
2. Tools of the Trade
LTSpice: great for modeling electrical systems, ESC switching,
and battery drain.
MATLAB / Simulink: ideal for control-loop simulation and
PID tuning.
22
M235se Screaming Eagle Construction Package Kit
GeoGebra or Python (Matplotlib): quick visualizations for
forces, thrust curves, and response graphs.
3. Building Your Model
Start simple: treat your craft as four thrust vectors and one rigid body.
Key parameters:
Total mass (m)
Arm length (L)
Moment of inertia (I)
Thrust per motor (T)
The control equation for roll torque looks like:
τroll=(Tright−Tleft)×L\tau_{roll} = (T_{right} -
T_{left}) \times Lτroll =(Tright− Tleft )×L
This torque causes angular acceleration:
α=τrollI\alpha = \frac{\tau_{roll}}{I}α=Iτroll
By adjusting motor speeds in your simulator, you’ll see how the craft
responds to input.
When your virtual model behaves smoothly, your real-world controller
will feel predictable and stable.
Chapter 16 – Assembly and System Integration
Now it’s time to bring every subsystem together — structure, power,
control, and software.
1. Dry Fit
23
M235se Screaming Eagle Construction Package Kit
Before final wiring, mount all components temporarily:
Motors and ESCs on each arm.
Power distribution board and BMS in the center.
Teensy controller on a vibration-isolated platform.
Sensors (IMU, barometer, GPS) away from magnetic noise.
Check cable lengths, clearance, and center of gravity.
Adjust until the craft balances evenly on a central rod.
2. Permanent Mounting
Once alignment feels right:
Use Loctite blue on all metal fasteners.
Secure wires with nylon ties and adhesive clips.
Shield signal lines with braided copper sleeving near ESCs.
Label everything — future you will thank you.
3. Ground Power Test
Connect to a bench power supply first, limited to 2 A.
Verify that:
The Teensy powers up.
Sensors respond in serial monitor.
Motors arm but stay off until commanded.
Only after passing these tests should you connect the main battery.
24
M235se Screaming Eagle Construction Package Kit
Chapter 17 – PID Tuning and Hover Trials
Your controller’s PID constants determine how the M235 SE feels in
flight: nervous and twitchy, or calm and stable.
1. Start Values
Begin with conservative numbers:
Roll/Pitch: P=2.0 I=0.05 D=10Yaw: P=2.5
I=0.05 D=0
2. Incremental Testing
Armed Hover on Tether:
Secure the craft with four straps; bring throttle just high enough
for lift-light.
Observe Oscillations:
If it wobbles fast → lower D.
If it drifts slowly → raise I.
If sluggish → raise P slightly.
Repeat: one axis at a time until stable.
3. Log and Analyze
Record gyro data through USB serial or SD card.
Plot roll/pitch angles — you’ll clearly see overshoot and settling times.
Your goal: smooth return to level in under 0.5 s after a disturbance.
“PID tuning isn’t magic — it’s the art of
listening to motion until it sings.”
25
M235se Screaming Eagle Construction Package Kit
Chapter 18 – Safety and First Flight
This is where excitement meets responsibility.
Respect the energy your craft carries — eight motors at full thrust can
exceed 20 kW.
1. Pre-Flight Checklist
✅ All bolts torqued and thread-locked
✅ Propellers balanced and oriented correctly
✅ Radio failsafe configured (motors off if signal lost)
✅ Battery fully charged and BMS status OK
✅ Fire extinguisher within reach
2. Controlled Lift-Off
Choose an open field with no bystanders.
Start with:
Half-charged battery (lower energy if something goes wrong)
Low-rate transmitter setting (reduced sensitivity)
Increase throttle gently until lift begins — feel the moment when
weight transfers to thrust.
Hold steady at one foot altitude, trim for stability, then descend.
Celebrate quietly.
You’ve just achieved vertical flight from a machine you built yourself.
3. Post-Flight Inspection
After each test:
26
M235se Screaming Eagle Construction Package Kit
Re-tighten structural bolts.
Check ESC and motor temps (< 70 °C recommended).
Review flight logs for anomalies.
Each flight teaches you something new — treat the data like a co-
pilot’s notes.
Chapter 19 – Troubleshooting the Unexpected
Even the best builds misbehave sometimes. Here’s a quick-reference
table:
Symptom Possible Cause Fix
Re-seat connectors, add
Random Loose signal wire
capacitor across V and
motor stops or ESC BEC dropout
GND
Re-mount on foam pad,
Gyro drift Vibration or
add software re-
mid-flight thermal change
calibration
Sudden yaw Check ESC timing, verify
One motor lagging
spin prop orientation
Underrated battery
Low flight Upgrade Ah capacity or
or excessive
time lighten frame
payload
Document every issue. Troubleshooting is part of learning, not failing.
Chapter 20 – The Moment of Flight
27
M235se Screaming Eagle Construction Package Kit
There’s a pause just before full lift — a heartbeat of silence before the
air comes alive.
Then the motors sing, the craft rises, and all the late nights of soldering
and coding pay off.
You’re no longer just a builder. You’re a pilot, an engineer, and a
pioneer in a new era of personal aviation.
“When you take flight in something you built,
you don’t just defy gravity — you defy
limitation.”
Part V – The Future of Personal Flight
Chapter 21 – Scaling Up: The Path Beyond Prototype
The Model 235 Screaming Eagle is more than a machine — it’s a
proof of concept. It shows that with the right knowledge, patience, and
discipline, a determined builder can achieve controlled, manned
electric flight. But this is only the beginning.
1. Strength, Weight, and Endurance
Every gram counts. Future designs will use:
Carbon fiber composites instead of aluminum for structure
Graphene-infused panels for ultra-light, conductive skin.
Hybrid battery systems combining lithium and solid-state
cells.
These materials promise dramatic improvements in energy density,
meaning longer flight times and higher payload capacity.
28
M235se Screaming Eagle Construction Package Kit
2. Advanced Propulsion Concepts
Builders are beginning to explore:
Coaxial rotors for more thrust per footprint.
Variable-pitch propellers for smoother transitions between
hover and forward flight.
Distributed electric propulsion (DEP) — multiple smaller
rotors for efficiency and redundancy.
Each innovation reshapes what a personal eVTOL can do: fly farther,
quieter, and safer.
3. Beyond Lithium: The New Energy Race
The next revolution is power storage.
Solid-state batteries offer double the energy density of LiPo
with no fire risk.
Hydrogen fuel cells are emerging for long-range flight with
zero emissions.
Supercapacitors may handle rapid bursts of power during
takeoff and landing.
Your prototype is already part of this evolution — it teaches principles
that apply to any future energy system.
“Every battery pack and rotor you build
today is training for the power systems of
tomorrow.”
Chapter 22 – Smarter Skies: Autonomy and AI
29
M235se Screaming Eagle Construction Package Kit
As flight control software grows more sophisticated, AI is becoming
the invisible co-pilot.
1. Assisted Flight Systems
Modern controllers can:
Auto-stabilize under gusts.
Predict drift before it happens.
Adjust motor power dynamically to save energy.
Machine learning algorithms use flight data to improve behavior
automatically — like a pilot who learns from every takeoff and
landing.
2. Sensor Fusion Evolution
Beyond gyros and barometers, future DIY systems may include:
LIDAR for altitude sensing.
Optical flow cameras for position hold.
Machine vision to track obstacles and terrain.
These tools will allow even home-built aircraft to perform fully
autonomous missions: mapping, transport, or search and rescue.
3. Ethical and Safety Considerations
With autonomy comes responsibility.
A craft that flies itself must do so safely and predictably. Builders
should follow strict testing protocols, adhere to flight regulations, and
maintain fail-safes — not just to protect property, but to protect public
trust in this emerging technology.
30
M235se Screaming Eagle Construction Package Kit
Chapter 23 – The Maker Movement Takes Flight
What began with soldering irons and RC kits has become a global
community of innovators — makers who refuse to wait for
permission to invent.
The DIY drone movement is proof that imagination scales faster than
corporations.
Forums, open-source projects, and shared CAD libraries have
democratized aerospace in a way once thought impossible. The next
generation of pilots will not buy aircraft — they’ll build them.
1. Knowledge Sharing
As you complete your own M235 SE, consider documenting your
process.
Upload wiring diagrams, code snippets, even mistakes — these are the
most valuable lessons to others who will follow.
Every shared improvement helps refine safety, efficiency, and design.
2. The Role of Open Hardware
From flight controllers to ESCs, open-source hardware is driving rapid
innovation.
Projects like PX4 and Ardupilot already show what community-driven
aviation looks like — software that evolves with every contributor.
Your build becomes part of that living network of experimentation and
progress.
Chapter 24 – Building Tomorrow’s Sky
The story of flight has always been about independence — from
gravity, from limits, from convention.
Now, through the tools of modern making, that independence belongs
to everyone with the courage to build.
You’ve learned how to:
31
M235se Screaming Eagle Construction Package Kit
Design a safe, lightweight frame.
Assemble a high-power propulsion system.
Program a flight controller from scratch.
Simulate, test, and achieve controlled lift.
That knowledge doesn’t end here. It’s a launch pad for whatever you
create next — whether it’s an improved M235, a hybrid tiltrotor, or
something entirely new.
“The first time you lift off, you’ll
realize flight was never about leaving the
ground. It’s about lifting yourself beyond
what you thought was possible.”
Chapter 25 – Appendices
A. Component List (Simplified Example)
System Component Description
7005-T5 Aluminum
Frame Structural skeleton
Tubing
Motors T-Motor U15II KV80 165 lb thrust each
ESCs APD 100F3-X HV 100 A continuous
Controller Teensy 4.0 600 MHz MCU
MPU-6050, Barometer, Orientation and
Sensors
GPS altitude
Power 48 V LiPo Pack, BMS Main energy system
32
M235se Screaming Eagle Construction Package Kit
System Component Description
Propellers 40” Carbon Fiber High-lift quad layout
B. Recommended Software Resources
Arduino IDE & Teensyduino
LTSpice for simulation
KiCad for PCB design
PX4/Ardupilot repositories for open flight algorithms
C. Safety Notes
Always test tethered before first flight.
Wear eye and hearing protection during hover tests.
Respect aviation regulations in your region — flight zones,
altitude limits, and licensing.
Epilogue – The Builder’s Sky
The future of flight isn’t owned by corporations or governments — it’s
built in garages, tested in open fields, and shared across digital
communities.
Every nut, wire, and line of code you’ve assembled brings humanity
closer to a new kind of freedom — one that doesn’t rely on airports or
runways.
Your M235 Screaming Eagle is more than a personal aircraft. It’s a
declaration that the era of individual flight has begun.
“Dream boldly. Build carefully. Fly
responsibly. The sky is yours to invent.”
33
M235se Screaming Eagle Construction Package Kit
Screaming Eagle Construction Package Kit
Overview
The Screaming Eagle Construction Package Kit provides a
complete digital fabrication resource for builders and engineering
professionals who wish to manufacture the Model 235 SE (M235 SE)
airframe through a qualified machine or fabrication shop.
This package bridges the design-to-manufacturing gap by including all
critical documentation, 3D data, and reference drawings required to
accurately reproduce the aircraft’s primary structural components and
assemblies.
The kit has been formatted for professional job shop use, allowing
direct import into CAD/CAM systems for CNC machining, tube
cutting, and composite layup preparation.
Contents of the Package
Bill of Materials (BOM)
A comprehensive, itemized list of all required components, raw
materials, fasteners, and hardware necessary to construct the
M235 SE airframe.
Each item includes:
Material specification and grade
Quantity per assembly
Part identification number
Recommended supplier and source reference
Notes for substitute materials (where applicable)
34
M235se Screaming Eagle Construction Package Kit
Request for Quotation (RFQ) Letter Template
A professionally formatted, editable document for submitting
manufacturing requests to local or online fabrication shops.
The RFQ defines:
Material requirements (e.g., 7005-T5 aluminum,
fiberglass composite panels, or carbon-reinforced
cermet sections)
Tolerances and finishing requirements
Required precision for CNC tube bending, notching,
and welding sequences
Quality control expectations and delivery schedules
3D STEP Files (.STEP)
Precision 3D geometry files corresponding to each structural
element and major subassembly.
These files are compatible with most CAD/CAM and
engineering software packages (SolidWorks, Fusion 360,
CATIA, ANSYS, etc.) and allow a job shop to program
machining, bending, or cutting paths directly from the provided
geometry.
The 3D STEP files include:
Full airframe assembly (tubular truss configuration)
Mounting brackets, couplers, and node joints
Panel and skin surface definitions
Alignment and weld fixture geometry
Assembly Reference Drawings
Simplified visual guides and exploded-view illustrations
designed to correspond with the 3D STEP data.
Each figure identifies component orientation, weld junctions,
35
M235se Screaming Eagle Construction Package Kit
and fastener placements to ensure dimensional accuracy during
assembly.
Access and Download Instructions
The complete Screaming Eagle Construction Package Kit is
available for secure download through the official Gumroad
distribution site.
Upon purchase, you will receive a private download link that includes
all documentation and design files. Each file is digitally watermarked
and versioned for authenticity and quality assurance.
Intended Use
The construction package is designed for builders, fabricators, and
developers who wish to manufacture a structural replica of the Model
235 SE.
It enables job shops and individual builders to reproduce the original
geometry without reverse-engineering, ensuring that dimensional
accuracy, fit, and performance remain consistent with the
specifications provided throughout this manual.
The Screaming Eagle Construction Package Kit represents the next
phase in the M235 SE project — transforming digital design into a
physical, airworthy structure through precision fabrication.
36