Search found 9 matches

by Dansen
Thu Dec 09, 2021 7:45 am
Forum: ESP-IDF
Topic: Ethernet basic example - Error: lan8720_pwrctl: power up failed
Replies: 10
Views: 15079

Re: Ethernet basic example - Error: lan8720_pwrctl: power up failed

Hello!

did you manage to solve this problem? currently I'm stuck at the same point. Tried all of your stuff mentioned too, without success.

thanks in advance!
by Dansen
Mon Nov 15, 2021 3:46 pm
Forum: ESP-IDF
Topic: Why am I stuck in esp_event_loop_delete_default() function?
Replies: 1
Views: 1781

Re: Why am I stuck in esp_event_loop_delete_default() function?

Further Info: My program stucks at this line: https://github.com/espressif/esp-idf/blob/4a011f318377ab717b9dc459019c1055602c93ff/components/esp_event/esp_event.c#L659 It must have something to do with this function: esp_err_t example_connect(void) { #if EXAMPLE_DO_CONNECT if (s_semph_get_ip_addrs !=...
by Dansen
Mon Nov 15, 2021 10:27 am
Forum: ESP-IDF
Topic: Why am I stuck in esp_event_loop_delete_default() function?
Replies: 1
Views: 1781

Why am I stuck in esp_event_loop_delete_default() function?

I am working on my ESP32-S2 and I want to implement a Restserver. As a template I use the https "simple" example provided by the esp-idf. My ESP32 should try to connect to a local router with a hardcoded SSID and password. The ESP tries to connect to a router every 1-2 seconds. After 4 attempts I wa...
by Dansen
Mon Nov 15, 2021 10:20 am
Forum: ESP-IDF
Topic: esp_event_loop_delete_default() vTaskDelete does not response (INFINITE LOOP STATE)
Replies: 1
Views: 2104

Re: esp_event_loop_delete_default() vTaskDelete does not response (INFINITE LOOP STATE)

Hello !

its been some time since you asked your question.

I'm facing the same problem. Did you manage to solve that problem?

greetings
by Dansen
Mon Nov 08, 2021 3:44 pm
Forum: ESP-IDF
Topic: switch from Station to Accesspoint, if can't connect to router
Replies: 0
Views: 1272

switch from Station to Accesspoint, if can't connect to router

Hello guys! I'm using my ESP32-S2-WROVER-I and I try to implement both station and accesspoint mode. Default should be stationmode and after a certain amount of connection attempts with default SSID and password I want my stationmode to turn off and turn on accesspointmode. In accesspointmode i want...
by Dansen
Tue Nov 02, 2021 7:28 am
Forum: ESP-IDF
Topic: parsing https POST body
Replies: 2
Views: 1765

Re: parsing https POST body

Hello! Yeah sure. So basically i used the https "simple" example as a template and added a login handler. within the URL "/login" the user should be allowed to send me usercredentials via a https POST in the Body of the request. After receiving the Body(in json format) I either want to grant access ...
by Dansen
Mon Nov 01, 2021 2:45 pm
Forum: ESP-IDF
Topic: parsing https POST body
Replies: 2
Views: 1765

parsing https POST body

Hello guys!

I'm currently working on a https server implementation and found neither documentary or examples in which you can receive and further parse a POSTrequest Body.

anyone got some ideas?
by Dansen
Mon Nov 01, 2021 8:06 am
Forum: General Discussion
Topic: https simple example Error
Replies: 0
Views: 2201

https simple example Error

Hello guys! im facing some problems with my Visual Studio / esp-idf extension. I was trying Implementing the https example and it worked fine, until Friday, where suddenly this Error appears: C:/Users/Student/esp/esp-idf/components/esp_https_server/include/esp_https_server.h:91:5: error: expected id...
by Dansen
Fri Oct 29, 2021 6:39 am
Forum: ESP-IDF
Topic: HTTP Server URI Question
Replies: 8
Views: 6824

Re: HTTP Server URI Question

Hello!

I'm facing the same problem with the httpd example provided by the esp idf, but i cant find a Method to grab the acutal URL. I found no function, or structure in which the URL ist stored.

You might have some ideas, on how to obtain the URL?