https://github.com/ucla-rocket-project/auto-cal
Calibrate pts while reading from serial
https://github.com/ucla-rocket-project/auto-cal
Last synced: 3 months ago
JSON representation
Calibrate pts while reading from serial
- Host: GitHub
- URL: https://github.com/ucla-rocket-project/auto-cal
- Owner: UCLA-Rocket-Project
- Created: 2025-08-22T09:39:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-11-24T01:12:16.000Z (8 months ago)
- Last Synced: 2026-02-26T11:57:07.195Z (4 months ago)
- Language: Python
- Size: 3.81 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
**Automated Calibration for PTs and LCs**
[https://github.com/user-attachments/assets/e053b715-f8eb-429d-b119-fccfdb684d5d](https://github.com/user-attachments/assets/33f6f05b-e23b-4285-9055-7b601c444aa7)

**Set-up instructions**
1. Create a virtual environment:
```bash
python -m venv venv
```
2. Activate the virtual environment:
On Windows:
```bash
venv\Scripts\activate
```
On macOS/Linux:
```bash
source venv/bin/activate
```
3. Install dependencies:
```bash
pip install -r requirements.txt
```
4. Run project
```bash
python src/main.py
```
**To-do**
-
Disable input box: while taking readings & after the calibrations are complete - Improve error messaging
- Separate average value calculation and reading from serial