Single channel gateway OTAA signup #908
Unanswered
adambichler
asked this question in
Q&A
Replies: 1 comment
-
@adambichler sorry you're having problems. The error is an assertion failure in radio.c. Radio.c reads the operating mode back from the SX1276 after selecting LoRa mode. It expects to see that the radio is in LoRa mode, but it does not. I don't see mention of the version of the LMIC being used. Looks like a hardware problem of some kind.
Good luck! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
What I'm trying to do:
Connect the sensor/board to the Helium network using OTAA activation, using the LMIC library.
Hardware:
I'm using a Heltec WIFI LORA 32 V2 development board: https://heltec.org/project/wifi-lora-32/
Software:
I am currently trying to connect the device using the Helium OTAA example code: https://github.com/mcci-catena/arduino-lmic/blob/master/examples/helium-otaa/helium-otaa.ino . I have tested the code with the Adafruit Feather M0 and its working just fine. I'm working on a mac, working with the EU 868 frequency
I have entered my APPKEY, DEVEUI and APPEUI; also I have changed the pinmap to the following:
What I'm getting:
Has anyone an idea on where the problem might be? I have read in a forum that it might be a problem due to the LORA V2 being a single channel gateway, but I have no idea on how to solve that problem.
Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions