Skip to content

XxChang/cc1101-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cc1101-rs

WIP

How to use examples

The two examples use bluepill development Board, but this crate is not restricted to specific boards due to the usage of embedded-hal. Maybe you can change the --target flags and adapt the example to other platform.

The following is the connection between pins:

PA4 --> CSn
PA5 --> SCLK
PA6 --> SO
PA7 --> SI
PA8 --> GDO0

For TX

cargo embed --release --example bluepill_tx.rs

The

For RX

cargo embed --release --example bluepill_rx.rs

About

Implementations of radio-hal for cc1101

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published