Search found 5 matches

by ehagerty
Thu Jan 21, 2021 3:36 pm
Forum: IDEs for ESP-IDF
Topic: How can I install the new version of openocd in the ESP-idf?
Replies: 9
Views: 11457

Re: How can I install the new version of openocd in the ESP-idf?

The thing is, some changes were implemented on openOCD to allow Visual Studio Code to perform JTAG flashing from this version. If you want to replace openOCD, just get one of the latest openOCD releases and replace c:\\esp\\tools\\.espressif\\tools\\openocd-esp32\\v0.10.0-esp32-20200709\\openocd-es...
by ehagerty
Wed Jan 20, 2021 3:44 pm
Forum: General Discussion
Topic: Issue in Installing Micropython WROOM32D
Replies: 3
Views: 5705

Re: Issue in Installing Micropython WROOM32D

You might be using an old version of esptool. In my case, I was using the one included in the Linux Debian distribution and got the same error. Then, I installed the latest one using "pip install esptool" and got it working I can confirm for a similar scenario - I use esp-IDF HEAD for some developm...
by ehagerty
Mon Jan 18, 2021 4:02 pm
Forum: Hardware
Topic: mdf development kit design files?
Replies: 0
Views: 1486

mdf development kit design files?

Hi everyone, I was hoping the community might be aware of the gerbers/design files for two mesh-devkit boards exist? I work in the healthcare industry and we are interested in having both of them made for us. 1) the 'buddy' board described here https://github.com/espressif/esp-mdf/tree/master/exampl...
by ehagerty
Thu Jan 14, 2021 1:07 pm
Forum: ESP-MDF
Topic: mdf development kit design files?
Replies: 0
Views: 4519

mdf development kit design files?

Hi everyone, I was hoping the community might be aware of the gerbers/design files for two mesh-devkit boards exist? I work in the healthcare industry and we are interested in having both of them made for us. 1) the 'buddy' board described here https://github.com/espressif/esp-mdf/tree/master/exampl...
by ehagerty
Mon Jan 11, 2021 12:57 pm
Forum: Sample Code
Topic: esp32S2 HID keyboard
Replies: 3
Views: 8524

Re: esp32S2 HID keyboard

@chegewara is this in github somewhere? Thanks so much!