bl072z end node i-cube-lrwan example doesnt send join request
Hi, i am trying to connect mi board to TTN but in my gateway(a pycom lopy4 which is online) terminal doesnt appear any join request, i have made this changes in the end_node example code:
in commissioning.h:
#define STATIC_DEVICE_EUI 1
#define LORAWAN_DEVICE_EUI { 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x10 }
#define LORAWAN_JOIN_EUI { provided by TTN }
#define LORAWAN_APP_KEY { provided by TTN }
#define LORAWAN_NWK_KEY { LORAWAN_APP_KEY }
in regioneu868.h:
#define EU868_DEFAULT_DATARATE DR_5 (also mi gateway has this DR)
in lora.c:
#define LORAWAN_DUTYCYCLE_ON false
i have made this changes bassed on the st workshop with the bl072z board:
https://www.youtube.com/watch?v=P90qrje5ndI&list=PLnMKNibPkDnECerjxSNJzMJ9njyqovVB9&index=4
in teraterm i see the device EUI, app EUI, app KEY and all matches with the values written in the code and got from TTN but the device is continuosly printing:
Txdone
RxTimeout
RxTimeout
did i forget to change something? ... thanks