I am seeing the same problem, however it was intermittent. This makes me think there is a timing or race condition causing the problem. At my current app code level though, it is failing every time. I am on the ESP-IDF Pre-release v4.0-beta2.
The correct place to set the host is after start and ...
Search found 27 matches
- Sat Feb 01, 2020 7:53 am
- Forum: ESP-IDF
- Topic: TCPIP get/set hostname always fails
- Replies: 4
- Views: 6502
- Fri Nov 15, 2019 6:32 pm
- Forum: General Discussion
- Topic: Websocket client missing API's: esp_websocket_client_send_bin and esp_websocket_client_send_text
- Replies: 0
- Views: 2772
Websocket client missing API's: esp_websocket_client_send_bin and esp_websocket_client_send_text
IDF: v4.0-beta2
component: esp_websocket_client
docs: https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/protocols/esp_websocket_client.html
Latest docs describe the following two API's, but there is not a .h declaration or implementation:
esp_websocket_client_send_bin(..)
esp ...
component: esp_websocket_client
docs: https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/protocols/esp_websocket_client.html
Latest docs describe the following two API's, but there is not a .h declaration or implementation:
esp_websocket_client_send_bin(..)
esp ...
- Fri Apr 12, 2019 9:09 pm
- Forum: ESP-IDF
- Topic: Segger J-Link with openocd (XMC Link) fails during connection
- Replies: 3
- Views: 8061
Re: Segger J-Link with openocd (XMC Link) fails during connection
Having same problem. Any ideas/help from Espressif?
- Fri Jan 18, 2019 2:29 am
- Forum: General Discussion
- Topic: Deep sleep edge wake-up
- Replies: 5
- Views: 9855
Re: Deep sleep edge wake-up
I also believe that having an either-edge trigger is ideal for wakeup scenarios.
A simple open/close sensor easily exhibits the issue with only having hi or low wakeup trigger:
1. I don't want an installer of my product to have to make sure the sensor is open or closed to begin with. If the code ...
A simple open/close sensor easily exhibits the issue with only having hi or low wakeup trigger:
1. I don't want an installer of my product to have to make sure the sensor is open or closed to begin with. If the code ...
- Wed Jan 02, 2019 3:55 am
- Forum: ESP-IDF
- Topic: ESP32 WiFi to Serial Bridge
- Replies: 2
- Views: 7905
Re: ESP32 WiFi to Serial Bridge
I am also looking for this type of functionality.
- Tue Jan 02, 2018 6:57 pm
- Forum: General Discussion
- Topic: uSD card using SPI and fwrite() consistently fails after short operating period
- Replies: 6
- Views: 13841
Re: uSD card using SPI and fwrite() consistently fails after short operating period
I have not found a solution. I tried various level API's to do the card IO but always the same repeatable problem.
There were some previous forum/internet discussions on timeouts related to SD card operations so search for that and there may be an answer for your timeout issues.
I have tried ...
There were some previous forum/internet discussions on timeouts related to SD card operations so search for that and there may be an answer for your timeout issues.
I have tried ...
- Tue Dec 26, 2017 4:58 am
- Forum: General Discussion
- Topic: regex?
- Replies: 5
- Views: 9657
Re: regex?
If you are using C++, std::regex works fine.
- Fri Dec 15, 2017 9:12 am
- Forum: General Discussion
- Topic: Use external micro-SD card vs. the built-in one on the ESP32 Wrover Kit V3
- Replies: 4
- Views: 8592
Re: Use external micro-SD card vs. the built-in one on the ESP32 Wrover Kit V3
I want to use/test a single SD card reader (the one I will use in a production system) vs. the on-board one.
There is physical circuitry connected to the on-board card reader with various pull-ups (10K 1%) and voltage-suppressor diodes on the lines.
I am still pretty new to electronics design and ...
There is physical circuitry connected to the on-board card reader with various pull-ups (10K 1%) and voltage-suppressor diodes on the lines.
I am still pretty new to electronics design and ...
- Wed Dec 13, 2017 9:08 am
- Forum: General Discussion
- Topic: Use external micro-SD card vs. the built-in one on the ESP32 Wrover Kit V3
- Replies: 4
- Views: 8592
Re: Use external micro-SD card vs. the built-in one on the ESP32 Wrover Kit V3
In any case, physically removing the SD card (media itself) and using it elsewhere is not the issue.
Perhaps my question needs to be clarified?
The question is: Do I need to disable the on-board SD card reader circuitry before I use the same GPIO to attach to an external SD card reader?
I looked ...
Perhaps my question needs to be clarified?
The question is: Do I need to disable the on-board SD card reader circuitry before I use the same GPIO to attach to an external SD card reader?
I looked ...
- Tue Dec 12, 2017 9:57 pm
- Forum: General Discussion
- Topic: Unexpected break/watch point in FreeRTOS code cannot be resumed
- Replies: 3
- Views: 7057
Re: Unexpected break/watch point in FreeRTOS code cannot be resumed
Thank you for the response.
Can memory issues (heap, stack) etc... somehow cause this problem? I asked this in the original post and am wondering if I should be looking at other potential causes.
I will try to get a standalone example.
Currently I cannot send you my entire environment (licensing ...
Can memory issues (heap, stack) etc... somehow cause this problem? I asked this in the original post and am wondering if I should be looking at other potential causes.
I will try to get a standalone example.
Currently I cannot send you my entire environment (licensing ...