Search found 23 matches

by GvTardy
Sat Sep 23, 2023 8:58 pm
Forum: ESP-IDF
Topic: Now I managed to install ESP-IDF to VS-Code
Replies: 1
Views: 802

Now I managed to install ESP-IDF to VS-Code

Hello, I have tried to install the Espressif Extension to VSC in the past days. My setup is somewhat special but the problems I ran in are numerous in the net, but all that reading did not get me any further. Installing 10 to 15 times I ran into different problems... The working hint was: install th...
by GvTardy
Wed Jan 26, 2022 12:06 pm
Forum: General Discussion
Topic: Cannot Flash ESP32 board on windows 11 with vsc esp-idf
Replies: 1
Views: 6770

Re: Cannot Flash ESP32 board on windows 11 with vsc esp-idf

Hi, I found a solution... Windows 11 did use a newer driver that fails... - ControlPanel-> device manager -> delete driver // select delete files - on page https://community.silabs.com/s/article/legacy-os-software-and-driver-packages?language=en_US download the Windows XP/Vista driver CP210x VCP Dri...
by GvTardy
Sun Jan 23, 2022 3:40 pm
Forum: General Discussion
Topic: Cannot Flash ESP32 board on windows 11 with vsc esp-idf
Replies: 1
Views: 6770

Cannot Flash ESP32 board on windows 11 with vsc esp-idf

Hello, I just installed windows 11 for testing (vmware). Installing vsc and esp-idf was straight forward, the only thing that I cannot get working is flashing the esp32. The board I use is a LilyGo T1.8, equipped with a cp2101 usb->com chipset. I tried various cp210x drivers, no difference yet. Chec...
by GvTardy
Mon Dec 27, 2021 12:06 pm
Forum: Sample Code
Topic: Reconnect Issue in station_example_main.c - working with an added loop
Replies: 0
Views: 8691

Reconnect Issue in station_example_main.c - working with an added loop

Hi to everybody, I tried to run the ESP32's WIFI in station mode, trying the IDF example as a starter. I seem to work fine but would not reconnect after reset of the access-point (windows 10 or mobile phone). Checking the code I found that the services get unregistered right after a connect or time-...
by GvTardy
Wed Jul 14, 2021 9:26 pm
Forum: ESP-IDF
Topic: Problem installing Espressif IDF using VSC, VMWare & Windows 10
Replies: 2
Views: 2561

Re: Problem installing Espressif IDF using VSC, VMWare & Windows 10

Hi to everyone, some more hours spent, trying to install everything using administrator rights... still no success.. Path to the requested file should be set but is not accepted by VSC (I rebooted...) I am running out of ideas. I would really appreciate if someone could hint me to a detailed install...
by GvTardy
Wed Jul 14, 2021 4:00 pm
Forum: ESP-IDF
Topic: Problem installing Espressif IDF using VSC, VMWare & Windows 10
Replies: 2
Views: 2561

Problem installing Espressif IDF using VSC, VMWare & Windows 10

Hello to everyone reading my call for help. Since days I am trying to setup Espressif IDF. Instread of coading I am struggling since days with paths and not found files.... Somehow I end up with similar but different trouble each time I install the Espressif extension. I am running Windows10 (recent...
by GvTardy
Wed Oct 07, 2020 12:57 pm
Forum: ESP-IDF
Topic: ESP-IDF 4.1 Error: mcpwm_capture_signal_get_edge crashes
Replies: 10
Views: 7036

ESP-IDF 4.1 Error: mcpwm_capture_signal_get_edge crashes

Hello, I developed a time capture application using interrupts. My code is very close to the mcpwm capture example. if I delete line #4, tyhe code works fine,... I call the interrupt on both edges and figure out about the edge type by calling mcpwm_capture_signal_get_edge. This works fine with ESP-I...
by GvTardy
Mon Jul 20, 2020 8:37 pm
Forum: ESP-IDF
Topic: Delete scheduled MCPWM interrupts
Replies: 0
Views: 1849

Delete scheduled MCPWM interrupts

Hi, I am trying to capture the time of pulse width. The detection is done via a laser sensor. Unfortunately the edges I try to detect are shiny, so I encounter quite some reflection, debouncing is needed. I use the MCPWM Capture module for the detection - interrupts on the edges. This causes the tro...
by GvTardy
Wed Apr 29, 2020 6:57 pm
Forum: ESP-IDF
Topic: MenuConfig has no ComponentConfig->WebSockets
Replies: 3
Views: 4306

Re: MenuConfig has no ComponentConfig->WebSockets

Dear All, I found the issue: these additional entries are defined in the Kconfig file in the components folder... So if this ever happenes to you, check kconfig as well. kconfig: menu "WebSocket Server" config WEBSOCKET_SERVER_MAX_CLIENTS int "Max clients" range 1 1000 default 20 help Maximum number...
by GvTardy
Wed Apr 29, 2020 3:40 pm
Forum: ESP-IDF
Topic: MenuConfig has no ComponentConfig->WebSockets
Replies: 3
Views: 4306

Re: MenuConfig has no ComponentConfig->WebSockets

Hi ESP_Roland,

thank you for the link and the explanation.

In the example the menuconfig has the following options:
menuconfig_ws.jpg
menuconfig_ws.jpg (175.08 KiB) Viewed 4282 times
my menuconfig does not have these items:
menuconfig_no_ws.jpg
menuconfig_no_ws.jpg (170.65 KiB) Viewed 4282 times
Greetings
Georg