An open API service indexing awesome lists of open source software.

https://github.com/aotenjo-xyz/winder

BLDC motor winding machine
https://github.com/aotenjo-xyz/winder

bldc godot motor stm32

Last synced: 4 months ago
JSON representation

BLDC motor winding machine

Awesome Lists containing this project

README

          

# winder

[![BLDC motor winding machine](http://img.youtube.com/vi/486nUU2FjGU/0.jpg)](http://www.youtube.com/watch?v=486nUU2FjGU "BLDC Motor Winding Machine")

Winding the wire for a BLDC motor is a time-consuming and labor-intensive process. This winding machine automates this tedious tasks.

## Motors
This machine uses four motors to perform the winding operation:
Motor name

- **M0**: Move M1 unit (closed loop control)
- **M1**: Rotate the stator (closed loop control)
- **M2**: Wind the wire (closed loop control)
- **M3**: Adjust the wire tension (closed loop torque control using voltage)

code: [Aotenjo One](https://github.com/aotenjo-xyz/one)

## Master Controller
All motors are controlled by Aotenjo Master, a master controller board based on the STM32G431CBU6 microcontroller. It communicates with the host computer via USB and controls the motors via CAN bus.

Master Diagram

code: [Aotenjo Master](https://github.com/aotenjo-xyz/master)

## Power Supply
Power supply: 18V 1.5A

## Hardware
- M0: BE4108 75T gimbal motor (built with this machine)
- M1: BE4108 75T gimbal motor (built with this machine)
- M2: BE4108 75T gimbal motor (built with this machine)
- M3: BE4108 60T gimbal motor (built with this machine)

## Result
BE4108 75T gimbal motor

Result

This motor was initially a drone motor.

[![Drone motor vs DIY gimbal motor](http://img.youtube.com/vi/56WxTAfKFDU/0.jpg)](https://www.youtube.com/shorts/56WxTAfKFDU "Drone motor vs DIY gimbal motor")

## Simulation with Godot

[Quickstart](simulation/README.md)

[![Simulation with Godot](http://img.youtube.com/vi/92i8CDEzeJ8/0.jpg)](https://www.youtube.com/watch?v=92i8CDEzeJ8 "Simulation with Godot")

See [simulation/README.md](simulation/README.md) for details.