Search found 396 matches

by ESP_krzychb
Sat Aug 05, 2017 5:10 pm
Forum: Showcase
Topic: ESP32 ePaper display library
Replies: 5
Views: 29694

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 29206 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: 9003

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: 6003

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: 17444

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: 18851

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: 38321

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
by ESP_krzychb
Wed Jul 26, 2017 10:27 am
Forum: ESP-IDF
Topic: OpenOCD installation issues, can't find 'esp108'
Replies: 12
Views: 17444

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

HI justinmreina, You are clearly almost there. I am not sure about wiring: 1. I would not connect 3.3V between ESP32 and Segger J-Link. ESP32 should be powered through own USB 2. From the pictures you posted it looks like one of lines is connected to GPIO27 while GPIO12 is not connected Please see b...
by ESP_krzychb
Mon Jul 24, 2017 9:27 pm
Forum: General Discussion
Topic: trouble preparing openOCD env
Replies: 4
Views: 6658

Re: trouble preparing openOCD env

Hi linuxpaul, Thanks a lot for the tip that the "pkg-config" is the single "troublemaker"! In fact I was looking for a workflow to compile OpenOCD for Windows. Here is what I have just successfully tested for MSYS2 / Windows 7: Building OpenOCD from sources on Windows platform ======================...
by ESP_krzychb
Mon Jul 24, 2017 4:00 pm
Forum: ESP-IDF
Topic: OpenOCD installation issues, can't find 'esp108'
Replies: 12
Views: 17444

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

I am happy to see you are progressing! Configuration files have changed with latest release of OpenOCD and "jtag_debugging_for_esp32_en.pdf v1.0" is not updated to reflect these changes. Regarding the error log, it looks like communication speed or wiring problem: Info : Reduced speed from 20000 kHz...
by ESP_krzychb
Mon Jul 24, 2017 3:08 pm
Forum: General Discussion
Topic: openocd/jtag no thread access
Replies: 4
Views: 6418

Re: openocd/jtag no thread access

This is great news :D
Thank you for update!