https://github.com/dsvensson/cc1101
A platform agnostic driver to interface with the CC1101 (Sub-1GHz RF Transceiver)
https://github.com/dsvensson/cc1101
cc1101 radio rust rust-embedded spi texas-instruments transciever
Last synced: 23 days ago
JSON representation
A platform agnostic driver to interface with the CC1101 (Sub-1GHz RF Transceiver)
- Host: GitHub
- URL: https://github.com/dsvensson/cc1101
- Owner: dsvensson
- License: apache-2.0
- Created: 2018-03-21T18:45:11.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2026-01-17T22:02:38.000Z (3 months ago)
- Last Synced: 2026-01-18T09:54:15.016Z (3 months ago)
- Topics: cc1101, radio, rust, rust-embedded, spi, texas-instruments, transciever
- Language: Rust
- Size: 146 KB
- Stars: 38
- Watchers: 4
- Forks: 20
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `cc1101`
> A platform agnostic driver to interface with the CC1101 (Sub-1GHz RF Transceiver)
## What works
- Configuring radio for reception, and reading data.
## TODO
- [ ] Sending data, but only have one module.
## License
Apache License, Version 2.0 ([LICENSE](LICENSE) or http://www.apache.org/licenses/LICENSE-2.0)
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the
work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any
additional terms or conditions.