-
Our first tester cloned arduino-lmic as "arduino-lmic-master", and this revealed that there are links internally to the source tree that require that the libraries have expected names. We need to docu…
-
Compilation fails with version [5395e](https://github.com/mcci-catena/arduino-lorawan/commit/5395e962719d0153db3a28f4f4a7485277fb4ab5) of the library, because eu868 support was not properly implemente…
-
Grafana needs additional setup in order to be able to send mail. Invitations don't go out.
-
For some reason when I extended the init() routine(), I added a delay(300) after a comment "delay 3 ms". The BME280 reference software uses a delay of 3 ms after a soft reset, and that's what we shou…
-
If you run the lmic code for long enough while configured for US915 without being able to join, it will assert:
`FAILURE {somepath}/src/lmic/radio.c:452`
Analysis of the code shows that it's faili…