Search found 13 matches

by devang.dixit
Sat Aug 25, 2018 5:22 am
Forum: General Discussion
Topic: Having issue with http chunked response
Replies: 5
Views: 9185

Re: Having issue with http chunked response

thanks for the response, But in my case HTTP_BUF_SIZE of the response is more than 512. so in the event handler when the event HTTP_EVENT_ON_HEADER occurs I printed the evt->header_key and evt->header_value, so for the first 5-6 headers it prints perfectly, but when it exceeds the HTTP_BUF_SIZE, it ...
by devang.dixit
Fri Aug 24, 2018 4:07 am
Forum: General Discussion
Topic: ESP-WROOM-32 to ESP32-WROVER upgrade
Replies: 6
Views: 7626

Re: ESP-WROOM-32 to ESP32-WROVER upgrade

ok, thx
by devang.dixit
Thu Aug 23, 2018 5:48 pm
Forum: General Discussion
Topic: Having issue with http chunked response
Replies: 5
Views: 9185

Having issue with http chunked response

int esp_http_client_fetch_headers(esp_http_client_handle_t client) { if (client->state < HTTP_STATE_REQ_COMPLETE_HEADER) { return ESP_FAIL; } client->state = HTTP_STATE_REQ_COMPLETE_DATA; esp_http_buffer_t *buffer = client->response->buffer; client->response->status_code = -1; while (client->state <...
by devang.dixit
Wed Aug 22, 2018 10:51 am
Forum: General Discussion
Topic: wifi bcn timeout error
Replies: 10
Views: 16891

Re: wifi bcn timeout error

So, according to you, I should not do large write into flash. Wright?
Is there any other way to resolve this?
Currently I am usign esp-idf-v3.1-beta1.
by devang.dixit
Wed Aug 22, 2018 5:17 am
Forum: General Discussion
Topic: wifi bcn timeout error
Replies: 10
Views: 16891

Re: wifi bcn timeout error

yes, but how to resolve this ?
by devang.dixit
Tue Aug 21, 2018 10:05 am
Forum: General Discussion
Topic: ESP-WROOM-32 to ESP32-WROVER upgrade
Replies: 6
Views: 7626

ESP-WROOM-32 to ESP32-WROVER upgrade

I have a multi-tasking application which uses wifi, which is running on ESP-WROOM-32. Can I use the same application on ESP32-WROVER?
What are the changes to be done to run the same application on ESP-32-WROVER?
by devang.dixit
Tue Aug 21, 2018 10:00 am
Forum: General Discussion
Topic: wifi bcn timeout error
Replies: 10
Views: 16891

Re: wifi bcn timeout error

Task watchdog got triggered. The following tasks did not reset the watchdog in time: - IDLE (CPU 1) Tasks currently running: CPU 0: IDLE CPU 1: ipc1 I (32295) wifi: bcn_timout,ap_probe_send_start I (34795) wifi: ap_probe_send over, resett wifi status to disassoc I (34795) wifi: state: run -> init (1...
by devang.dixit
Tue Aug 21, 2018 9:47 am
Forum: General Discussion
Topic: wifi bcn timeout error
Replies: 10
Views: 16891

Re: wifi bcn timeout error

No, I don't think this is the issue.
As my esp device and Ap are very near to each other(as the distance between the two is 4 feets).
by devang.dixit
Tue Aug 21, 2018 7:09 am
Forum: General Discussion
Topic: ESP-WROOM-32 to ESP32-WROVER upgrade
Replies: 6
Views: 7626

ESP-WROOM-32 to ESP32-WROVER upgrade

I have a multi-tasking wifi application currently running on ESP-WROOM-32, can I run the same application on ESP32-WROOVER?
If not then which type of changes is required?
by devang.dixit
Tue Aug 21, 2018 5:50 am
Forum: General Discussion
Topic: wifi bcn timeout error
Replies: 10
Views: 16891

Re: wifi bcn timeout error

wifi: bcn_timout,ap_probe_send_start I (42295) wifi: ap_probe_send over, resett wifi status to disassoc I (42295) wifi: state: run -> init (1) I (42295) wifi: pm stop, total sleep time: 24918952 us / 36287703 us I (42305) wifi: n:11 0, o:11 0, ap:255 255, sta:11 0, prof:1 can you please make me unde...