You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior: Communicate LilyGo-T-Call-SIM800 to thingsboard via http and gsm
Actual behavior:
Keeps rebooting and won't start.
Here is the monitor output: rst:0x10 (RTCWDT_RTC_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:2 load:0x3fff0030,len:1184 load:0x40078000,len:12776 load:0x40080400,len:3032 entry 0x400805e4
Information about the Issue:
when using the instance ThingsBoard tb(client); To send data through mqtt it works fine with both gsm and wifi. the problem is when i change the instance ThingsBoardHttp tb(client, TOKEN, THINGSBOARD_SERVER, THINGSBOARD_PORT);
this only happens using gsm. in wifi the "ThingsBoardHttp" works correctly
Steps to reproduce the behavior
You just have to upload this code and utilities.h to the board and install the following libraries using the ide platformio
vshymanskyy/StreamDebugger@^1.0.1
vshymanskyy/TinyGSM@^0.11.7
thingsboard/ThingsBoard@^0.10.2
plerup/EspSoftwareSerial@^8.1.0
sparkfun/SparkFun BME280@^2.0.9
I can't understand what kind of conflict the thingsboardhttp instance has with tinygsm, I would really appreciate your help.
The text was updated successfully, but these errors were encountered:
Expected behavior:
Communicate LilyGo-T-Call-SIM800 to thingsboard via http and gsm
Actual behavior:
Keeps rebooting and won't start.
Here is the monitor output:
rst:0x10 (RTCWDT_RTC_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:2 load:0x3fff0030,len:1184 load:0x40078000,len:12776 load:0x40080400,len:3032 entry 0x400805e4
Information about the Issue:
when using the instance
ThingsBoard tb(client);
To send data through mqtt it works fine with both gsm and wifi. the problem is when i change the instanceThingsBoardHttp tb(client, TOKEN, THINGSBOARD_SERVER, THINGSBOARD_PORT);
this only happens using gsm. in wifi the "ThingsBoardHttp" works correctly
Steps to reproduce the behavior
You just have to upload this code and utilities.h to the board and install the following libraries using the ide platformio
I can't understand what kind of conflict the thingsboardhttp instance has with tinygsm, I would really appreciate your help.
The text was updated successfully, but these errors were encountered: