|
1 | 1 | # CC1101 SPI Analyzer
|
2 | 2 |
|
3 |
| -SPI protocol analyzer for the Texas Instruments CC1101 RF Transceiver |
| 3 | +SPI protocol analyzer for the Texas Instruments CC1101 RF Transceiver. |
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 | ## Getting started
|
6 | 8 |
|
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 | +  |
| 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 | +  |
| 31 | +- FIFO Read |
| 32 | +  |
| 33 | +- Read status register: RXBYTES |
| 34 | +  |
| 35 | +- Data Table view |
| 36 | +  |
| 37 | +- Data Table view |
| 38 | +  |
8 | 39 |
|
9 |
| -# Texas Instruments references |
| 40 | +## Texas Instruments references |
10 | 41 | - [CC1101 Product Page](https://www.ti.com/product/CC1101)
|
11 | 42 | - [CC1101 Datasheet](https://www.ti.com/lit/ds/symlink/cc1101.pdf)
|
12 | 43 | - [CC1101 Silicon Errata](https://www.ti.com/lit/er/swrz020e/swrz020e.pdf)
|
13 | 44 |
|
| 45 | +## Contributing |
| 46 | +Contributions are welcome! If you have suggestions or improvements, please submit a pull request or open an issue on GitHub. |
14 | 47 |
|
| 48 | +## License |
| 49 | +[](https://opensource.org/licenses/MIT) |
0 commit comments