-
Notifications
You must be signed in to change notification settings - Fork 527
Initial version of the documentation #1052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
andreimmihai
wants to merge
2
commits into
UPB-PMRust:main
Choose a base branch
from
andreimmihai:project/andrei.mihai2407
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
77 changes: 77 additions & 0 deletions
77
website/versioned_docs/version-acs_cc/project/2026/andrei.mihai2407/index.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,77 @@ | ||
| --- | ||
| sidebar_label: 'Joystick-Controlled Mini Excavator' | ||
| sidebar_position: 1 | ||
| --- | ||
|
|
||
| # Joystick-Controlled Mini Excavator | ||
| Articulated robotic system with 4 degrees of freedom, based on converting a mini-excavator into an intelligent machine controlled via joystick. | ||
|
|
||
| :::info | ||
|
|
||
| **Author**: Mihai Andrei-Claudiu \ | ||
| **GitHub Project Link**: [acs-project-2026-andreimmihai](https://github.com/UPB-PMRust-Students/acs-project-2026-andreimmihai) | ||
|
|
||
| ::: | ||
|
|
||
| ## Description | ||
| This project achieves the mechatronic conversion of a conventional excavator into an active robotic system with 4 degrees of freedom, electronically controlled via a joystick interface. The system processes analog signals on the OX/OY axes and digital inputs to coordinate four servomotors dedicated to base rotation, main arm lifting, stick movement, and bucket actuation. The control logic integrates signal mapping algorithms and software travel limits, eliminating the risk of mechanical overstressing of the joints. The final result is a machine capable of smooth and precise movements, optimized for object manipulation in the workspace by faithfully replicating joystick commands. | ||
|
|
||
| ## Motivation | ||
|
|
||
| I chose this project because it offers a really cool practical challenge: how to adapt electronics onto an object that wasn’t designed for it. I want to learn how to manage multiple motors simultaneously in Rust and how to accurately read signals from a joystick to control a physical mechanism. | ||
|
|
||
| ## Architecture | ||
|
|
||
| Add here the schematics with the architecture of your project. Make sure to include: | ||
| - what are the main components (architecture components, not hardware components) | ||
| - how they connect with each other | ||
|
|
||
| ## Log | ||
|
|
||
| <!-- write your progress here every week --> | ||
|
|
||
| ### Week 5 - 11 May | ||
|
|
||
| ### Week 12 - 18 May | ||
|
|
||
| ### Week 19 - 25 May | ||
|
|
||
| ## Hardware | ||
|
|
||
| Detail in a few words the hardware used. | ||
|
|
||
| ### Schematics | ||
|
|
||
| Place your KiCAD or similar schematics here in SVG format. | ||
|
|
||
| ### Bill of Materials | ||
|
|
||
| <!-- Fill out this table with all the hardware components that you might need. | ||
|
|
||
| The format is | ||
| ``` | ||
| | [Device](link://to/device) | This is used ... | [price](link://to/store) | | ||
|
|
||
| ``` | ||
|
|
||
| --> | ||
|
|
||
| | Device | Usage | Price | | ||
| |--------|--------|-------| | ||
| | [Raspberry Pi Pico W](https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html) | The microcontroller | [35 RON](https://www.optimusdigital.ro/en/raspberry-pi-boards/12394-raspberry-pi-pico-w.html) | | ||
|
|
||
|
|
||
| ## Software | ||
|
|
||
| | Library | Description | Usage | | ||
| |---------|-------------|-------| | ||
| | [st7789](https://github.com/almindor/st7789) | Display driver for ST7789 | Used for the display for the Pico Explorer Base | | ||
| | [embedded-graphics](https://github.com/embedded-graphics/embedded-graphics) | 2D graphics library | Used for drawing to the display | | ||
|
|
||
| ## Links | ||
|
|
||
| <!-- Add a few links that inspired you and that you think you will use for your project --> | ||
|
|
||
| 1. [link](https://example.com) | ||
| 2. [link](https://example3.com) | ||
| ... | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be here.