embassy icon indicating copy to clipboard operation
embassy copied to clipboard

Proposal: embassy-lora

Open lulf opened this issue 4 years ago • 2 comments
trafficstars

Similar to embassy-net, I'd like to propose adding an embassy-lora module with:

*) async lora radio drivers that works with embassy, i.e. using async SPI *) rust-lorawan (MAC layer) trait implementations for above radios + radios in embassy-stm32

Then, create examples/embassy-lora with examples of using rust-lorawan with the async radio drivers running with embassy.

Most of the above exists in drogue-device already, but the trait implementations are not yet fully async. I'd like to do the work on the async versions in embassy if people agree with this.

lulf avatar Sep 24 '21 20:09 lulf

Sounds great to me! The more features, the better!

I don't think I'll be able to help much, I'm not personally invested in LoRa. I can help with API design/consistency if you want to.

Dirbaio avatar Sep 27 '21 16:09 Dirbaio

PR #410

lulf avatar Sep 30 '21 08:09 lulf

Seems like this can be closed?

MathiasKoch avatar Aug 18 '22 17:08 MathiasKoch