Search found 14 matches

by kurta999
Wed Jan 08, 2020 2:36 pm
Forum: ESP-IDF
Topic: Compiling AT failed - IOError: C:/msys32/home/Ati/esp/esp-idf/Kconfig:59
Replies: 1
Views: 2586

Compiling AT failed - IOError: C:/msys32/home/Ati/esp/esp-idf/Kconfig:59

Hi, I'm unable to compile AT, due to this error - please help me because I can't find anything useful in google related to this error. Generating esp32.project.ld Traceback (most recent call last): File "C:/msys32/home/Ati/esp/esp-idf/tools/ldgen/ldgen.py", line 113, in <modu le> main() File "C:/msy...
by kurta999
Tue Dec 03, 2019 12:50 pm
Forum: ESP-IDF
Topic: OpenOCD says for ESP32 DevKitcV4: unsupported FTDI chip type: 0x0100
Replies: 4
Views: 6352

Re: OpenOCD says for ESP32 DevKitcV4: unsupported FTDI chip type: 0x0100

That's helped thanks. But now OpenOCD says: (with VisualGDB) Open On-Chip Debugger 0.10.0 (2019-10-24) Licensed under GNU GPL v2 libusb1 09e75e98b4d9ea7909e8837b7a3f00dda4589dc3 For bug reports, read http://openocd.org/doc/doxygen/bugs.html adapter speed: 100 kHz Info : Configured 2 cores VisualGDB_...
by kurta999
Mon Oct 28, 2019 2:36 pm
Forum: ESP-IDF
Topic: OpenOCD says for ESP32 DevKitcV4: unsupported FTDI chip type: 0x0100
Replies: 4
Views: 6352

OpenOCD says for ESP32 DevKitcV4: unsupported FTDI chip type: 0x0100

I bougt a new ESP32 DevkitC V4 from mouser, and I'm unable to connect with openocd to it via J-TAG pin. J-TAG wiring is OK, everything is the same as in tutorial. https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/jtag-debugging/#run-openocd OpenOCD says: openocd -f interface/ftdi/esp3...
by kurta999
Fri Sep 27, 2019 11:52 am
Forum: ESP-IDF
Topic: IDE for ESP-IDF
Replies: 5
Views: 8135

Re: IDE for ESP-IDF

by kurta999
Tue Jun 04, 2019 12:56 pm
Forum: ESP-IDF
Topic: Is ESP32 AT will support TCP passive mode?
Replies: 2
Views: 4652

Re: Is ESP32 AT will support TCP passive mode?

Thanks for quick reply, this is awesome!

Anyway for ESP32, buffer size will be configurable during build/via AT command or it will be hard coded?

E: In near future there is a plan to add a command to read out MCU temperature? We would very appreciate it.
by kurta999
Sun Jun 02, 2019 6:29 pm
Forum: ESP-IDF
Topic: Is ESP32 AT will support TCP passive mode?
Replies: 2
Views: 4652

Is ESP32 AT will support TCP passive mode?

Hi, It is planned in near future to made ESP32 support TCP passive mode as ESP8266 does? It would be a very big advantage four our company and I think for others too. ESP32 has a lot of free ram and storing received data in ESP's buffer would help a lot with receiving big files (a few 10KBs) (eg: fi...
by kurta999
Mon Apr 01, 2019 12:03 pm
Forum: ESP IoT Solution
Topic: AT command for reading out ESP32 MCU temperature?
Replies: 0
Views: 3055

AT command for reading out ESP32 MCU temperature?

Does it planned in near future? We have temperature issues with ESP, it could be of course our PCB fail. It's a big shame that ESP's temperature cannot be traced with AT commands.
by kurta999
Fri Jan 11, 2019 12:54 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 124889

Re: ESP BLE Mesh v0.5 Beta has been released

Will AT commands support BLE/WIFI mesh in future?
by kurta999
Wed Jan 09, 2019 3:25 pm
Forum: ESP-IDF
Topic: BLE Serial Port Profile with AT commands
Replies: 7
Views: 14297

Re: BLE Serial Port Profile with AT commands

@eppppp: Thanks for example commands, it works!!! <3