Search found 8 matches
- Tue Mar 15, 2022 6:01 pm
- Forum: General Discussion
- Topic: How to connect to wifi network while in APSTA mode?
- Replies: 5
- Views: 4237
Re: How to connect to wifi network while in APSTA mode?
I am doing something similar (captive portal for Wi-Fi provisioning) in my project and I'd also like an answer to this question. When operating in APSTA mode, I want to be able to bring up or shut down the AP without affecting the STA connection status, or connect/disconnect the STA without affectin...
- Mon Mar 14, 2022 11:32 pm
- Forum: ESP-IDF
- Topic: ESP-OTA setup esp_ota_ops.h: No such file or directory
- Replies: 1
- Views: 4379
Re: ESP-OTA setup esp_ota_ops.h: No such file or directory
Not sure I can help you, aside from saying that at least for the ESP-IDF master branch (5.0) the header file you're looking for is in esp_idf_dir /components/esp_https_ota/include/esp_https_ota.h If I add a #include "esp_https_ota.h" in one of my ESP projects, the compiler finds and includes it just...
- Mon Mar 14, 2022 11:14 pm
- Forum: ESP-IDF
- Topic: HTTP client: auto redirection not working in some cases
- Replies: 0
- Views: 2013
HTTP client: auto redirection not working in some cases
I have found what I believe to be a bug in the ESP-IDF HTTP client. I am using the master branch, ESP-IDF 5.0 which I last pulled at the start of 04/2022. Automatic redirection, in which a site returning a 3xx status code requests a redirect to a different path or URL, is not working - even when cli...
- Mon Mar 14, 2022 7:14 pm
- Forum: ESP-IDF
- Topic: NimBLE Support for DLE (Data Length Extension)
- Replies: 3
- Views: 4462
Re: NimBLE Support for DLE (Data Length Extension)
Just adding my support behind @berlinetta's request for help with this. I am encountering the same problem.
The NimBLE documentation at https://mynewt.apache.org/latest/network/ is woefully incomplete, inadequate and just plain inaccurate in places.
The NimBLE documentation at https://mynewt.apache.org/latest/network/ is woefully incomplete, inadequate and just plain inaccurate in places.
- Tue Jun 15, 2021 12:50 am
- Forum: ESP-IDF
- Topic: Issue with uart_enable_pattern_det_baud_intr() on ESP32-C3
- Replies: 0
- Views: 2549
Issue with uart_enable_pattern_det_baud_intr() on ESP32-C3
There's a bug in the implementing code for the uart_enable_pattern_det_baud_intr() function in the latest (master) version of ESP-IDF, in source file ./components/driver/uart.c The gap_tout, pre_idle and post_idle fields of the local at_cmd struct are never set to their respective passed-in values w...
- Mon Jun 14, 2021 8:20 pm
- Forum: IDEs for ESP-IDF
- Topic: Eclipse OpenOCD LIBUSB_ERROR_NOT_FOUND
- Replies: 1
- Views: 7353
Re: Eclipse OpenOCD LIBUSB_ERROR_NOT_FOUND
It may be the case (as it was for me) that Windows is not installing the right driver for the FTDI USB serial + JTAG bridge you are using. What you want is for your FTDI device to appear (in the Windows Device Manager) as a "WinUSB device (Libusb - WinUSB)" under "libusb (WinUSB) devices". Trying to...
- Mon Jun 14, 2021 2:25 am
- Forum: ESP-IDF
- Topic: [Resolved] GDB issue with ESP32-C3 and esp-idf-tools 2.9 beta 6 [IDFGH-5410]
- Replies: 5
- Views: 10825
Re: GDB issue with ESP32-C3 and esp-idf-tools 2.9 beta 6
Here's another issue I discovered that might be relevant to the problems I mentioned in my previous post. When doing a clean build of a esp32c3-targeted project, the following warning is printed on the console output: CMake Warning at D:/ESP/esp-idf/tools/cmake/crosstool_version_check.cmake:28 (mess...
- Sun Jun 13, 2021 5:04 pm
- Forum: ESP-IDF
- Topic: [Resolved] GDB issue with ESP32-C3 and esp-idf-tools 2.9 beta 6 [IDFGH-5410]
- Replies: 5
- Views: 10825
[Resolved] GDB issue with ESP32-C3 and esp-idf-tools 2.9 beta 6 [IDFGH-5410]
Summary: riscv32-esp-elf-gdb --version fails to run from Windows CMD shell (or by any other means) When run, two dialogs appear with the following error messages: The code execution cannot proceed because libgcc_s_seh-1.dll was not found. Reinstalling the program may fix this problem. The code execu...