wireless-esp8266-dap icon indicating copy to clipboard operation
wireless-esp8266-dap copied to clipboard

DAP status led feature and UART pins

Open MihailDenisov opened this issue 8 months ago • 2 comments

Good day! Many thanks to the authors for developing this product!

  1. Is it planned to implement the LED indication function of the DAP status in the future? The LED_CONNECTED and LED_RUNNING output function would be useful for visual control of the device operation.
  2. Is it possible to move the UART pins from contacts 18 and 19 to contacts 20 and 21 in the ESP32C3? The fact is that on some modules (supermini) these contacts of the microcircuit do not have contact pads on the board and are connected directly to the TYPE-C connector.

MihailDenisov avatar Mar 26 '25 20:03 MihailDenisov

Hi, @MihailDenisov

Is it planned to implement the LED indication function of the DAP status in the future? The LED_CONNECTED and LED_RUNNING output function would be useful for visual control of the device operation.

This feature was implemented early on and is now intentionally removed because I feel there are few scenarios for its use.

Is it possible to move the UART pins from contacts 18 and 19 to contacts 20 and 21 in the ESP32C3? The fact is that on some modules (supermini) these contacts of the microcircuit do not have contact pads on the board and are connected directly to the TYPE-C connector.

Yes, you can do this with IOMUX on all espressif chips.

windowsair avatar Mar 27 '25 06:03 windowsair

Hi, @MihailDenisov

Is it planned to implement the LED indication function of the DAP status in the future? The LED_CONNECTED and LED_RUNNING output function would be useful for visual control of the device operation.

This feature was implemented early on and is now intentionally removed because I feel there are few scenarios for its use.

Is it possible to move the UART pins from contacts 18 and 19 to contacts 20 and 21 in the ESP32C3? The fact is that on some modules (supermini) these contacts of the microcircuit do not have contact pads on the board and are connected directly to the TYPE-C connector.

Yes, you can do this with IOMUX on all espressif chips.

Ok, I'll experiment with this.

MihailDenisov avatar Mar 28 '25 06:03 MihailDenisov