How to make underwater thruster BLDC Motor?
With that understood, here is a comprehensive breakdown of how one would approach making an underwater thruster BLDC motor system.
The process can be divided into three main parts:
-
The BLDC Motor & Propulsion Unit
-
The Waterproof Housing & Mechanical Assembly
-
The Electronics & Control System
Part 1: The BLDC Motor and Propulsion Unit
This is the core of the thruster.
-
Select a BLDC Motor:
-
Source: You don't typically wind your own motor. You source one. Common sources are drone hobby shops (for large drone motors) or industrial suppliers.
-
Key Specs: You need a motor with a low KV rating. KV means RPM per volt. A high KV (e.g., 1000KV) motor spins very fast with low torque, which is inefficient for pushing water. A low KV motor (e.g., 200-400KV) provides high torque at lower RPMs, which is ideal for spinning a propeller against water resistance.
-
Size: The motor size (e.g., 50xx where "50" is the diameter in mm) should match your desired thrust output and physical constraints.
-
-
Select or Design a Propeller:
-
Blade Count: More blades (3, 4, or 5) provide more thrust and smoother operation but are less efficient than 2-blade props.
-
Pitch and Diameter: A larger diameter and lower pitch are generally better for low-speed, high-thrust applications like ROVs. A smaller, higher-pitch prop might be better for high-speed AUVs.
-
Material: Plastic props are cheap and safe. CNC-machined aluminum or composite props are more efficient and durable but expensive.
-
-
Coupling: You need a secure way to attach the propeller to the motor shaft. This often involves a propeller adapter and a shear pin or a spline design. The goal is to have a solid connection but with a failsafe (like a shear pin) that breaks if the prop jams, saving the motor and ESC from destruction.
Part 2: The Waterproof Housing & Mechanical Assembly
This is the most challenging part. Keeping high-pressure water out of the electronics is non-negotiable.
-
Housing Design:
-
Material: Aluminum (e.g., 6061 or 7075) is popular for its strength, machinability, and corrosion resistance. PVC pipe can be used for very shallow, low-budget prototypes.
-
Pressure Resistance: Walls must be thick enough to resist collapsing at your target depth. A standard housing is a simple tube with threaded end caps.
-
-
Shaft Seal (The Critical Component):
-
Problem: The motor shaft must spin to drive the propeller, but water must not travel along the shaft into the housing.
-
Solution 1 (Simple but risky): Use a lip seal or mechanical seal. These work for shallow depths but have friction (reducing efficiency), wear out, and eventually fail.
-
Solution 2 (Advanced and reliable): Magnetic Coupling. This is the professional method.
-
An inner magnet cup is attached to the motor shaft inside the dry housing.
-
An outer magnet cup is attached to the propeller shaft outside in the water.
-
A pressure-rated bulkhead completely separates the two, with no physical connection.
-
The magnets lock together through the bulkhead wall. When the inner cup spins, the outer cup spins with it.
-
This is 100% waterproof as the motor is fully sealed. This is complex to machine but is the gold standard.
-
-
-
Cooling: Even efficient BLDC motors generate heat. The housing must be designed to transfer this heat to the surrounding water. Using aluminum and ensuring good thermal contact between the motor and the housing is key. Some designs use oil-filling.
-
Oil-Filling: The entire housing is filled with a dielectric mineral oil. This oil transfers heat to the housing, equalizes internal and external pressure (preventing collapse and seal leakage), and prevents condensation. This is a professional technique.
-
-
Waterproof Cabling: You need a submersible cable gland or a molded connector to get power and signal wires into the thruster housing without leaking.
Part 3: The Electronics & Control System
-
Electronic Speed Controller (ESC):
-
Source: You need a marine-rated or drone ESC capable of handling the current (amps) your motor will draw. Overspecify this. If your motor might draw 30A, get a 40A-50A ESC.
-
Programming: ESCs need to be programmed for your specific motor and use case (e.g., low-voltage cutoff, startup power, timing). You typically do this with a programming card.
-
Mounting: Inside the housing, the ESC should be mounted to the housing wall (often with thermal paste) to help dissipate heat.
-
-
Control Signal:
-
Protocol: Most ESCs are controlled by a standard PPM or PWM signal, the same as a hobby RC servo signal. This makes them compatible with most microcontrollers (like an Arduino), RC receivers, and flight controllers.
-
Signal Wire: The third wire from the ESC (not the two power wires) carries this signal. You send a pulse of specific length (e.g., 1100µs for full reverse, 1500µs for stop, 1900µs for full forward).
-
-
Power:
-
Your ESC and motor will be powered by a Lithium Polymer (LiPo) or Lithium Iron Phosphate (LiFePO4) battery pack. The voltage (e.g., 12V, 24V) must match your motor's specifications.
-
WARNING: Lithium batteries are a fire hazard if mishandled, over-discharged, or short-circuited. You must use a battery protector circuit.
-
Assembly Process Overview:
-
Machine or acquire all housing parts, shaft, and seals.
-
Assemble the dry side: Mount the motor and ESC inside the housing. Connect them. Seal the wire exit with a gland.
-
Assemble the wet side: Attach the propeller to its shaft, which is supported by bearings in a nozzle.
-
Integrate the seal: Connect the wet and dry sides using your chosen sealing method (direct seal or magnetic coupling).
-
Pressure Test: This is mandatory. Place the sealed thruster in a bucket of water and look for bubbles before connecting power. Then, test it in a pressure chamber (or carefully at shallow depth in a pool) to simulate operating depth.
-
Bench Test: Connect to a power source and control signal. Test the direction and throttle response without the propeller attached first.
-
Final Assembly: Attach the propeller and conduct a final in-water test, securely mounted to a test stand.
Conclusion: Build vs. Buy
-
Build: An excellent educational project for understanding mechatronics, hydrodynamics, and sealing principles. Expect to spend significant time, money on tools/materials, and face multiple failures. Suitable for shallow-depth, low-budget prototypes.
-
Buy: The only sensible option for a serious project, research, or commercial application. You are paying for proven reliability, safety, efficiency, depth rating, and warranty. Companies like T200 Thruster from Blue Robotics have made professional-grade thrusters accessible and affordable for hobbyists and professionals alike.
What is CNC machine BLDC Motor?
Why BLDC Motor is important for underwater thruster?
Related Article