-
Hi,
I have been testing my device under different fail conditions such, in this case I was testing what happens with an ACK is not received on a confirmed packet.
What occurred was that the packet…
-
For me it seems LMiC code in radio.c selecting the PA Output pin of SX1276 is erraenous. Always Pin PA_BOOST is selected. This can cause malfunction, if board hardware does not wire this pin, because …
-
Need to re-factor to support other networks, so that ttn is not hard coded (search for Arduino_LoRaWAN_ttn).
-
Would it be possible to support this particular board with the mcci arduino-lmic stack?
https://heltec.org/project/htcc-ab01/
It consist of a ARM Cortex M0+ microcontroller plus a Semtech SX LoRa …
-
**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…
-
-
I see the following in the TTN console, using the OTAA example. This tells me that the OTAA join only succeeds at the 3rd try.
![image](https://user-images.githubusercontent.com/948278/98484370-8d9…
-
I am using LMIC on nRF52 platform. I have successfully ported hal.cpp and now I want to switch to using interrupts. Mainly I want to sleep while waiting for RX as that's the majority of time the libra…
-
It appears that the intent was that `stm32_interrupt_enable()` and `stm32_interrupt_disable()` should be callable from C. But the header file (cores/arduino/stm32/interrupt.h) neglected to declare the…
-
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…