-
Hi,
I getting this error while I run the code in Arduino UNO. using ttn_abp.ino
Serial Monitor.
Error: Starting
7143: EV_TXSTART
Packet queued
FAILURE
C:\Users\issel\Documents\Arduino\…
-
Hello,
I use an ESP32 Pico D4 and an RFM95.
The last time I used it everything worked.
But now I get the following error in the Arduino IDE as well as PlatformIO:
pin map is:
#define PIN_LMIC_N…
-
I tried OTAA as per the instructions given by @dhineshkumarmcci . Check the given arduino log below. Node trying to join with the server and I can able see the join request on the
Chirpstack lorawan…
-
Hi,
When I set SF11 using the function `LMIC_setDrTxpow` I can see that the Join request is always sent using SF7.
Can anyone tell me why this is the case and how I can set SF for the Join requ…
-
**Consider raising support questions on the forum first**
There is a discussion site, [forum.mcci.io](https://forum.mcci.io), which includes a [category focused on the Arduino LMIC](https://forum.m…
-
The semtech SX1276/77/78/79 chip, which LMIC is focused on, delivers a temperature value in register 0x3c. This gives the option to create some added value with LORAWAN nodes by estimating the surroun…
-
after LMIC_disableChannel(x) is called for say channels 0-9 and again for channels 11-72 I still see join attempts on all of the US-915 subband2 frequencies. Is this a function of TTN/server doing th…
-
### Discussed in https://github.com/mcci-catena/arduino-lmic/discussions/832
Originally posted by **zl3ag** December 18, 2021
This library is being used globally by lots of different apps.
…
zl3ag updated
2 years ago
-
In which file of the library, LoRaWAN frame is created? I need it for research purposes. Your help will be greatly appreciated.
-
I am trying to port the RAK811 to the Arduino Core, but I am having some problems wanting to use the module Lora with the Lmic (https://github.com/mcci-catena/arduino-lmic) or Lora (https://github.com…