I am using LiLyGo TTCALL Sim800L.
My code is working on Wifi but has a bug when I use GPRS.
I believe I have a protocol problem when the code tries to initiate the SNTP.
But I do not find where is the error.
I have the following error :
Code: Select all
[Starting] Opening the serial port - COM5
[Info] Opened the serial port - COM5
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1216
ho 0 tail 12 room 4
load:0x40078000,len:9720
ho 0 tail 12 room 4
load:0x40080400,len:6352
entry 0x400806b8
Initializing modem...
Modem: SIM800 R14.18
Waiting for network... OK
Network connected
Connecting to APN: mworld.be OK
> IoT Hub
> ESP32 MQTT CLIENT INIT
Info: Initializing SNTP
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:1442 (xQueueGenericReceive)- assert failed!
abort() was called at PC 0x400888c5 on core 1
Backtrace: 0x4008c49c:0x3ffb1d90 0x4008c6cd:0x3ffb1db0 0x400888c5:0x3ffb1dd0 0x40109216:0x3ffb1e10 0x401093be:0x3ffb1e30 0x400fb810:0x3ffb1e50 0x400fb879:0x3ffb1e70 0x4010272d:0x3ffb1e90 0x40102752:0x3ffb1eb0 0x400fb6d3:0x3ffb1ed0 0x400d5381:0x3ffb1ef0 0x400d53da:0x3ffb1f10 0x400d442e:0x3ffb1f30 0x400d3e42:0x3ffb1f70 0x400e1747:0x3ffb1fb0 0x40088bd9:0x3ffb1fd0
Rebooting...
ets Jun 8 2016 00:22:57
Thanks