Document hardware-verified protocol behavior (firmware 1.7.2)#4
Merged
Conversation
- Processor streaming requires BOTH [09 07 id 01] and the global [09 03 01] NOTIFY subscribe - the board emits nothing without the second write (earlier versions of this document listed only the first) - New "Read-signal routing" section: loud reads (reg|0x80) feed processors whose Add/Create source register equals the loud byte; silent reads (reg|0xC0) feed logger triggers registered with the silent byte + channel index; logged payloads have the data-id byte stripped; the Debug spoofer injects through the same dispatch and reaches processors - Math sqrt: integer result, floored (sqrt(2)=1, sqrt(4)=2) - Pulse mode 3 (.onDetect) hardware-verified working; open question noted - mode 2 (peak) emitted nothing on the same waveform Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Summary
Findings from running the new hardware test suites against a real MMS on firmware 1.7.2:
[09 07 id 01]AND the global[09 03 01]NOTIFY subscribe; the board emits nothing without the secondsqrtfloors its integer result.onDetect(mode 3) verified working; peak (mode 2) emitted nothing on the same waveform — flagged as an open questionmkdocs build --strictpasses.🤖 Generated with Claude Code