Search found 7 matches

by alexey_powers
Tue Jun 28, 2022 8:32 am
Forum: ESP-IDF
Topic: OpenOCD debug issue
Replies: 3
Views: 4323

Re: OpenOCD debug issue

and finally I choose the correct configuration - ESP-IDF GDB OpenOCD Debugging, with default settings - all worked out well.
by alexey_powers
Tue Jun 28, 2022 8:01 am
Forum: ESP-IDF
Topic: OpenOCD debug issue
Replies: 3
Views: 4323

Re: OpenOCD debug issue

So partly issue resolution can be found in https://github.com/espressif/openocd-esp32/issues/223 openocd-esp32-win32-0.11.0-esp32-20211220-1339-g187c87957 version But there is another problem now: After application uploading debug output looks like this: Info : esp32.cpu0: Debug controller was reset...
by alexey_powers
Mon Jun 27, 2022 1:45 pm
Forum: ESP-IDF
Topic: OpenOCD debug issue
Replies: 3
Views: 4323

OpenOCD debug issue

Hello! Trying to debug ESP32 simple blink app, no luck so far. Console output: Open On-Chip Debugger v0.11.0-esp32-20211220 (2021-12-20-15:43) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html DEPRECATED! use 'adapter driver' not 'interface' DEPRECATED! use 'ad...
by alexey_powers
Fri Apr 17, 2020 9:41 pm
Forum: ESP-IDF
Topic: MQTT No PING_RESP, disconnected -> platform_tick_get_ms() issue
Replies: 0
Views: 2647

MQTT No PING_RESP, disconnected -> platform_tick_get_ms() issue

Im lunching mqqt example, getting constantly message No PING_RESP, disconnected , even though MQTT service functioning (reconnecting constantly, but still) Ive added some debug lines in mqtt_client.c, ESP_LOGE(TAG, "\r\n in mqtt_write_data() \r\n Platform: %llu,client_tick: %llu, keepalive: %d,\r\n"...
by alexey_powers
Fri Apr 17, 2020 9:36 pm
Forum: ESP-IDF
Topic: ESP-IDF MQTT example
Replies: 1
Views: 4130

Re: ESP-IDF MQTT example

manage to find a problem. My MQTT-server host had a firewall, so connection was rejected...
by alexey_powers
Tue Apr 14, 2020 10:13 am
Forum: ESP-IDF
Topic: ESP-IDF MQTT example
Replies: 1
Views: 4130

ESP-IDF MQTT example

So Im trying to launch an example of MQTT client (mqtt/tcp example). And constantly getting an error : MQTT_CLIENT: Error transport connect . Is there something Im doing wrong? I (10875) wifi: AP's beacon interval = 102400 us, DTIM period = 1 I (11855) tcpip_adapter: sta ip: 192.168.198.21, mask: 25...
by alexey_powers
Fri May 03, 2019 8:24 am
Forum: General Discussion
Topic: Bluetooth SPP not working with iOS
Replies: 6
Views: 11329

Re: Bluetooth SPP not working with iOS

I have a similar problem. And Bluetooth PAN seems to be a solution. But is there some sample code for ESP32?