-
https://github.com/mcci-catena/arduino-lmic/blob/107ae38e8850bfb052acac81be7bfe25a5867e45/src/lmic/lmic_us_like.c#L100
-
Hi, can someone help me troubleshoot this issue ?
I'm running latest code from master, everything works fine but sending mail.
I set up a Grafana channel to send alerts to my address, when trying to…
oliv3 updated
5 years ago
-
Up to and including 1.0.6 of the STM32 board package, the permissions in the release file were wrong when installing on macOS and Linux. It's possible that this is now fixed with the updated [MCCI boa…
-
You are using this non-standard function in your code, but it's NOT in your libraries??? Nor is it documented in your getting started pages...
where can it be found?? is it from Paul's Stoffregen T…
-
The instructions currently don't mention that you need to have an Arduino library named `catena-lorawan-provisioning`, with files `catena-lorawan-provisioning/gk_lorawan_keys.project.cpp` and `catena-…
-
https://github.com/mcci-catena/arduino-lmic/blob/master/src/lmic/lmic.h#L50
-
Tested the Catena4551_test01 Sketch, Lux sensor output is not coming.
-
Please split and have an error code and a buffer size parameter.
https://github.com/mcci-catena/Modbus-for-Arduino/blob/30daf897feb04c3e2f6a492519d5a8cf8beb4c1f/ModbusRtu.h#L717-L724
-
See:
https://github.com/mcci-catena/Modbus-for-Arduino/blob/30daf897feb04c3e2f6a492519d5a8cf8beb4c1f/ModbusRtu.h#L571-L577
1. need to set the last error variable so the caller knows there's an …
-
Now that we can handle so many regions, it makes sense to add two APIs:
1. `LMIC_getConfiguredRegionName()` should return the region name as a string: "as923", "us915", etc.
2. `LMIC_getConfigured…