sx127x_lora
sx127x_lora copied to clipboard
A platform-agnostic driver for Semtech SX1276/77/78/79 based boards.
Hi, we're trying to use lora in conjunction with an esp32. we're passing an spi2 to to the loramodule, and when we instantiate the object, it returns this error: ```...
The "configure" method tries to call a "reset" method that doesn't exist, and since the documentation says that the "new" method resets the device I figured the intention was to...
In LoRa::new these are set to 0 which is not default (RegFifoTxBaseAddr is 0x80 after reset). This however cannot be modified after LoRa structure creation - so e.g. in LoRa::configure...
Hello I am looking to implement this library for a project I am doing with a ESP32. The issue is the following when I try to instantiate this library in...
Add reparated `reset` method which I forgot to add in #11 (it is already called in `configure`). Sorry that I've missed this :-(
I want to use this library and found it could use some care. Here goes :)
FREQUENCY in megahertz needs to be a float, not i64, otherwise only the nominal channel can be used, for example, channel 12 in the 915MHz band. Another option might be...
status?
I am managing to get a small example to build and run, that is not panic, on different MCUs, but am having no luck with communication to a receiver. I...
Added a send and receive example for the Lora32 (esp32 + sx127x) board from Heltec