Skip to content

Commit d0337b9

Browse files
committed
more USB-C UART hints
1 parent 0ad6be7 commit d0337b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/docs/tools/teddyCloud/setup/dump-certs/esp32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: ""
55

66
# ESP32
77
You can extract the flash memory via the debug port of the box and the esptool. Keep your backup! Please use a recent version of [esptool](https://github.com/espressif/esptool). (>v4.4)
8-
Please connect the jumper J100 (Boot) and reset the box to put it into the required UARTmode. Connect your 3.3V UART to J103 (TxD, RxD, GND).
8+
Please connect the jumper J100 (Boot) and reset the box to put it into the required UARTmode. Connect your 3.3V UART to J103 (TxD, RxD, GND). Please avoid USB-C UARTs as they were recently reported as not working as expected.
99

1010
If you're unsure in which mode the ESP32 is starting:
1111

content/docs/wiki/cc3200/debug-port.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ SOP2 (pin 9) high will activate the UART load mode to flash the system during de
5252

5353
# Extract Firmware
5454
## Introduction
55-
Grab your favourite USB-UART **3.3V** interface, recommending those with DTR or RTS port to automate board reset. You may also use a CC3200 Launchpad, but then you will need to reset it by hand. SOP2 need to be pulled high while reset to set the cc3200 into UART-Mode.
55+
Grab your favourite USB-UART **3.3V** interface, recommending those with DTR or RTS port to automate board reset. Please avoid USB-C UARTs as they were recently reported as not working as expected. You may also use a CC3200 Launchpad, but then you will need to reset it by hand. SOP2 need to be pulled high while reset to set the cc3200 into UART-Mode.
5656
You may have a UART to USB adapter that supports both 3.3V and 5V. In this case you should find a jumper on the board to select the correct mode. You can see examples of such jumpers here (but there are others.)
5757
**In any case, make absolutely sure that 3.3V (often labelled 3v3) is set or you will frie your board!**
5858

0 commit comments

Comments
 (0)