-
I've been trying to use RTTY and Morse code on the Adafruit Feather 32u4 board with SX1278 (https://www.adafruit.com/product/3079) which is a 433 MHz Version. The board is working fine with normal tra…
-
Hi
I'm reading the library to make a compatibility to [STM32 HAL library](https://github.com/wdomski/SX1278) I use.
I've came across this line, Which I expect it's a bug :
in SX1278.cpp L49…
-
I am receiving `Starting LoRa failed` every time I run the program on my Arduino Due, but when I plug in Arduino Uno it works perfectly fine. I use Lo Ra-02 sx1278. I run the basic sender program and …
-
Hi,
I've added a TCXO to my HELTEC WIFI LORA 32 V2 board (sx1278+ESP32) and i try to use this program:
```c++
#include
#define LORA_SCK 5
#define LORA_MISO 19
#define LORA_MOSI …
-
Hi. Thank you for sharing the library. I'm trying to use ESP8266 nodemcu with SX1278 radiolib for mqtt publishing and subscribing but I encountered this at the very beginning of the original codes.
…
-
On doc page :
https://github.com/sandeepmistry/arduino-LoRa/blob/master/API.md
there are write two bands : **868E6** and **866E6**.
What is the correct band ?
-
I checked out build and uploaded the sketch with platformIO. I only changed the Radio frequency to 868 in board_def.h. The rest is unchanged. Is the Radio chip selection wrong? How I find out which ch…
-
when I run the command make main.cpp, it shows nothing to be done for 'main.cpp'. i'm using sx1278 with pi3. please tell me the solution of it
-
Hi,
is it possible to send a lora payload from a T-Beam and receive it from a LoRa32 SX1276 OLED (v2) ? I if follow those two tutorials:
https://randomnerdtutorials.com/ttgo-lora32-sx1276-arduino…
-
I have a Dorji SX1262 (868) I can't make it work in RX mode. The TX is working "SX126x_Transmit.ino" using "lora.setTCXO(1.6);"
ESP32 with Dorji DRF1262 (DIO2 not connected)
My RX sketch (not work…