Search found 400 matches

by ESP_krzychb
Sat Aug 19, 2017 6:02 am
Forum: General Discussion
Topic: "Cannot execute this command without a live selected thread" using OpenOCD via JTAG on the ESP32 WROVER KIT
Replies: 4
Views: 11115

Re: "Cannot execute this command without a live selected thread" using OpenOCD via JTAG on the ESP32 WROVER KIT

The underlying issue seems to be reported much earlier. Under: "Launching OpenOCD" there is "Error: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED". This indicates some problem with USB driver. Since you are using Windows, I would redo all the steps under http://esp-idf.readthedocs.io/en/lates...
by ESP_krzychb
Thu Aug 10, 2017 10:13 pm
Forum: General Discussion
Topic: JTAG debuggers
Replies: 26
Views: 38038

Re: JTAG debuggers

Yeah, well.. I can't base my design on the Wroover kits, can I? And I need to be able to debug on the final version of my H/W. ESP-WROVER-KIT has JTAG header exposed, so it can be connected the the final version of H/W Regarding separate adapters: * Olimex ARM-USB-OCD-H, works with "adapter_khz" at...
by ESP_krzychb
Thu Aug 10, 2017 6:12 pm
Forum: General Discussion
Topic: All GPIO pads do not hold logic level in Deep sleep
Replies: 2
Views: 6152

Re: All GPIO pads do not hold logic level in Deep sleep

Have you tried setting 'RTC_CNTL_DG_PAD_FORCE_HOLD' bit in register 'RTC_CNTL_DIG_ISO_REG' to force holding of digital pads?

Code: Select all

SET_PERI_REG_MASK(RTC_CNTL_DIG_ISO_REG, RTC_CNTL_DG_PAD_FORCE_HOLD);
by ESP_krzychb
Sat Aug 05, 2017 5:10 pm
Forum: Showcase
Topic: ESP32 ePaper display library
Replies: 5
Views: 31044

Re: ESP32 ePaper display library

Hi @loboris,

Thank you for this great component and comprehensive demo.
As usual with your applications I got it up and running in no time.
ESP32 with ePaper display.jpg
ESP32 with ePaper display
ESP32 with ePaper display.jpg (274.12 KiB) Viewed 30556 times
This should be a great solution for battery powered projects.
by ESP_krzychb
Fri Aug 04, 2017 8:11 am
Forum: Hardware
Topic: buy ESP32 WROVER and Kit Sample?
Replies: 5
Views: 9599

Re: buy ESP32 WROVER and Kit Sample?

I think the most comprehensive summary of places were to buy ESP32 modules is http://esp32.net/#Purchasing

Love this site for wealth of other well organized ESP32 information :D
by ESP_krzychb
Wed Aug 02, 2017 5:15 pm
Forum: ESP-IDF
Topic: Query state of button (pressed: yes/no?)
Replies: 1
Views: 6416

Re: Query state of button (pressed: yes/no?)

This particular example is rather to demonstrate how to trigger interrupts depending on signal change on an input. But it also contains a "simple" check for GPIO level in line: https://github.com/espressif/esp-idf/blob/v2.0-rc2/examples/peripherals/gpio/main/gpio_test.c#L55 The actual check is done ...
by ESP_krzychb
Sat Jul 29, 2017 10:07 am
Forum: ESP-IDF
Topic: OpenOCD installation issues, can't find 'esp108'
Replies: 12
Views: 18601

Re: OpenOCD installation issues, can't find 'esp108'

It works now, thank you!! It did require connection of VCC to the JTAG for successful connection, and then ready to go! Thank you for update :D I see elsewhere on internet that people connect VCC as well for Segger J-link. This is not needed for Olimex ARM-USB-OCD-H. Both ESP32 DevKitC and ARM-USB-...
by ESP_krzychb
Fri Jul 28, 2017 10:59 am
Forum: News
Topic: [Notice] ESP32 Hardware Design Guidelines Updated!
Replies: 2
Views: 19761

Re: [Notice] ESP32 Hardware Design Guidelines Updated!

I'm using a ESP-WROOM-32. Does the change above mean that I should make any changes to my board... Yes, this change is recommended for ESP-WROOM-32 as well The guidelines says that this change is regarding pin 9, but this is not the same as pin 9 on the ESP-WROOM-32, right? Right, the RC circuit sh...
by ESP_krzychb
Thu Jul 27, 2017 4:06 pm
Forum: General Discussion
Topic: Question about esp32 Flash download through JTAG
Replies: 24
Views: 40968

Re: Question about esp32 Flash download through JTAG

Beck-Sisyphus wrote:May I get an updated timeline for JTAG flash?
Flashing over JTAG is now implemented in official openocd-esp32 distribution - https://github.com/espressif/openocd-es ... 878cfa5dfe