Search found 4 matches

by jaimea
Wed Oct 07, 2020 4:35 pm
Forum: ESP-IDF
Topic: Developping using ESP-IDF
Replies: 3
Views: 3347

Re: Developping using ESP-IDF

I use ESP-IDF with visual studio code, in Linux - pretty good combo.
by jaimea
Fri Oct 02, 2020 8:36 pm
Forum: ESP-IDF
Topic: vTaskList and xCoreID
Replies: 0
Views: 1728

vTaskList and xCoreID

Hello there, according to the documentation, there's an option: CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID that enables the display of the core where each task is running when calling vTaskList() . It does not work; investigating, I've discovered that while that option is supported in tasks.c from the...
by jaimea
Wed Sep 18, 2019 11:21 am
Forum: ESP-IDF
Topic: esp_http_server.h not found in project, but found in example
Replies: 0
Views: 1984

esp_http_server.h not found in project, but found in example

Hello, I'm surely missing something obvious but this is driving me mad. I have a project, with a component dir full of files, compiling, working, wifi, udp, everything ok. When I try to add http server support, whatever I do it never finds "esp_http_server.h". If, however, I copy the protocols/http_...
by jaimea
Tue Sep 17, 2019 12:12 pm
Forum: General Discussion
Topic: DHCP server and client at the same time
Replies: 1
Views: 4229

Re: DHCP server and client at the same time

Hi,

for a different reason but I'm at the same spot. I need to get a DHCP address while at the same time offer (at least 1!) address to a client connected to my AP.

In my case both connections are Wifi (APSTA).

Any directions most welcome.

jaime