iot-reference-esp32c3 icon indicating copy to clipboard operation
iot-reference-esp32c3 copied to clipboard

Results 16 iot-reference-esp32c3 issues
Sort by recently updated
recently updated
newest added

**Describe the issue** In my old code, ( ESP-IDF v4.3 ), OTA is done by subscribing to jobs etc and when a new ota_url arrives, executing this function: ``` /*...

documentation

I've used the temp_sub_pub_led_control as a starting point. everything is basically unchanged. when its running, it publishes like normal and after 20-30 seconds starts sending PINGREQ every 2 seconds or...

Description ----------- The current implementation uses task notification to wait for acknowledgements and incoming publishes and therefore, cannot differentiate between acknowledgements and incoming publishes. This causes a crash when an...

**Describe the bug** I'm tring to understand nature of the failure and how to fix it for 2 weeks and I can't find the right solution. After number of itteration...

**Is your feature request related to an issue you've encountered? If so, please elaborate.** Given the fact that there are several tasks running in parallel it is hard to determine...

**Describe the bug** Please provide a clear and concise description explaining the bug. **System information** - Hardware board: [ESP32-C3-DevKit-RUST-1] - IDE used: [VS code] - Operating System: [ Windows ]...

Description ----------- * Update to LTS 3.0 library. Currently, a fork is used instead of esp-aws-iot. We will update the submodule link after PR is merged to esp-aws-iot. * Merge...

I have managed to provision a device using fleet provisioning `Amazon Web Services IoT MQTT (Fleet Provisioning With CSR) Example` I'm using ESP-IDF 5.2 ESP32S3-F16-R8 I have for now stored...

Can we have a separate branch to trace changes applied based on 202210.01 LTS and a separate one for the new LTS202407 release? Some users (including myself) don't want yet...