Hello,
I’m trying to get started with the Vision Master E213.
- I installed Arduino IDE (2.3.6).
- I installed the Heltec ESP32 Dev-Boards library
After that, I’ve had some trouble getting examples to work. I did get something to compile and transferred to the device. However, “start debug” doesn’t work:
Open On-Chip Debugger v0.12.0-esp32-20241016 (2024-10-16-14:17)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
DEPRECATED! use 'gdb port', not 'gdb_port'
DEPRECATED! use 'tcl port' not 'tcl_port'
CDRTOSConfigure
Info : only one transport option; autoselecting 'jtag'
Info : esp_usb_jtag: VID set to 0x303a and PID to 0x1001
Info : esp_usb_jtag: capabilities descriptor set to 0x2000
Info : Listening on port 50001 for tcl connections
Info : Listening on port 50002 for telnet connections
Error: libusb_open() failed with LIBUSB_ERROR_NOT_FOUND
Error: esp_usb_jtag: could not find or open device!
C:/Users/User/AppData/Local/Arduino15/packages/esp32/tools/openocd-esp32/v0.12.0-esp32-20241016/bin/../share/openocd/scripts/target/esp_common.cfg:9: Error:
at file "C:/Users/User/AppData/Local/Arduino15/packages/esp32/tools/openocd-esp32/v0.12.0-esp32-20241016/bin/../share/openocd/scripts/target/esp_common.cfg", line 9
[2025-05-26T05:03:30.231Z] SERVER CONSOLE DEBUG: onBackendConnect: gdb-server session closed
GDB server session ended. This terminal will be reused, waiting for next session to start...
I have no idea what to do here. Can someone help?
A. How can I get debugging work?
B. How can I simply start running whatever is on the device? I’m trying the minimal e-ink program but nothing has displayed.
Also, I noticed when I first plugged in the device, Windows recognized it as “Vision Master E213”. Now it just says “USB JTAG/serial debug unit”.