File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ # rust-radio-sx127x
2
+
3
+ A primarily rust driver (and command line utility) for the [ Semtech SX1231] sub ghz ISM band radio IC.
4
+
5
+ [ Semtech SX1231 ] : https://www.semtech.com/products/wireless-rf/frequency-shift-keying-fsk/sx1231
6
+
7
+ ## Status
8
+
9
+ (G)FSK functionality working. OOK is untested.
10
+
11
+ [ ![ GitHub tag] ( https://img.shields.io/github/tag/rust-iot/rust-radio-sx1231.svg )] ( https://github.com/rust-iot/rust-radio-sx1231 ) [ ![ Build Status] ( https://github.com/rust-iot/rust-radio-sx1231/actions/workflows/run-test.yml/badge.svg )] ( https://github.com/rust-iot/rust-radio-sx1231/actions/workflows/run-test.yml ) [ ![ crates.io] ( https://img.shields.io/crates/v/radio-sx1231.svg )] ( https://crates.io/crates/radio-sx1231 ) [ ![ Documentation] ( https://docs.rs/radio-sx1231/badge.svg )] ( https://docs.rs/radio-sx1231 )
12
+
13
+ [ Open Issues] ( https://github.com/rust-iot/rust-radio-sx127x/issues )
14
+
15
+ ## Usage
16
+
17
+ Add to your project with ` cargo add radio-sx1231 `
18
+
19
+ Install the utility with ` cargo install radio-sx1231 `
20
+
21
+ ## ` no_std ` Compability
22
+
23
+ The radio-sx1231 crate can be used as an interface library for the sx1231 radio on
24
+ embedded devices.
25
+
26
+
27
+ ## Useful Resources
28
+ - [ Datasheet] ( https://cdn-shop.adafruit.com/product-files/3076/sx1231.pdf )
You can’t perform that action at this time.
0 commit comments