Search found 4 matches

by sebams
Sun Apr 16, 2023 7:42 pm
Forum: ESP-IDF
Topic: cmake: integrating library for state machine (hsmcpp) with esp-idf needs FreeRTOS CMakeFiles.txt
Replies: 3
Views: 1833

Re: cmake: integrating library for state machine (hsmcpp) with esp-idf needs FreeRTOS CMakeFiles.txt

Found that another user of this forum was facing with a similar problem with another third party library and pthread, link here
by sebams
Fri Apr 14, 2023 11:23 pm
Forum: ESP-IDF
Topic: cmake: integrating library for state machine (hsmcpp) with esp-idf needs FreeRTOS CMakeFiles.txt
Replies: 3
Views: 1833

Re: cmake: integrating library for state machine (hsmcpp) with esp-idf needs FreeRTOS CMakeFiles.txt

Hi, thanks for answering. Already tried that but didn't get it, there is some trouble that makes pthreads unreachable for the linking process, the same that is described at the end of this post. I've found this in esp-idf doc: Using Third-Party CMake Projects with Components Considering that, and us...
by sebams
Tue Apr 11, 2023 10:18 pm
Forum: ESP-IDF
Topic: cmake: integrating library for state machine (hsmcpp) with esp-idf needs FreeRTOS CMakeFiles.txt
Replies: 3
Views: 1833

cmake: integrating library for state machine (hsmcpp) with esp-idf needs FreeRTOS CMakeFiles.txt

Hi, I'm trying to integrate hsmcpp library ( https://github.com/igor-krechetov/hsmcpp ) to my existing project. This library allows code generation of hierarchical state machines and FSM from statechart diagrams and has a dispatcher for FreeRTOS. They provide an example https://github.com/igor-krech...
by sebams
Fri Mar 03, 2023 8:30 pm
Forum: ESP RainMaker
Topic: MQTT connect failed after a week: transport_read() errno=128
Replies: 1
Views: 3566

MQTT connect failed after a week: transport_read() errno=128

Hi, I was running tests on an ESP32 with ESP Rainmaker and ESP insights. The code was working ok for ten days or so, but it appears offline in the app since January 21. The error that sends through the terminal is shown below: (6250) esp_mqtt_glue: Waiting for MQTT connection. This may take time. (6...