E
@snehasg96 Hello, according to documentation
https://docs.pycom.io/firmwareapi/pycom/network/lora.html
Default contructor setting is SF7 CR=4/5
lora.init(mode, * ,region=LoRa.EU868, frequency=868000000, tx_power=14, bandwidth=LoRa.BW_125KHZ, sf=7, preamble=8, coding_rate=LoRa.CODING_4_5, power_mode=LoRa.ALWAYS_ON, tx_iq=False, rx_iq=False, adr=False, public=True, tx_retries=1, device_class=LoRa.CLASS_A)
If by FEC you mean CR, sx1276 (lora-chip) was unable to do less than 4/5.