Search found 3 matches

by vadivelan.s@aco.com
Thu May 18, 2023 9:34 am
Forum: General Discussion
Topic: Ethernet IP address not getting assigning with the IP address?
Replies: 0
Views: 866

Ethernet IP address not getting assigning with the IP address?

#include <stdio.h> #include <string.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "tcpip_adapter.h" #include "esp_netif.h" #include "esp_eth.h" #include "esp_event.h" #include "esp_log.h" #include "driver/gpio.h" #include "sdkconfig.h" #include "esp_eth_netif_glue.h" #includ...
by vadivelan.s@aco.com
Tue Mar 21, 2023 5:27 am
Forum: General Discussion
Topic: After OTA update ESP32 not restarting automatically
Replies: 0
Views: 729

After OTA update ESP32 not restarting automatically

Hi, I'm using ESP32 solo-1 version where the previous OTA update is working fine with an older IDF version. Currently, I have updated to the new version 4.4. In new firmware, some new changes are made because the old device after the FOTA update device reset is not happening. After FOTA need to do a...
by vadivelan.s@aco.com
Mon Jan 30, 2023 11:35 am
Forum: General Discussion
Topic: Facing the HTTPS connection issue.
Replies: 1
Views: 1479

Facing the HTTPS connection issue.

Hi , I'm facing the HTTPS connection issue [Codebox=c file=Untitled.c]void check_update_task(void *pvParameter) { while(1) { printf("Looking for a new firmware...\n"); // configure the esp_http_client esp_http_client_config_t config = { .url = (char *)UPDATE_JSON_URL, .method = HTTP_METHOD_GET, .eve...