feat(APP): add hardware commissioning application#235
Merged
Conversation
stefanvogel
reviewed
Jul 16, 2026
stefanvogel
requested changes
Jul 16, 2026
stefanvogel
approved these changes
Jul 17, 2026
Add a minimal DroidControlShip-only application for commissioning and validating new hardware revisions (#232): - All LEDs are driven by a walking light pattern. - Every button press/release is logged and lights the associated LED as long as the button is kept pressed. - A test pattern is sent periodically over the robot communication interface (USB or UART, depending on the hardware version) and every received byte is logged, e.g. for a loopback test. - The robot reset line is pulsed periodically for observation with a logic analyzer. - The battery voltage is measured and logged periodically. The application runs standalone without any WiFi infrastructure and works on all supported hardware versions via the HAL abstraction. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
stefanvogel
force-pushed
the
feature/CommissioningApp
branch
from
July 17, 2026 12:15
834d2f1 to
5ac3e9f
Compare
stefanvogel
self-requested a review
July 17, 2026 12:15
stefanvogel
previously approved these changes
Jul 17, 2026
stefanvogel
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a minimal DroidControlShip-only application for commissioning and validating new hardware revisions (#232):
The application runs standalone without any WiFi infrastructure and works on all supported hardware versions via the HAL abstraction.