-
When I select USB or USB+Hardware Serial for the serial interface and I power the board externally via Vbus pin, some Catena4612 boards won't run the sketch until I connect USB cable to a computer.
…
-
* `lorabase.h` defines `MAX_LEN_FRAME` as 64, and this value is used most places (either as such or as `MAX_PAYLOAD_LEN`).
* `lmic.h` defines `MAX_FRAME_LEN` as 64, and this is never used (but it has…
-
The board came with firmware preinstalled. I compiled and flashed my customized version. Now the board hangs in a loop. I think this is a display problem. I'm using the latest version from github. Can…
-
See https://github.com/mcci-catena/arduino-lmic/releases/tag/v3.3.0
-
I need to get time to my device ttgo t-beam and therefore I used ttn-otaa-network-time.ino.
https://github.com/mcci-catena/arduino-lmic/blob/master/examples/ttn-otaa-network-time/ttn-otaa-network-ti…
-
**Describe the bug**
After changed the JSON to the new STM32 Arduino GITHUB, the RADIO enter in infinite loop on "while" sentence
// seed 15-byte randomness via noise rssi
rxlora(RXMO…
-
Hi
Where can we set the region of the mapper ?
And I can only get gps working if I modify the code is anyone else having that problem
thanks for your help
bttfw updated
2 years ago
-
I want to use the linkCheckReq MAC command. The server should report the gateway margin and number of gateways which picked up the signal.
This could be very useful when installing nodes to ensure …
-
Hello everyone, Im trying to connect an ESP32 LoRa V2 (sensor-node) to TTN V3 using another ESP32 LoRa V2 as a single channel gateway using this library https://github.com/things4u/ESP-1ch-Gateway . I…
-
With ChirpStack, it's easy to set up a channel plan that disables all 500 kHz channels by putting the following in `chirpstack-network-server.toml`:
```ini
[network_server.network_settings]
e…