Update README.md
This commit is contained in:
parent
28845843ff
commit
c18a5143c1
1 changed files with 6 additions and 3 deletions
|
|
@ -3,10 +3,10 @@
|
||||||
This project contains an open source low-cost, easy-to-build motorized **XYZ Micro-Manipulator** motion control platform achieving submicron precision.
|
This project contains an open source low-cost, easy-to-build motorized **XYZ Micro-Manipulator** motion control platform achieving submicron precision.
|
||||||
It's designed for applications such as optical alignment, probing electronic components, and microscopy.
|
It's designed for applications such as optical alignment, probing electronic components, and microscopy.
|
||||||
|
|
||||||
Check out the YouTube video for more information about the device and how it is built:
|
Check out the YouTube video for more information about the device and how it is built:<br>
|
||||||
|
[An Open Source Motorized XYZ Micro-Manipulator - Affordable sub µm Motion Control](https://youtu.be/MgQbPdiuUTw)
|
||||||
|
|
||||||
# Youtube Video
|
[](https://youtu.be/MgQbPdiuUTw)
|
||||||
[](https://youtu.be/MgQbPdiuUTw)
|
|
||||||
|
|
||||||
Thanks to its parallel kinematic structure and miniature ball joints, it achieves good mechanical stiffness and a large range of motion.
|
Thanks to its parallel kinematic structure and miniature ball joints, it achieves good mechanical stiffness and a large range of motion.
|
||||||
The motors are off the shelf stepper motors driven by a 30 kHz closed loop controller and a very precise PWM signal.
|
The motors are off the shelf stepper motors driven by a 30 kHz closed loop controller and a very precise PWM signal.
|
||||||
|
|
@ -86,3 +86,6 @@ The client must wait for an acknowledgment from the previous command before send
|
||||||
| `M51` | Get motion controller and servo loop update frequency. |
|
| `M51` | Get motion controller and servo loop update frequency. |
|
||||||
| `M52` | Get the number of items in the planner queue. |
|
| `M52` | Get the number of items in the planner queue. |
|
||||||
| `M53` | Check if all moves are finished. Returns `1` if finished, `0` otherwise. |
|
| `M53` | Check if all moves are finished. Returns `1` if finished, `0` otherwise. |
|
||||||
|
|
||||||
|
# Youtube Video
|
||||||
|
[](https://youtu.be/MgQbPdiuUTw)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue