Search found 58 matches

by OllieK
Tue Sep 14, 2021 6:07 am
Forum: Hardware
Topic: ESP-PROG Serial Communication
Replies: 3
Views: 4130

Re: ESP-PROG Serial Communication

Both ESP-PROG and 2232HL have worked with my ESP32 and ESP32-S2 boards supporting
- program download
- debugging
- serial communication with Kitty
by OllieK
Sun Aug 22, 2021 2:06 am
Forum: ESP-IDF
Topic: What version of IDF will support ESP32-S3
Replies: 1
Views: 1802

What version of IDF will support ESP32-S3

I have been using IDF 4.3 on VSC for many months. It works well for ESP32 and ESP32-S2. When I am selecting ESP32-S3 as target, VSC gives me error messages and I have not yet found a workaround. Should I wait for IDF 4.4 or do something special with IDF 4.3. My intention is to build some S3 code eve...
by OllieK
Tue Feb 23, 2021 6:15 am
Forum: General Discussion
Topic: Azure RTOS on ESP32
Replies: 4
Views: 6303

Re: Azure RTOS on ESP32

It is already ported on xtensa xcc port and in that sense, there could be a path forward into IDF and other Espressif platforms.
by OllieK
Tue Feb 23, 2021 5:02 am
Forum: General Discussion
Topic: Azure RTOS on ESP32
Replies: 4
Views: 6303

Azure RTOS on ESP32

I have been quite happy for FreeRTOS on ESP32. I am totally aware that it doesn't meet the stringiest real time requirements, but it has been good enough for my projects. NXP has offered Microsoft Azure RTOS as an alternative for the Amazon FreeRTOS and I do appreciate the benefits Azure RTOS has ov...
by OllieK
Tue Feb 23, 2021 4:52 am
Forum: IDEs for ESP-IDF
Topic: Openocd update issue
Replies: 7
Views: 8303

Re: Openocd update issue

Thanks ESP_bignacio, I did read the reply in Github, but I didn't get an answer for the essential question if in future releases there would be more automation. It is tedious and error prone to do editing of the configuration files. All the installation and upgrade steps should have the required scr...
by OllieK
Sat Feb 20, 2021 4:42 pm
Forum: Hardware
Topic: Dev board mounting
Replies: 6
Views: 6807

Re: Dev board mounting

@alanesq,

How are you mounting a dev board on the pillars when there are now mounting holes in the Espressif boards? How you are accessing the two buttons on top of a board?
by OllieK
Sat Feb 20, 2021 5:37 am
Forum: Hardware
Topic: Dev board mounting
Replies: 6
Views: 6807

Re: Dev board mounting

Some additional pictures showing the populated marshalling panel. https://live.staticflickr.com/65535/50961525262_93b076eb03_b.jpg In this project, the ESP32 Pico Kit v4.0 is wired for 3 rotary encoders (5 wires), 16x16 LED Matrix (the black and green cable), UART1 (the black, blue, and yellow cable...
by OllieK
Wed Feb 17, 2021 3:54 am
Forum: Hardware
Topic: Dev board mounting
Replies: 6
Views: 6807

Re: Dev board mounting

I have been using ESP32 products from Wemos and other vendors with creative solutions for mounting and interfacing in many different configurations. At the moment, I need a solution to allow development based on Espressif original development kits to go through the following steps Prototyping using ...
by OllieK
Tue Feb 16, 2021 1:18 am
Forum: ESP-IDF
Topic: Setting up OpenOCD debugger for IDF VS Code?
Replies: 4
Views: 10626

Re: Setting up OpenOCD debugger for IDF VS Code?

My expectation is that a normal user of vsCode with Esp-Prog doesn't need to dive into these configuration details. It should be enough just to install Expressif Extension for vsCode and start the debugger with F5. This has worked for me many times, but not always.
by OllieK
Sun Feb 14, 2021 4:27 am
Forum: IDEs for ESP-IDF
Topic: Openocd update issue
Replies: 7
Views: 8303

Re: Openocd update issue

It is sad that there are no answers from the other users for this issue. I did use the following steps which are prone to errors and mistakes to solve this problem 1. Go to https://github.com/espressif/openocd-esp32/releases 2. Download openocd-esp32-win32-0.10.0-esp32-20201202.zip - or something si...