-
[SX1278] Initializing ... failed, code -2
How to solve it ? Thank you
-
Hi! I'm looking for a solution to transmit RTTY teletype telemetry through a CC1101 equipped shield. I see that you're working on something that might satisfy my needs. What's the outlook and is there…
-
Hi,
is it possible to decode RTTY directly? I have a module with sx1276, esp32 and oled display. I would like to receive and decode itty directly on board and show messages on display. Can you explai…
-
I want to use recieve with interrupt on SX1268 however I am constrained by the no. Of pins I have available. So can I just put DIO2 pin as -1 and still use the recieve interrupt feature?
-
Hi,
I've been trying for a while now to run an AT Slave application using the SX1262, it works properly with the SX127x but with the SX1262 I can only transmit correctly.
Here is my hardware set…
-
Hello,
I raised this on node-sx127x a few years back and is the same issue here. The logic to determine coding rate is incorrect, it should be:
if (cr
-
I'm wondering if there's a bug in the file sx127x.py; I thought I'd ask here before going any further.
The function:
def aquire_lock(self, lock = False):
self._lock = False
Shouldn't…
-
**Is your feature request related to a problem? Please describe.**
It's not currently possible to put the modem in Implicit header mode which is useful for low latency applications where the payload …
-
Привет! Я только недавно начал разбираться с LoRa, и твоя либа оказалась самой понятной. Сейчас я пытаюсь "активировать" мой девайс на LoRaWan-сервере методом OTAA, в логах сервера и шлюза я вижу как …
-
Hi,
I'm trying to decode whitened FSK packets transmitted from SX127x, and I was wondering whether you could share the whitening polynomial? The one in the datasheet (x^9 + x^5 + 1) seems incorrect…