Search found 4 matches
- Tue Mar 26, 2024 11:27 am
- Forum: ESP-IDF
- Topic: Logless system freeze.
- Replies: 3
- Views: 2411
Logless system freeze.
We are experiencing a strange issue where the system freezes with no log output, no brownout detection no hardfaults or reset, it just seems to stop doing anything until the system is manually reset, after which it works as normal. We are making an air quality monitor with an ESP32-C6 using ESP-IDF ...
- Fri Apr 22, 2022 12:23 pm
- Forum: General Discussion
- Topic: ESP-IDF UART Timeout interrupt
- Replies: 0
- Views: 1224
ESP-IDF UART Timeout interrupt
Hey, I am using UART to send commands and receive data from the ESP32. I followed the uart_events example project to setup a UART task with a pattern detection event. This worked fine when I was debugging and manually typing in commands. However when sending commands from an application the characte...
- Wed Feb 09, 2022 4:05 pm
- Forum: ESP-IDF
- Topic: Thingsboard cloud MQTT
- Replies: 0
- Views: 1813
Thingsboard cloud MQTT
Hey, Has anyone had any luck connecting to thingsboard cloud MQTT broker recently? I've tried esp_mqtt_client_config_t mqtt_cfg = { .client_id="TbDev", .password=mypassword, .username=myusername, .uri = "mqtt://cloud.thingsboard.io", .port = 1883, //.username = mqtt_access_token }; where password an...
- Mon Jan 24, 2022 12:57 pm
- Forum: ESP-IDF
- Topic: Eclipse debugging on windows
- Replies: 0
- Views: 2120
Eclipse debugging on windows
Hey, I have been working through the examples and can succesfully build and flash applications through eclipse. I managed to get the debugger working from the terminal but not through eclipse. I've been following the guide at https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jta...