-
Good afternoon, I put together a circuit and recorded the signal from the drone control panel on HackRF with a frequency of 2.4 GHz, saw on the spectrum that LORA was transmitted and wanted to demodul…
-
hello 👋,
I need help about sx1280 chip,
I have two lora32 sx1280 with pa and one gnicerf sx1280 module
two lora32 modules works fine with radiolib library
but gnicerf with sx1280 library that prov…
-
playing with this on arm64 and i think we could re-evaluate the UI a little bit, maybe improve the balance between debug / info and streamline what the user actually -sees-
at the moment this looks…
-
Thanks for the great work. I'm using the **gen_mpy.py** script and it works amazing!
Still I think I found a few small issues, and figured out some workarounds but **I'm not sure they're the right so…
-
Hello,
first up: It's nice to see that someone has already undergone the effort to write a rust crate for the SX128x chips, so thank you very much for that!
I'm trying to hack up a custom firmwa…
-
Are there any plans to replace the internal `PhyRxTx` and `Timings` traits with ones from a trait crate, similar to `embedded-hal` but for radios? There is a [radio-hal](https://github.com/rust-iot/ra…
-
Hi Stuart,
Looks like the [linked](https://github.com/StuartsProjects/SX12XX-LoRa/tree/master/examples/SX128x_examples/Ranging) images on this page are missing (404) error. Might want to fix when y…
-
**Describe the bug**
After putting the module into sleep mode, even if the module is woken up after by pulling SS LOW, all attempts to transmit will result in `RADIOLIB_ERR_TX_TIMEOUT`. In my example…
-
I'm trying to make this gateway work with an EBYTE E22-900M30S module directly wired to the pins as described on the README without success. I have tested this with the 32 and 64 bit images.
RPI P…
-
**Describe the bug**
When the preamble length of an SX1280 radio is set higher than 30, no packets can be received by the remote.
This is due to the following code in SX128X.cpp (line 868 onwards):…