-
When staring at the sx127x method of calculation PLL step from frequency, I spotted that resulting value for `steps_fraq` will always be 0:
https://github.com/Lora-net/SWL2001/blob/0ad056afad1c2102…
plaes updated
2 weeks ago
-
## Steps to recreate
- I've modified the `sx127x.New` function to accept a `drivers.SPI` instead of a `machine.SPI`
- I've modified the example for the sx127x to run on the pico. See dropdown click …
-
Floating point math is used in sx127x phy driver. This will cause issues on some companion chips ([for example esp32](https://github.com/esp-rs/esp-hal/issues/2050)).
* [x] lora-phy - [ sx1276 freq…
plaes updated
2 months ago
-
Hi
I have been trying to test this valuable code with a ADALM-pluto platform. First I tried to replace the sink from USRP to IIO-based pluto sink, but it didn't work. So, I used both the source cod…
-
I'm having issues compiling Moisture_LowPower_RadioLib_v2.1.ino. After correcting SX127X and setting ERR_NONE to 0, it says "Sketch uses 33434 bytes (108%) of program storage space. Maximum is 30720 …
-
With the Feather M0 Adalogger we use the [FeatherWing - RFM95W 900 MHz](https://www.adafruit.com/product/3231) shield, this has the SX1276 chip. With the Waspmote we have a shield with the SX1272 chip…
-
I just installed the package on RasPi B v1.2
When testing the examples I get the following in sender.js I believe the first error is being thrown on _spiOpen and when _spi.transfer is being called,…
-
Hi,
I was wondering if it is possible to use this library without the IRQ pin connected. You could just poll the irq register instead. If not I'm willing to write a feature for that or add a config…
CvRXX updated
7 months ago
-
Using @matheo-lucak 's fork of `rust-radio-sx127x` I finally have some examples compiling with `embedded-hal-1.0.0` on `stm32f4xx_hal` and forks/branches of `stm32g4xx_hal` and `stm32h7xx_hal`. (Detai…
-
Please advice why example does not work on my Raspi / Dragino board
```
pi@raspberrypi:~/node-sx127x/examples $ nodejs sender.js
open Error: Invalid version 2, expected 0x12
at SX127x. (/ho…
skoky updated
3 years ago