Two PRs related to CAN logging
Posted: Sat Jul 05, 2025 3:33 pm
This one is small, it just adds some logging to show what messages it finds on CAN bus at the start of a logging session:
https://github.com/PcmHammer/PcmHammer/pull/12
This one is bigger:
https://github.com/PcmHammer/PcmHammer/pull/13
https://github.com/PcmHammer/PcmHammer/ ... 8532?pr=13
https://github.com/PcmHammer/PcmHammer/pull/12
This one is bigger:
https://github.com/PcmHammer/PcmHammer/pull/13
- It can now extract multiple parameters from a single CAN message. (This was the intent from the start, but wasn't finished.)
- CAN messages can arrive at a higher frequency than PCM data, and now it can average the data that it received, or just take the last one. I think averaging might help for AFR in particular.
- Fixes a couple bugs in CAN message parsing.
- Adds some unit tests for CAN message parsing.
https://github.com/PcmHammer/PcmHammer/ ... 8532?pr=13