Search found 14 matches
- 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: 3024
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...
- Tue Dec 03, 2019 12:50 pm
- Forum: ESP-IDF
- Topic: OpenOCD says for ESP32 DevKitcV4: unsupported FTDI chip type: 0x0100
- Replies: 4
- Views: 7157
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_...
- Tue Oct 29, 2019 1:51 pm
- Forum: ESP-IDF
- Topic: OpenOCD says for ESP32 DevKitcV4: unsupported FTDI chip type: 0x0100
- Replies: 4
- Views: 7157
Re: OpenOCD says for ESP32 DevKitcV4: unsupported FTDI chip type: 0x0100
I'm using J-Link Edu mini.
- Mon Oct 28, 2019 2:36 pm
- Forum: ESP-IDF
- Topic: OpenOCD says for ESP32 DevKitcV4: unsupported FTDI chip type: 0x0100
- Replies: 4
- Views: 7157
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...
- Fri Sep 27, 2019 11:52 am
- Forum: ESP-IDF
- Topic: IDE for ESP-IDF
- Replies: 5
- Views: 9246
- Tue Jun 04, 2019 12:56 pm
- Forum: ESP-IDF
- Topic: Is ESP32 AT will support TCP passive mode?
- Replies: 2
- Views: 5862
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.
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.
- Sun Jun 02, 2019 6:29 pm
- Forum: ESP-IDF
- Topic: Is ESP32 AT will support TCP passive mode?
- Replies: 2
- Views: 5862
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...
- Mon Apr 01, 2019 12:03 pm
- Forum: ESP IoT Solution
- Topic: AT command for reading out ESP32 MCU temperature?
- Replies: 0
- Views: 3498
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.
- Fri Jan 11, 2019 12:54 pm
- Forum: ESP-IDF
- Topic: ESP BLE Mesh v0.5 Beta has been released
- Replies: 76
- Views: 140487
Re: ESP BLE Mesh v0.5 Beta has been released
Will AT commands support BLE/WIFI mesh in future?
- Wed Jan 09, 2019 3:25 pm
- Forum: ESP-IDF
- Topic: BLE Serial Port Profile with AT commands
- Replies: 7
- Views: 16112
Re: BLE Serial Port Profile with AT commands
@eppppp: Thanks for example commands, it works!!! <3