Knowledge
Waterproof DC brushless servo motor
Posted by Fengyukun on
Waterproof Brushless Servo Motor is a motor designed to work in wet or underwater environments. These motors offer the efficiency, precision and programmability of brushless servo motors while being waterproof and moisture-proof to suit a variety of applications requiring water tightness. APISQUEEN mainly develops water and underwater equipment, and many customers have demands for waterproof servo motors. Under these needs, APISQUEEN has customized and developed waterproof servo motors for many customers, of which M400 is one of many cases.Features and application fields of waterproof brushless servo motor:Waterproof Design: The motor has a special seal and housing design to protect the...
- 0 comments
- Tags: motor
Use Arduino to generate PWM signals and control ESC to realize the forward and backward of the motor.
Posted by Fengyukun on
Controlling a bidirectional Electronic Speed Controller (ESC) using PWM signals typically involves sending specific PWM values to control the motor's speed and direction. Below is a simple example control code using an Arduino to generate PWM signals and control a bidirectional ESC. Please make sure your bidirectional ESC is connected to the Arduino's PWM pins and powered correctly. #include <Servo.h>Servo esc; // Create a Servo objectvoid setup() { esc.attach(9); // Attach the ESC to pin 9 on the Arduino esc.writeMicroseconds(1500); // Initialize the motor to a neutral position delay(2000); // Wait for 2 seconds}void loop() { int throttle = 1500;...
- 0 comments
- Tags: ESC
Waterproof Brushless Motor Design Brief
Posted by Fengyukun on
Difference between inner rotor brushless motor and outer rotor brushless motor
Posted by Fengyukun on
- 0 comments
- Tags: motor
ROV design—— ballast buoyancy control
Posted by Fengyukun on
When designing an ROV, it is common to use light weight components to keep the entire submersible from exceeding the desired weight limit, so aluminum or other lightweight materials are used. The weight of the submersible consists primarily of the following components: subsystem components, loads, and the buoyancy system used to establish the desired operational specific gravity.
- 0 comments
- Tags: ROV