Search found 4 matches

by woipdomain
Sun May 24, 2020 1:45 am
Forum: ESP-IDF
Topic: Problem including components in esp-idf project.
Replies: 0
Views: 1453

Problem including components in esp-idf project.

Hi all , I've been 3 days trying to import a 3rd party library under PROJECT/components. ESP-IDF Version :ESP-IDF v4.1-dev-1086-g93a8603c5-dirty My project structure is : PROJECT/main /main/src /components/ /components/libnmea-esp32/ /components/libnmea-esp32/libnmea/ I've tried several dozens of : ...
by woipdomain
Fri Feb 07, 2020 8:38 am
Forum: ESP-IDF
Topic: Can't pass variables to MQTT function based on esp-idf example MQTT/tcp
Replies: 2
Views: 3057

Re: Can't pass variables to MQTT function based on esp-idf example MQTT/tcp

Hellooo ! , Have somebody any clue about why the system is hanging?

Maybe could seem too obbious for some of you , but we spend 2 weeks trying and trying without success .-

Please!

Thank you !
by woipdomain
Wed Feb 05, 2020 12:00 pm
Forum: ESP-IDF
Topic: Can't pass variables to MQTT function based on esp-idf example MQTT/tcp
Replies: 2
Views: 3057

Re: Can't pass variables to MQTT function based on esp-idf example MQTT/tcp

Hi all ,

Will be very nice if someone give a clue on how to FIX this MQTT problem.

Thank you in advance!

Santi .-
by woipdomain
Tue Feb 04, 2020 11:10 am
Forum: ESP-IDF
Topic: Can't pass variables to MQTT function based on esp-idf example MQTT/tcp
Replies: 2
Views: 3057

Can't pass variables to MQTT function based on esp-idf example MQTT/tcp

Hi all , Thanks in first term for developing this great IoT tool. We are having problems to publish simple MQTT JSON string to a broker. When we try to use esp_mqtt_client_publish() out of the mqtt_event_handler_cb(esp_mqtt_event_handle_t event), the system halts and reboot, we don't figure out how ...