-
Hi,
I'm trying to use the library with a Dragino Lora GPS Hat v1.4 board on a RPi3, with no luck so far (assertion error in set_freq during calibration). Has anyone successfully used this board? Wi…
-
Hi,
is it possible to add support for an Inkbird ITH-20R for esp32 with cc1101 i am not sure how to add additional decoders. a link for it working with rlt_433 is , https://github.com/ehagan/rtl_4…
-
Methods such as `LoraUtil.sendPacket` look more Java or C++ like. A more pythonic name might be `LoraUtil.send_packet`.
-
For the SX126x radios, the IRQ handler installed via
https://github.com/Lora-net/LoRaMac-node/blob/24d55f6319b11104ba1ebb0317244418bb68bd81/src/boards/NucleoL476/sx1261mbxbas-board.c#L74-L77
ju…
-
I am working with Lora sx127x on a Pico, when I upgraded to v0.28.0 things started to work. But today after I upgraded to v0.28.1 I am no longer able to Tx or Rx. It will find the radio but as soon…
-
Hi,
I'm testing this with a LoRa32 TTGO board, using DIO0 as the RX callback. The firmware also uses the SPI sdcard driver.
```
0;32mI (741) gpio: GPIO[26]| InputEn: 1| OutputEn: 0| OpenDrain: …
ghost updated
2 years ago
-
Is this library dead ? examples does not seems working . also it is not maintained from long time .
-
I've designed a new circuit using ESP8266 and SX1278.
IO0 output of SX1278 is connected to GPIO2 input pin of ESP8266 through an inverter gate (NOT). This is required by ESP8266 since the GPIO2 pi…
-
I have below mentioned board which by default supports arduino but i want to implement it using esp-idf framework .
Product Link : https://thinkrobotics.com/products/esp32-sx1278-bluetooth-wifi-lora-…
-
Hello Andrey, I have downloaded you library from _ESPRegistry_ to integrate an SX127x radio with ESP32 devices. **Really a good work** but, it seems to me that it is particularly oriented towards Helt…