Search found 27 matches

by i_am_mrp
Sat Feb 01, 2020 7:53 am
Forum: ESP-IDF
Topic: TCPIP get/set hostname always fails
Replies: 4
Views: 5279

Re: TCPIP get/set hostname always fails

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 befo...
by i_am_mrp
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: 2144

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_webso...
by i_am_mrp
Fri Apr 12, 2019 9:09 pm
Forum: ESP-IDF
Topic: Segger J-Link with openocd (XMC Link) fails during connection
Replies: 3
Views: 6241

Re: Segger J-Link with openocd (XMC Link) fails during connection

Having same problem. Any ideas/help from Espressif?
by i_am_mrp
Fri Jan 18, 2019 2:29 am
Forum: General Discussion
Topic: Deep sleep edge wake-up
Replies: 5
Views: 7750

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 sta...
by i_am_mrp
Wed Jan 02, 2019 3:55 am
Forum: ESP-IDF
Topic: ESP32 WiFi to Serial Bridge
Replies: 2
Views: 6790

Re: ESP32 WiFi to Serial Bridge

I am also looking for this type of functionality.
by i_am_mrp
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: 11181

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 multipl...
by i_am_mrp
Tue Dec 26, 2017 4:58 am
Forum: General Discussion
Topic: regex?
Replies: 5
Views: 8230

Re: regex?

If you are using C++, std::regex works fine.
by i_am_mrp
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: 7242

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 th...
by i_am_mrp
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: 7242

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 at ...
by i_am_mrp
Tue Dec 12, 2017 9:57 pm
Forum: General Discussion
Topic: Unexpected break/watch point in FreeRTOS code cannot be resumed
Replies: 3
Views: 5972

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, et...