Hello, please I need you help.
I have Chirpstack working with some lora devices good.
But now I need connect to chirpstack Arduino MKRWAN 1310. Module version is: ARD-078 1.2.3
-
I create Device-profiles:
LoRaWAN MAC version: 1.0.0
LoRaWAN Regional Parameters revision: A
ADR algorithm: Default ADR algorithm
Max EIRP: 0
Uplink interval: 0
Join (OTAA / ABP) → Device supports OTAA checked. -
I create Applications and add device:
Device EUI: I copy from Arduino IDE → MKRWAN → FirstConfiguration → Serial Monitor
Device-profile: I choose device profile whitch I create before.
I generate KEYS(OTAA) → Aplication Key. -
I run Arduino IDE → MKRWAN → FirstConfiguration → Serial Monitor
-
Choose OTAA (1)
-
APP EUI: 000000
-
APP KEY:I Insert key from chirpstack KEYS(OTAA) → Aplication Key, without space and capital characters.
-
Serial Monitor writes: Something went wrong; are you indoor? Move near a window and retry
-
But I see in chirpstack → Device → ACTIVATION: Device adress, Network session …
What am I doing wrong?
Thank you