Seeed XIAO NRF52840 + SX1276 "no JoinAccept"

Hello, I’m trying to get a connection with my Seeed XIAO nrf52840 sense and a 868MHz SX1276 LoRa Breakout Board with the The Things network.

this is my pin connection:

// Pin mapping
const lmic_pinmap lmic_pins = {
.nss = 1,
.rxtx = LMIC_UNUSED_PIN,
.rst = 5,
.dio = {6, 7, LMIC_UNUSED_PIN},
};

This is the board lay-out:

image

This is the chip lay-out:

image

I connected the wire to the 3.3V
I connected DI00 to tx
I connected DI01 to rx
I connected SCK,MOSI,MISO to SCK, MOSI, MISO
I connected GND to GND

My keys
AppEUI lsb all zeros 16x

DevEUI lsb random 16x

AppKey msb random 32x

This is what I get, no connection can somebody help me? is it possible to use the Arduino-LMIC library (“MCCI LoRaWAN LMIC Library”) or not?

EV_TXSTART

81176696: TXMODE, freq=868300000, len=23, SF=10, BW=125, CR=4/5, IH=0

start single rx: now-rxtime: -28

81510986: RXMODE_SINGLE, freq=868300000, SF=10, BW=125, CR=4/5, IH=0

rxtimeout: entry: 81517150 rxtime: 81511014 entry-rxtime: 6136 now-entry: 0 rxtime-txend: 311126

start single rx: now-rxtime: -22

81573242: RXMODE_SINGLE, freq=869525000, SF=12, BW=125, CR=4/5, IH=0

rxtimeout: entry: 81589660 rxtime: 81573264 entry-rxtime: 16396 now-entry: 0 rxtime-txend: 373376

81589660: EV_JOIN_TXCOMPLETE: no JoinAccept

81589660: engineUpdate, opmode=0xc

106507324: engineUpdate, opmode=0xc

I live at the red dot
image