Closed
Description
I need to get time to my device ttgo t-beam and therefore I used ttn-otaa-network-time.ino.
https://github.com/mcci-catena/arduino-lmic/blob/master/examples/ttn-otaa-network-time/ttn-otaa-network-time.ino
But I never pass
if (flagSuccess != 1) {
Serial.println(F("USER CALLBACK: Not a success"));
return;
}
flagSuccess has always value 0.
The communication with TTN v3 works fine and there are no other problems.
latest mcci arduino-lmic
platformIO
Regio EU868
ttgo t-beam v1.1
Does this example work with TTN v3? Do I have to set up anything special to be able to query time?
any help would be appreciated