Hi Folks,
I have the above mentioned Board and I am struggling for days to setup the LoRa node.
According to the Schematics, the LoRa Pin are: NSS 8, SCK 9, MOSI 10, MISO 11, RST 12, BUSY 13 and DIO1 14.
loran = uLoRa(
cs = 8,
sck = 9,
mosi = 10,
miso = 11,
irq = 14,
rst = 12,
ttn_config = LoRaWAN_CONFIG,
datarate = LORA_DATARATE,
fport = 1
)
I get the error: File “ulora.py”, line 128, in init
TypeError: Can not detect LoRa Module. Please check wiring!.
I would be very grateful if anyone can help me get LoRa working in Micropython.
Thanks.
Best regards