Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with thingsboard #242

Open
mokerosan opened this issue Aug 24, 2023 · 0 comments
Open

problem with thingsboard #242

mokerosan opened this issue Aug 24, 2023 · 0 comments

Comments

@mokerosan
Copy link

mokerosan commented Aug 24, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant