Skip to content

Commit 33dac5d

Browse files
Completed README file with description and screenshots
1 parent c6e93f7 commit 33dac5d

File tree

8 files changed

+38
-3
lines changed

8 files changed

+38
-3
lines changed

README.md

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,49 @@
11
# CC1101 SPI Analyzer
22

3-
SPI protocol analyzer for the Texas Instruments CC1101 RF Transceiver
3+
SPI protocol analyzer for the Texas Instruments CC1101 RF Transceiver.
4+
5+
![](images/fifo-write.png)
46

57
## Getting started
68

7-
- TODO
9+
1. Installation
10+
- Install [Logic 2](https://www.saleae.com/pages/downloads) if not done already.
11+
- In Logic 2, go to *Extensions*, search for *CC1101 SPI Analyzer*, then click *INSTALL*.
12+
2. Usage
13+
- Configure the *SPI* session with *Enable*(Chip Select), *Clock*, *MOSI* and *MISO* lines.
14+
- Go to *Analyzers*, click *+* and select *CC1101 SPI Analyzer* - associate it with *SPI*.
15+
![](images/analyzers.png)
16+
- Click *Start Capture* to begin analyzing the SPI communication.
17+
18+
## Features
19+
20+
- Easy to use and complete CC1101 SPI protocol analyzer.
21+
- View captured packets at a glance in the Graph View.
22+
- View detailed capture in the Data Table.
23+
- Use Trigger View to synchronize on specific packets.
24+
- Export the data table for further analysis.
25+
- Error messages for broken/invalid frames.
26+
27+
## Examples
28+
29+
- Command SCAL
30+
![](images/cmd-scal.png)
31+
- FIFO Read
32+
![](images/fifo-read.png)
33+
- Read status register: RXBYTES
34+
![](images/status-rxbytes.png)
35+
- Data Table view
36+
![](images/table-view.png)
37+
- Data Table view
38+
![](images/table-view-full.png)
839

9-
# Texas Instruments references
40+
## Texas Instruments references
1041
- [CC1101 Product Page](https://www.ti.com/product/CC1101)
1142
- [CC1101 Datasheet](https://www.ti.com/lit/ds/symlink/cc1101.pdf)
1243
- [CC1101 Silicon Errata](https://www.ti.com/lit/er/swrz020e/swrz020e.pdf)
1344

45+
## Contributing
46+
Contributions are welcome! If you have suggestions or improvements, please submit a pull request or open an issue on GitHub.
1447

48+
## License
49+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

images/analyzers.png

7.44 KB
Loading

images/cmd-scal.png

97.4 KB
Loading

images/fifo-read.png

100 KB
Loading

images/fifo-write.png

112 KB
Loading

images/status-rxbytes.png

68.8 KB
Loading

images/table-view-full.png

227 KB
Loading

images/table-view.png

300 KB
Loading

0 commit comments

Comments
 (0)