Hi,
Does somebody has a working example with this node, using LMIC library and TTN?
Can't get it working (EV_JOINING, nothing more). Is maybe my pin map incorrect?
const lmic_pinmap lmic_pins = {
.nss = 10,
.rxtx = LMIC_UNUSED_PIN,
.rst = A0,
.dio = {2, 7, 8},
};
Thanks