Search found 4 matches

by jitin17
Fri Mar 29, 2019 6:53 am
Forum: General Discussion
Topic: Best way - HTTP Response Response parsing
Replies: 5
Views: 10040

Re: Best way - HTTP Response Response parsing

Hi Ritu21, When you are calling `parse_DeviceInit_Response` on HTTP_EVENT_ON_DATA event, there is a possibility that you won't receive the entire JSON blob, so a better thing to do would be to accumulate entire HTTP body data and then feed it to the `parse_DeviceInit_Response`. Regarding the delay, ...
by jitin17
Mon Mar 11, 2019 8:59 am
Forum: ESP-IDF
Topic: Auto provisioning using X.509 certificate using esp idf by direct method
Replies: 2
Views: 5038

Re: Auto provisioning using X.509 certificate using esp idf by direct method

Hey, Please find Azure Device provisioning example on ESP32 here: https://github.com/espressif/esp-azure/tree/master/examples/prov_dev_client_ll_sample To create x509 leaf certificates for devices follow this link: https://github.com/Azure/azure-iot-sdk-c/blob/master/tools/CACertificates/CACertifica...
by jitin17
Fri Feb 22, 2019 12:36 pm
Forum: ESP-IDF
Topic: esp_http_client_perform blocks the task
Replies: 2
Views: 4735

Re: esp_http_client_perform blocks the task

Hey, Did you face a similar issue with master branch, and can you send us the log with debug enabled?
by jitin17
Fri Sep 14, 2018 10:31 am
Forum: ESP-IDF
Topic: Running Simple OTA Example.
Replies: 3
Views: 8828

Re: Running Simple OTA Example.

Hey, can you clean up your existing certificates and set up everything again, as described in `examples/system/ota/README.md`? This issue reported on GitHub may be similar to the problems that you are facing: https://github.com/espressif/esp-idf/issues/2296. So this might help you as well. Also, don...