Got Adafruit Feather 32u4 LoRa Radio to work and here is how

Have you relaxed the timing by using

   LMIC_setClockError(MAX_CLOCK_ERROR * 1 / 100);

between the LMIC reset and the join attempt?

3 Likes