Louis Thiery
Louis Thiery
I was trying to use this library without all the tokio stuff and wished there was a mio example. I shared back this example, although it's not fancy and doesn't...
Hello! I love the idea of this type of abstraction library and it looks like it has a lot of great things going for it. I'm a little confused at...
I had a service I was integrating with that didn't appreciate the default float output. This allowed me to override the float printing with something like `io_lib:format("~.4f", [Float])`
I have a type such as: ``` type A { field_public: Int } ``` Later on in the same file, I write: ``` extend type A { field_private: Int }...
 FCnt doesn't have meaning for JoinRequest/JoinAccept frames. But we could sneak DevNonce/AppNonce into these bubbles. This would "make sense" because FCnt is used to identify frames and DevNonce/AppNonce are...
In US915 and AU915, for example, data rate on transmit is dependent on which uplink channel is used.
I'm using the encoding module in the lorawan-sniffer library as you may know and I've come across a parsing error on some "real live bytes". It could very well be...
"My initial thought was to use the chip select as the reset output, but sadly, the documentation for the SPI functions mentioned that the chip enable line is only held...
Example of how to factor out the enum in favor of a trait. Sx126x would need to be done next.
After seeing [Semtech's new reference drivers](https://github.com/Lora-net/SWL2001), I thought it would be interesting to start using them in testing the lora-phy implementation. Full chip support exists in these reference drivers, so...