ESP32 WROVER dev board with all pins

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
User avatar
liudr
Posts: 211
Joined: Tue Oct 17, 2017 5:18 am

ESP32 WROVER dev board with all pins

Post by liudr » Thu Jun 21, 2018 7:37 pm

I'm using an ESP32 WROVER dev board marked TTGO. It has a lot of features including sd card slot and 3D antenna. I wish it has brought out GPIO 16 and 17 like the WROOM board I have. Here is a vendor selling the board I have:

https://www.aliexpress.com/item/T8-V1-3 ... 67655.html

BTW, has anyone tried this batch flash tool?

https://www.aliexpress.com/item/ESP32-t ... 71106.html

You could call this a dev board too :D Why then are the pins that are supposed to be GPIO 16 and 17 marked as GND? Second picture, right pins, below IO18 and IO5.

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: ESP32 WROVER dev board with all pins

Post by Roberthh » Thu Jun 21, 2018 8:12 pm

Gpio16 and gpio17 are needed for the psram chip.

User avatar
liudr
Posts: 211
Joined: Tue Oct 17, 2017 5:18 am

Re: ESP32 WROVER dev board with all pins

Post by liudr » Fri Jun 22, 2018 7:18 pm

Roberthh wrote:
Thu Jun 21, 2018 8:12 pm
Gpio16 and gpio17 are needed for the psram chip.
Oh, that's why :o
Thank you Roberthh for saving me one batch of boards. I was gonna use those pins for serial port 2.

Post Reply