@coeus I am using 915MHz for the gateway.
For the device, the ttn network shows it connected to "ttn-handler-us-west (current handler)". But the UART terminal states:
RAK811 BreakBoard soft version: 1.0.2
Selected LoraWAN 1.0.2 Region: EU868
OTAA:
Dev_EUI: XXX..
AppEui: XXX..
AppKey: XXX..
OTAA Join Start...
I am guessing this is where the problem is. It should be US915 for both instead of EU868 for the device.
How can I change it? - Thank you
Edit:
I changed the frequency of RAK811 to US915 by going to platformio.ini in atom but the problem still persists. I still get:
OTAA:
Dev_EUI: xxx...
AppEui: xxx..
AppKey: xxx...
OTAA Join Start...
What am I missing? - Thanks