Add 4 new projects from organizer + update Task Tracker with projects section

This commit is contained in:
AlexAI
2026-02-24 15:16:39 -06:00
parent dbd4a0886d
commit 43388a8a03
6 changed files with 227 additions and 11 deletions

View File

@@ -0,0 +1,46 @@
# Project: Scale Weight Readout
**Created:** 2026-02-24
**Source:** #work-assistant
**Status:** Planning Phase
---
## Overview
Use a Raspberry Pi to connect to a Cardinal scale indicator via serial and read weight data.
## Purpose
- Read scale weight via serial connection
- Share weight data through network interface via API
- Enable remote access to scale readings
## Components
- Raspberry Pi
- Cardinal scale indicator
- Serial connection (RS-232/USB)
- Network API for data sharing
## Current Status
📋 **Planning Phase**
- Project structure being defined
- Hardware requirements being finalized
## Tasks
- [ ] Finalize hardware requirements
- [ ] Set up Raspberry Pi
- [ ] Configure serial connection
- [ ] Develop API endpoint
- [ ] Test with scale indicator
## Notes
*(Add serial protocol details, API specs, etc.)*
## Related
- [Scale QR Code Reader](Scale%20QR%20Code%20Reader.md) — companion scale project
---
*Extracted from Projects to be organized*