I’m using a Rakwireless 2245 Pi HAT as my LoraWAN gateway to the Things Network. This is working with other ESP 32 end devices so I’m satisfied my gateway is working.
I’m testing out an HTTC-AB01 device and running the example LoRaWan arduino program. The device sends out a join request. The gateway detects the join request with two messages:
Accept join-request
Forward join-request message
However, the AB01 believes the join fails and is stuck in a loop retrying the join every 30 seconds.
I’m still quite new to LoraWAN and TTN, and would appreciate some suggestions how to troubleshoot.
– Brian