Update README.md

This commit is contained in:
0x23 2025-09-19 08:30:15 +02:00 committed by GitHub
parent 9188196b70
commit 2cf353e7fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,9 +6,9 @@ It's designed for applications such as optical alignment, probing electronic com
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)
<div style="display: flex; gap: 5%;">
<img src="images/overview.gif" alt="Image 1" width="45%">
<img src="images/microscopy_die.gif" alt="Image 2" width="45%">
<div style="display: flex; gap: 2%;">
<img src="images/overview.gif" alt="Image 1" width="49%">
<img src="images/microscopy_die.gif" alt="Image 2" width="49%">
</div>
Thanks to its parallel kinematic structure and miniature ball joints, it achieves good mechanical stiffness and a large range of motion.
@ -60,9 +60,9 @@ It implements path planning with look-ahead and, unlike many other motion contro
You may find configuration for pin numbers, motor type, and other parameters in [hw_config.h](firmware/MotionControllerRP/src/hw_config.h). Please check them before uploading the firmware.
<div style="display: flex; gap: 5%;">
<img src="documentation/firmware/firmware_overview.png" alt="Image 1" width="45%">
<img src="documentation/firmware/path_planning.png" alt="Image 2" width="45%">
<div style="display: flex; gap: 2%;">
<img src="documentation/firmware/firmware_overview.png" alt="Image 1" width="49%">
<img src="documentation/firmware/path_planning.png" alt="Image 2" width="49%">
</div>
#### Building and Flashing the Firmware