HelTecAutomation / ESP32_LoRaWAN

Transplanted from Semtech LoRaWAN(https://github.com/Lora-net/LoRaMac-node) protocol to "ESP32 + Arduino" platform. Use RTC, support deep sleep, only working with ESP32 + LoRa boards made by HelTec Automation(TM). Need a unique license to use it.
344 stars 108 forks source link

Any success connecting to MachineQ in US #38

Open ksaye opened 4 years ago

ksaye commented 4 years ago

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?

sasilva1998 commented 4 years ago

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.