Update README.md

This commit is contained in:
0x23 2026-01-15 14:57:13 +01:00 committed by GitHub
parent b8a15a13dc
commit af8050b7ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,14 @@ joint the projects community [Discord Server](https://discord.gg/maRvMVpa2Q).
5. Upload firmware using VSCode with PlattformIO plugin 5. Upload firmware using VSCode with PlattformIO plugin
6. Calibrate axis 6. Calibrate axis
## NEW: Open Micro-Manipulator GUI
To make testing and using the Open-Micro Manipulator easy and convenient a python control program with a graphical user interface is provided here: [Open Micro-Manipulator GUI](https://github.com/0x23/MicroManipulatorStepper)
It has simple controlls to move the device around, while also displaying a live camera feed (e.g. from a microscope camer). Additional features, including a simple g-code runner and realtime mouse control (e.g. for Biology applications).
<div style="display: flex;">
<img src="images/grain_manipulation_2.jpg" alt="Open Micro-Manipulator GUI" width="50%">
</div>
## 🐍 Python-API ## 🐍 Python-API
The lightweight Python API handles all serial communication and provides convenient command execution and debug message printing. The lightweight Python API handles all serial communication and provides convenient command execution and debug message printing.