-
#### Summary
@adriansmares proposed feature to send already received messages in the events view
#### Why do we need this?
I think this can be quite helpful when one:
1. Is working o…
-
I am trying to get your software package STM32 IoT
SDK running on a board I developed myself. (STM32L071CZ + SX1276). The
software is running so far, but I cannot join into the TTN network.
The SX1…
-
Hello!
I need to know where get the downlink data..
I use feather M0 mote for node.
```
if (ev == EV_TXCOMPLETE) {
dataSent = true;
if (LMIC.dataLen) {
// data received …
-
I'm trying to build and upload the Multigeige v1.16.0 firmware into a Heltec wifi_kit_32 device using the Platformio IDE.
Unfortunately, from the documentation i only found a way using the Arduion …
rwe17 updated
2 years ago
-
Hi,
I ask you if it is possible to set the security keys for the ABP or OTAA connection and the devaddr and devui values interactively without having to write them directly in the firmware source…
-
After reviewing the various issues with this library and fw https://github.com/arduino/mkrwan1300-fw I decided it was probably a better idea to investigate with the community about the next steps (bef…
-
for the documentation
// Pin mapping for Dragino Board Version 1.3 (open J_DIO5)
const lmic_pinmap lmic_pins = {
.nss = 10,
.rxtx = LMIC_UNUSED_PIN,
.rst = 9,
.dio = {2, 6, 7}…
-
Is it possible with the mkr wan to send and receive a message with size more than 64 bytes??
kraef updated
3 years ago
-
I'm trying connect my MKRWAN 1310 to The Things Network. I have a device configured for OTAA setup in the TTN and when I run FirstConfiguration and enter the APP EUI and APP Key, I actually see the d…
-
Hello,
For school project we have to make a sort of gps tracker with raspberry pi 3 model b and dragino lora/gps hat (v1.1). We have never used this before so everything is new for us.
Until now…