skruecken
  • Joined on 2024-10-04
skruecken pushed to main at skruecken/demo-game 2026-06-06 18:57:06 +02:00
a32a223881 Add split-screen Space Shooter with pod steering and boost.
skruecken pushed to master at skruecken/powerpods 2026-06-06 18:05:08 +02:00
490e0ee61f Add UART SET_LOG_LEVEL for runtime master ESP-IDF logging.
ac223ada72 Added ECHO cmd and fixed some timing issues
35ce1476d8 Missed for Previous Commit
f89ea3cbe3 Stabelized OTA Update with Retries
99956e3362 Update InputClientSample struct to make TapKind optional and improve WebSocket API documentation. Adjust README to reflect changes in input push stream format and clarify connection flow. Enhance API_WEBSOCKET.md with detailed command and push message descriptions.
Compare 5 commits »
skruecken pushed to main at skruecken/demo-game 2026-05-31 16:46:13 +02:00
70e66f4d60 Adapt game clients to the unified WebSocket input stream.
skruecken pushed to master at skruecken/powerpods 2026-05-31 16:46:06 +02:00
ab1844ac32 Fix UART hang after master restart from the dashboard.
e4ce18edd8 Close UART gracefully on SIGINT/SIGTERM in goTool.
0eea27a876 Fix web OTA upload and isolate OTA sessions across firmware and goTool.
0cbc4d0644 Add ESP firmware architecture and reference documentation.
35b39fce46 Add configurable BMA456 tap detection profile in bosch456.h.
Compare 6 commits »
skruecken created branch main in skruecken/demo-game 2026-05-29 22:43:10 +02:00
skruecken pushed to main at skruecken/demo-game 2026-05-29 22:43:10 +02:00
440b49c889 Replace Color Game with pod number reaction game on the API WebSocket.
4f3435ba37 Add per-client LED controls aligned with the REST API schema.
84827c9782 Add main menu, WebSocket API demo, and multi-scene game hub.
9107dea6ff Fix WebSocket accel parsing for missing or nested JSON fields.
84b1a89f75 Add README with project overview and calibration technical docs.
skruecken created repository skruecken/demo-game 2026-05-29 22:42:44 +02:00
skruecken pushed to master at skruecken/powerpods 2026-05-29 22:41:41 +02:00
498b89d7ba Clear tap status in dashboard after 2s display window.
31e539052a Unify cache polling on CACHE_STATUS and split API docs.
a85d48320e Add list_clients WebSocket command to external API.
f512936d97 Add CACHE_STATUS UART poll and dashboard live stream.
a8d4d42920 Add BMA456 tap detection with ESP-NOW notify and host snapshot API.
Compare 9 commits »
skruecken created branch master in skruecken/printjob_backend 2026-05-26 18:28:15 +02:00
skruecken pushed to master at skruecken/printjob_backend 2026-05-26 18:28:15 +02:00
2432a34198 Added Printjobs
929969d03a Added Meta Data to Orders and made the frontend english
8bc4691992 Fixed Readme
9467ff5f6b Added Model Orders and Picture Upload
aeeefc89c1 Reworked Layout
Compare 10 commits »
skruecken created repository skruecken/printjob_backend 2026-05-26 18:28:00 +02:00
skruecken pushed to master at skruecken/powerpods 2026-05-19 22:50:59 +02:00
16c521f71c Move UART command handlers into main/cmd/ for clearer layout.
skruecken pushed to master at skruecken/powerpods 2026-05-19 22:41:50 +02:00
95d5a9747a Extend autotest to cover all UART commands except OTA upload.
a9e08107b4 Add RESTART command for master and slaves via ESP-NOW.
5c3cf65bca Persist accelerometer deadzone in NVS across reboots.
Compare 3 commits »
skruecken pushed to master at skruecken/powerpods 2026-05-19 22:09:34 +02:00
2e88358c53 Add feature development guide and fix ESP-NOW proto generation.
efd6260201 Add find-me LED locate on master and slaves via ESP-NOW.
Compare 2 commits »
skruecken pushed to master at skruecken/powerpods 2026-05-19 21:53:50 +02:00
8931912583 Dim LED ring, add blink mode, and signal OTA outcome on the ring.
508b684fdf Add UART LED_RING command for progress bar, digits, and clear.
a0f4a81a55 Add per-slave ESP-NOW OTA progress over UART and fix dashboard updates.
Compare 3 commits »
skruecken pushed to master at skruecken/powerpods 2026-05-19 01:17:52 +02:00
5a948a5c8c Document ESP-NOW slave OTA and dashboard upload flow.
9b7bda8551 Distribute master OTA images to slaves over ESP-NOW.
Compare 2 commits »
skruecken pushed to master at skruecken/powerpods 2026-05-19 00:46:10 +02:00
4bf43d8a5e Add web dashboard OTA upload with live progress.
59ca269407 Add UART OTA upload with A/B partition support.
1ad527119d Add board input driver for button and LiPo ADC logging.
80fb9cf55e Improve dashboard master config and separate slave deadzone updates.
85aeab85c0 Add web dashboard configuration for master and slaves.
Compare 7 commits »
skruecken pushed to master at skruecken/powerpods 2026-05-18 23:45:41 +02:00
0299ba44fd Add bench UART ports and cold-start reset to goTool autotest.
d24b0cb5c3 Add goTool autotest with bench configs and UART scenarios.
a8ae65d9dc Align BMA456H driver with Powerpod and document sensor integration.
Compare 3 commits »
skruecken pushed to master at skruecken/powerpods 2026-05-18 23:23:08 +02:00
e95097085d Add uart_cmd helpers to deduplicate UART command handlers.
20fea02b78 Add Makefile shortcuts for goTool and ignore built binary.
241e82b35b Fix ESP-NOW unicast by using sender MAC in client registry.
ee38ce551a Add accelerometer deadzone via UART and ESP-NOW.
e5db0b21c7 Add optional BMA456 accelerometer init on shared I2C bus.
Compare 16 commits »
skruecken pushed to master at skruecken/powerpods 2026-05-05 19:54:23 +02:00
6e0075f0b3 Added Uart Package Parsing