Hi,
I´m working on my RAK3172-Library for the ESP32 platform and I try to integrate FUOTA for LoRaWAN. I have configured my RAK3172-SiP in class C mode and want to transmit a response to my FUOTA server, but the module reports an AT_ERROR
when transmitting in class C
I (2172) RAK3172: Transmit command: AT
I (2182) RAK3172: Status: OK
I (2182) RAK3172: Transmit command: AT+VER=?
I (2202) RAK3172: Value: RUI_3.5.1_RAK3272-SiP
I (2202) RAK3172: Status: OK
I (2202) RAK3172: Transmit command: AT+SN=?
I (2212) RAK3172: Value:
I (2212) RAK3172: Status: OK
I (2212) RAK3172: Transmit command: AT+CLIVER=?
I (2232) RAK3172: Value: 1.5.7
I (2232) RAK3172: Status: OK
I (2232) RAK3172: Transmit command: AT+APIVER=?
I (2242) RAK3172: Value: 3.2.2
I (2242) RAK3172: Status: OK
I (2242) RAK3172: Transmit command: AT+HWMODEL=?
I (2262) RAK3172: Value: rak3172-sip
I (2262) RAK3172: Status: OK
I (2262) RAK3172: Transmit command: AT+HWID=?
I (2282) RAK3172: Value: stm32wle5xx
I (2282) RAK3172: Status: OK
I (2282) RAK3172: Transmit command: AT+BUILDTIME=?
I (2292) RAK3172: Value: 20220902-103101
I (2292) RAK3172: Status: OK
I (2292) RAK3172: Transmit command: AT+REPOINFO=?
I (2322) RAK3172: Value: 3e429785:7b38e62c:8d72350f:b0bb2e6c:c668e351:e27f8a41:df8c723b:ab7872a1:9bf2db1d:c757ea45:d5c6e88d:05c82209:da54579d:d1e75214:1365fb0c:714946eb:4ec2e55d:de257c79
I (2332) RAK3172: Status: OK
I (2342) RAK3172: Transmit command: AT+NWM=?
I (2342) RAK3172: Value: 1
I (2342) RAK3172: Status: OK
I (2352) main: Firmware: RUI_3.5.1_RAK3272-SiP
I (2352) main: Serial number:
I (2362) main: Current mode: 1
I (2362) RAK3172_LoRaWAN: Initialize module in LoRaWAN mode...
I (2372) RAK3172: Transmit command: AT+JOIN=0:0:7:0
I (2432) RAK3172: Status: OK
I (2432) RAK3172: Transmit command: AT+NJS=?
I (2452) RAK3172: Value: 0
I (2452) RAK3172: Status: OK
I (2452) RAK3172: Transmit command: AT+CLASS=C
I (2512) RAK3172: Status: OK
I (2512) RAK3172: Transmit command: AT+ADR=1
I (2572) RAK3172: Status: OK
I (2572) RAK3172: Transmit command: AT+BAND=4
I (2582) RAK3172: Status: OK
I (2582) RAK3172: Transmit command: AT+BAND=?
I (2602) RAK3172: Value: 4
I (2602) RAK3172: Status: OK
I (2602) RAK3172: Transmit command: AT+TXP=0
I (2662) RAK3172: Status: OK
I (2662) RAK3172: Transmit command: AT+NJM=1
I (2722) RAK3172: Status: OK
I (2722) RAK3172_LoRaWAN: Using OTAA mode
I (2722) RAK3172: Transmit command: AT+DEVEUI=AC1F09FFFE071978
I (2782) RAK3172: Status: OK
I (2782) RAK3172: Transmit command: AT+APPEUI=0000000000000000
I (2842) RAK3172: Status: OK
I (2842) RAK3172: Transmit command: AT+APPKEY=1ED00F6F5EF603C7B1B7DACA1E262E44
I (2902) RAK3172: Status: OK
I (2902) RAK3172: Transmit command: AT+NJS=?
I (2912) RAK3172: Value: 0
I (2912) RAK3172: Status: OK
I (2912) main: Not joined. Rejoin...
I (2922) RAK3172: Transmit command: AT+JOIN=1:0:15:5
I (3072) RAK3172: Status: OK
I (10802) RAK3172: Event: +EVT:JOIN_FAILED_RX_TIMEOUT
I (34142) RAK3172: Event: +EVT:JOINED
I (34162) RAK3172: Transmit command: AT+CFM=0
I (34212) RAK3172: Status: OK
I (34212) RAK3172: Transmit command: AT+SEND=1:7b7d
I (34212) RAK3172: Status: AT_ERROR
After changing to class A the transmission works. How can I send using class C?