-
I'm using chirpstack to enqueue downlinks to ttgo lora device. I've tried with 3 different gateways from RAK (raspberry PI, rak edge lite and rak edge lite2) and different MCU's (all of them ttgo-lora…
-
arduino compiling error of ttn-otaa with wemos lolin32 and 868MHz SX1276 LoRa Breakout Board (ean 4251551312302, ASIN : B084NWDFH1):
c:/users/xxx/appdata/local/arduino15/packages/esp32/tools/xt…
-
Having problems compiling it:
```
src/lorawan.cpp: In function 'void startup_lorawan()':
src/lorawan.cpp:66:54: error: 'DR_SF12' was not declared in this scope
LMIC_setupChannel(0, 868100…
-
I use lmic_project_config.h mentioned below together with an adafruit lora feather M0 900Mhz, but it still transmits +900 MHz and not in the 868 band as required.
```
// project-specific definition…
-
I have a wrapper around Arduino's HardwareSerial class to add functionality to it. I use `extern SerialWrapper Serial` to give it global scope (the same as Arduino does) and I define `NO_GLOBAL_SERIAL…
-
Hi,
Every time I upload on Linux I get the following:-
```
Program file: /tmp/arduino_build_120438/CatenaSketch.ino.dfu
Board VID:PID: 0x040E:0x0091
Base address: 0x08005000
Bootloader:…
-
Hi,
Happened a couple of times, that the field tester did join, did get GPS lock, did transfer packets, so work as expected but after some time it looks completely frozen. No response to any of th…
-
I use module sx1272 on uno and i get failure
> Starting
> FAILURE
> /home/cyryl/Arduino/libraries/arduino-lmic-1.5.0-arduino-1/src/lmic/radio.c:659
-
For some reason, out of nowhere I can't use the new password, nor the default 12345678. I rolled back pretty far to test it out but to no avail. I'm unsure as to why this is happening as I don't think…
-
I was trying to have a Lora sender and receiver code with RAK4260. With few tweaks on Sandeeps Lora library, got it working, here is the updated sktech:
#include
#include
int counter = 0;
voi…