Search found 4 matches

by bridger6649
Wed Feb 23, 2022 3:53 am
Forum: Hardware
Topic: ESP32-S2-WROVER question
Replies: 1
Views: 1548

ESP32-S2-WROVER question

I have a custom board with an ESP32-S2-WROVER module. (Board and parts sourced from JLCPCB). REPL etc. all works fine. When I flash it with new firmware, the initial output is as follows: esptool.py v3.2-dev Serial port /dev/cu.usbserial-143401 Connecting.... Chip is ESP32-S2 Features: WiFi, No Embe...
by bridger6649
Tue Feb 08, 2022 5:00 am
Forum: Hardware
Topic: Input-only pins?
Replies: 1
Views: 3020

Input-only pins?

Many ESP32 related sites refer to GPIO pins 34-39 as "input-only", for example: https://randomnerdtutorials.com/esp32-pinout-reference-gpios/ GPIOs 34 to 39 are GPIs – input only pins. These pins don’t have internal pull-up or pull-down resistors. They can’t be used as outputs, so use these pins onl...
by bridger6649
Thu Feb 03, 2022 5:12 pm
Forum: Hardware
Topic: ESP-PROG: 2 questions
Replies: 3
Views: 3351

Re: ESP-PROG: 2 questions

Thank you!

One more quick question: is the cable connector for the PROG interface a standard IDC connector?

e.g. https://lcsc.com/product-detail/IDC-Con ... 01936.html

Thank you!
by bridger6649
Thu Feb 03, 2022 3:31 am
Forum: Hardware
Topic: ESP-PROG: 2 questions
Replies: 3
Views: 3351

ESP-PROG: 2 questions

I'm re-designing an ESP32-based board to be used with the ESP-PROG. I am getting rid of USB connector and USB-UART chip. So, two questions: 1. Is it necessary to implement both the PROG and JTAG interfaces on the target ESP32 board, or is it ok to just support the PROG interface. 2. Should the targe...