Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newam/saleae_rfm69_decoder
RFM69 SPI bus decoder for the Saleae logic analyzer.
https://github.com/newam/saleae_rfm69_decoder
rfm69 saleae saleae-logic
Last synced: 5 days ago
JSON representation
RFM69 SPI bus decoder for the Saleae logic analyzer.
- Host: GitHub
- URL: https://github.com/newam/saleae_rfm69_decoder
- Owner: newAM
- License: mit
- Created: 2021-02-15T19:07:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-28T18:39:34.000Z (almost 4 years ago)
- Last Synced: 2024-12-24T00:10:14.613Z (11 days ago)
- Topics: rfm69, saleae, saleae-logic
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# RFM69 Decoder
Decodes register reads and writes to the RFM69 radio.## Features
* Annotates the first byte of SPI transfers with "Read {register}" or "Write {register}"
* Annotates following bytes with "Read {register} {value}" or "Write {register} {value}"## Example
![Example](https://raw.githubusercontent.com/newAM/saleae_rfm69_decoder/main/demo.png)