You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some Arduino examples: here, but I have not been successful using the ESP32-LoRaWAN example sketch.
Adding the DevEui[], AppEui[], AppKey[] to the portal, setting the profile to "LoRaWAN-1.0.2-class A-FCC-20dBm" and the decoder as either unknown or "Cayenne LLP" -- the device just hangs in the joining and then fails loop.
Any suggestions or success stories?
The text was updated successfully, but these errors were encountered:
Hi, I friend of mine was struggling with something alike. In our case we were using the HTM01. And used Chirpstack with a raspberry. In out case Chirpstack gave us all these DevEui[], AppEui[], AppKey[], we replaced them in the code and that is it, if one of them was not given, then it wasn't replaced. We had to be really aware wether it was LSB or MSB with chirpstack. Most of the time it was config problems.
I am trying to connect a WiFi LoRa 32(v2) to a MachineQ gateway
There are some Arduino examples: here, but I have not been successful using the ESP32-LoRaWAN example sketch.
Adding the DevEui[], AppEui[], AppKey[] to the portal, setting the profile to "LoRaWAN-1.0.2-class A-FCC-20dBm" and the decoder as either unknown or "Cayenne LLP" -- the device just hangs in the joining and then fails loop.
Any suggestions or success stories?
The text was updated successfully, but these errors were encountered: