Replies: 4 comments
-
Yes, OTAA works. The TTN console does not indicate the gateway sent the packet; the gateway might not receive the downlinks, and the console only shows what TTN thinks it sent. I've been misled many times by this. You have to look at the gateway logs; perhaps Microtik can help with that. Most likely there's a misconfiguration on the antenna configuration: your board may have an external switch for TX/RX on the antenna, and the LMIC has to be told how to handle it (it's not handled by the SX1276). Or it could be something else; unfortunately, we don't have the TTGO boards at MCCI. If you have two units, get the "raw" (low-level device-to-device) example working. If not, it's difficult to bring things up. There may be someone using the TTGO hardware watching this who can give you advice. |
Beta Was this translation helpful? Give feedback.
-
I've included the gateways logs (last screenshot) : the message is received from TTN and sent over the air. Its downlink is confirmed to be operational. |
Beta Was this translation helpful? Give feedback.
-
Hi, Board: TTGO T3_V1.6
To use LMIC_DEBUG_LEVEL 1/2 is to my knowledge a bad idea, because it influences the timing extremely. |
Beta Was this translation helpful? Give feedback.
-
Suggestion: To ensure, that your hardware and LORAWAN setup is properly working, you may install this software, which comes with preconfigured option for TTGOv1. It is based on MCCI LMIC 3.2.0 and proven by many users to work with TTN & OTAA & TTGOv1. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I own a MikroTik LoRa gateway (Switzerland) and I'm trying to make TTN work with OTAA using a TTGO v1 (OLED, ufl on the front, 3D antenna on the back)
LMIC_setClockError(MAX_CLOCK_ERROR * 10 / 100);
but no change.Has anyone been able to get OTAA working with this library ?
Here's my config :
Log :
TTN Device log:
TTN Gateway log:
Lora gateway:
(Taken a while later)
Beta Was this translation helpful? Give feedback.
All reactions