https://github.com/rhenzala/wirecutter-with-feedback
A wire cutter machine with wire length measurement feedback mechanism built with Arduino and ESP32
https://github.com/rhenzala/wirecutter-with-feedback
arduino esp32 python
Last synced: about 2 months ago
JSON representation
A wire cutter machine with wire length measurement feedback mechanism built with Arduino and ESP32
- Host: GitHub
- URL: https://github.com/rhenzala/wirecutter-with-feedback
- Owner: rhenzala
- Created: 2025-03-05T03:26:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T03:43:50.000Z (over 1 year ago)
- Last Synced: 2025-10-26T16:46:24.851Z (8 months ago)
- Topics: arduino, esp32, python
- Language: C++
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wirecutter-with-feedback
A wire cutter machine with wire length measurement feedback mechanism built with Arduino and ESP32. This is a project for one of my subject in college which is Feedback and Control Systems where we have to design and build a feedback/control system.
## Requirements
- Arduino Uno R3
- ESP32
- ESP32 camera or equivalent
## Installation and Usage
1. Install Arduino IDE
2. Clone or download this repo:
```
git clone git@github.com:rhenzala/wirecutter-with-feedback.git
cd wirecutter-with-feedback
```
3. Activate virtual environment
```
python3 -m venv .venv
source .venv/bin/activate
```
4. Install dependencies:
```
pip install -r requirements.txt
```
5. Make sure the ESP32 and Arduino are communicating properly via Serial communication.