a lego sorter app
- 12 Devlogs
- 56 Total hours
LEGO Sorter v1 is a Unity (6000.0.71f1) app that controls and simulates a custom LEGO brick sorting machine. Live dashboard: telemetry over TCP shows the current brick, colour, target bin, bricks per hour, total sorted and hub status. Speed control: one slider for the four machine settings (C1, C2, C3, drop time), sent to the machine and saved automatically. Part database: smart search with history chips and filters, plus a "take bricks" page that manages per-colour stock. Inventory: two sides (Kant A/B) with 15 sized bins; parts are searched and assigned to bins, remembered between sessions. 3D simulation: three C-channels, a rotating carousel with camera-based part detection (Python) and switchable/following cameras. Responsive UI that scales with the screen and works in the browser (WebGL). Partly built and optimized with AI assistance.