Commit Graph

17 Commits

Author SHA1 Message Date
085e791ec6 change example FSK settings to more sensible values, set Variable packet type as default for FSK and MSK 2026-02-27 21:30:13 +01:00
757111afda update examples, add new ones 2026-02-26 19:53:24 +01:00
709bff6d5d implement FSK and MSK (rx and tx for both) 2026-02-26 19:53:06 +01:00
62e586a776 use the new rx gain setting in lora 2026-02-26 19:52:40 +01:00
da308fe23e add configurable rx gain setting 2026-02-26 19:52:05 +01:00
82010fc745 update readme 2026-02-26 15:36:31 +01:00
f41a7b9002 reorder files in the crate 2026-02-26 15:35:19 +01:00
a789b5a881 add lora examples 2026-02-26 14:36:11 +01:00
f9356d5f30 update readme 2026-02-26 14:29:28 +01:00
043841c08b add rust-analyzer to rust-toolchain files 2026-02-26 14:21:19 +01:00
4ec062f575 refractor into library crate with examples 2026-02-26 14:16:34 +01:00
d624b92704 implement BPSK modulation (tx-only with arbitrary freq setting) 2026-02-26 01:46:49 +01:00
15d13bdad7 refractor into proper driver with abstractions and Radio struct, LoRa TX and RX working 2026-02-26 00:14:05 +01:00
bac6567fe3 use hard-coded SPI commands to send a LoRa packet 2026-02-25 18:06:33 +01:00
3efbbf8095 add a translation layer for sub-GHz SPI comms, enabling the radio works now 2026-02-25 14:56:42 +01:00
2adface93b configure RCC to use 48MHz MSI as system clock 2026-02-24 23:47:16 +01:00
adc3f0aada init 2026-02-24 22:29:23 +01:00