-
Hi all,
I'm using ESP32 + SX1278 + this LoRa library for both sender and receiver.
All other settings like Frequency, BW, CRC...are the same on both side.
However, the CR in sender and receiver are…
-
**Describe the bug**
The CRC of incomming packets is not checked. Garbled packets are passed through readData(...) with no indication that the data is bad.
I don't know whether or not Tx packets h…
-
I'm trying to get a SI4432 module working with RadioLib on a ESP8266 WEMOS D1 module and RTTY example.
Wiring to ESP8266 Hardware SPI and additional pins nSEL, nIRQ, SDN
Si4432 radio = new Module(…
-
If I buy a powerbank and this
https://www.banggood.com/2Pcs-Wemos-TTGO-LORA-SX1278-ESP32-0_96-OLED-Module-16-Mt-Bytes-128-Mt-bit-433Mhz-For-Arduino-p-1270420.html?
This is all waht I need?
Is pos…
and09 updated
4 years ago
-
Hardware setup:
Lolin32 -dev, sx1262 chip connected to the pins described below.
// ref: Library/Arduino15/packages/esp32/hardware/esp32/1.0.4/variants/lolin32/pins_arduino.h
// Pin connections L…
-
Hi ,
I am Shantanu. I only get on my screen:
LoRa Sender
Starting LoRa failed!
I have no idea as to why this happens. Can somebody help me out?
My code is:
#include
#include
int counte…
-
Regardless of the status of the transmitter (even turned off) the module is reporting available packets.
Reading these packets into the Data structure, just a simple structure to contain a few 16bit …
-
Hi:
I've been working on this problem for days with no luck. The program works well on the serial screen. It's just when I try and print the content of packet on the OLED does the problem surface.…
-
### Description
My H/W board with a SX1278 chip, I think the SX1278 should be compatible with SX1276, so I select SX1276 be the lora-radio in mbed_app.json of mbed-os-example-lorawan.
But …
-
When compiling the 'groundstation.ino' for Fossasat-1 and selecting SX126x chipset, the code that successfully calls getFrequencyError for SX127x fails.
This is because getFrequencyError is not imp…