I'm trying to code up a LoRa tracker. It's transmitting, audibly audible, having an effect on the RSSI reading, but I'm always getting CRC errors on my
gateway:
Given I've got two channels on the gateway I figured I'd try an uplink from one to the other to isolate whether the problem was at the gateway or the tracker:

Same problem. Now I'm stumped as even communicating from effectively the same device with the same software and configuration is failing me. Any bright ideas to try before I can perhaps get a known-good tracker nearby come 29th March?
I assume this is the LoRA CRC that's failing, not anything to do with the UKHAS CRC16_CCITT?
gateway.txt configuration:
##### Config CE0 #####
frequency_0=434.720
mode_0=1
AFC_0=Y
DIO5_0=1
UplinkTime_0=2
UplinkCycle_0=60
UplinkFrequency_0=434.720
UplinkMode_0=1
SSDVUplink_0=Y
##### Config CE1 #####
frequency_1=434.720
mode_1=1
AFC_1=Y
Mat