[Latest Update] ESP32 Hardware Reference Design

User avatar
pighixxx
Posts: 9
Joined: Sun Dec 06, 2015 8:43 am

Re: [Documentation Release] PCB of ESP32 Module

Postby pighixxx » Mon Dec 07, 2015 12:39 pm

Hi to all,

here the first pinout of ESP32.
Image

Download the pdf at:
http://www.pighixxx.com/test/2015/12/esp32-pinout/

testato
Posts: 6
Joined: Sat Dec 05, 2015 9:04 pm

Re: [Documentation Release] PCB of ESP32 Module

Postby testato » Mon Dec 07, 2015 1:31 pm

always the best :D

Caesium
Posts: 1
Joined: Sat Nov 28, 2015 4:43 am

Re: [Documentation Release] PCB of ESP32 Module

Postby Caesium » Mon Dec 07, 2015 6:59 pm

What's the source of this? Any verification it is real please? :)

User avatar
pighixxx
Posts: 9
Joined: Sun Dec 06, 2015 8:43 am

Re: [Documentation Release] PCB of ESP32 Module

Postby pighixxx » Mon Dec 07, 2015 7:55 pm

The source is Esprissif:)

User avatar
rudi ;-)
Posts: 1698
Joined: Fri Nov 13, 2015 3:25 pm

Re: [Documentation Release] PCB of ESP32 Module

Postby rudi ;-) » Mon Dec 07, 2015 10:23 pm

pighixxx wrote:The source is Esprissif:)
Oh that is not good! - We do not use Beta from Esprissif! You are at the wrong forum.. :o
Or do you mean Espressif ? :roll:
can we trust you that you did it named right in the modul ?

:mrgreen:
this is fun! ;- )
( i hope i will never write wrong "espressif" and if it does, make fun of me too )

thank you for your nice work again.
you did it nice in 07 and other, thank you!
one wish:
if you can named the SoC PIN Nr and write in parenthesesin to the Modul Pins,
example http://esp32.com/viewtopic.php?f=2&t=23
this would help in read documents later.

have you a donation link?
greetings to you!

btw, where is espressif?
verification it is real need, please
:oops:


best wishes
rudi ;-)
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪

User avatar
rudi ;-)
Posts: 1698
Joined: Fri Nov 13, 2015 3:25 pm

Re: [Documentation Release] PCB of ESP32 Module

Postby rudi ;-) » Mon Dec 07, 2015 11:29 pm

WTF....
hope, espressif has not mounted the chip like this picture?
this would be not good :o

sorry
please check the chip position on picture :mrgreen:
think you must rotating the chip? or point pin 1 is wrong?
why an old chip from 2014 ? :ugeek:
have a look to this:
check it out!.PNG
check it out!.PNG (67.23 KiB) Viewed 25702 times
and have a look to your design

info:
the antenna pin on modul is is?
the pin 1 of chip is?

let us know your update asap,


rudi
Last edited by rudi ;-) on Tue Dec 08, 2015 1:13 am, edited 2 times in total.
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪

User avatar
rudi ;-)
Posts: 1698
Joined: Fri Nov 13, 2015 3:25 pm

Re: [Documentation Release] PCB of ESP32 Module

Postby rudi ;-) » Tue Dec 08, 2015 12:18 am

checked rev1.PNG
checked rev1.PNG (78.06 KiB) Viewed 25701 times
please have a control to the pin names too,
perhabs all fine - but controll it please.

;)
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪

User avatar
pighixxx
Posts: 9
Joined: Sun Dec 06, 2015 8:43 am

Re: [Documentation Release] PCB of ESP32 Module

Postby pighixxx » Tue Dec 08, 2015 8:58 am

Hi to All,

sorry for the mistake I mean Espressif :D
I released a new version that fixes some bugs. Thanks for the feedback!

Image

Download pdf here:
http://www.pighixxx.com/test/2015/12/esp32-pinout/

Edit

And yes, I've a donation link.
http://www.pighixxx.com/test/donate/

User avatar
rudi ;-)
Posts: 1698
Joined: Fri Nov 13, 2015 3:25 pm

Re: [Documentation Release] PCB of ESP32 Module

Postby rudi ;-) » Wed Dec 09, 2015 12:54 am

Hi Alberto

txs, can you please tell, which base you take?
john have linked yours here, so i am little confuse :)
http://esp32.com/viewtopic.php?f=2&t=14&#p107
perhabs he do not had valid only link to the pic.

because in some named connectors the name is difficult:
i can not controll all have no docu about - only the RTOS SDK 1.0 Src Code.
one example here can be controll and is showing here in the
base espressif RTOS SDK 1.0
SRC= https://github.com/espressif/ESP32_RTOS ... _mux_reg.h

take a look to GPIO 15 example:

Code: Select all

..
#define PERIPHS_IO_MUX_MTDO_U (DR_REG_IO_MUX_BASE +0x3c)
#define FUNC_MTDO_U0RTS 3
#define FUNC_MTDO_GPIO15 2
#define FUNC_MTDO_HSPICS0 1
#define FUNC_MTDO_MTDO 0
..
we have U0RTS
The named pin is U0RTS
Your Pic shows U0CTS
mist1.PNG
mist1.PNG (96.88 KiB) Viewed 25687 times

btw
U0CTS is named in RTOS SDK 1.0

Code: Select all

..
#define PERIPHS_IO_MUX_MTCK_U (DR_REG_IO_MUX_BASE +0x38)
#define FUNC_MTCK_U0CTS 3
#define FUNC_MTCK_GPIO13 2
#define FUNC_MTCK_HSPID 1
#define FUNC_MTCK_MTCK 0
..
that normaly must be PAD 16, ( GPIO13 ) but your pic shows no named pin for Uart0 CTS

have not controll all, but think there is a little mistake.
Which Base you take for naming the pads?
Because ;- ) we have Bounty Programm and perhabs the linked header file in RTOS SDK have a bug :o or yours :?
..
Info:
RTS = Request to send
CTS = Clear to send
..
( hey i like your work so much! its fun ok! if john tell you this named pin then make a entry in bug bounty program, and john ;-) ... 3 : 0 ) :mrgreen:

best wishes
rudi ;-)

Edit:
Picture add
Info add
RTS = Request to send
CTS = Clear to send
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪

User avatar
pighixxx
Posts: 9
Joined: Sun Dec 06, 2015 8:43 am

Re: [Documentation Release] PCB of ESP32 Module

Postby pighixxx » Wed Dec 09, 2015 8:08 am

Hi Rudy,

I double checked the info on my hands and yes, you're on right.
Preliminary information that I had was incorrect. Today I release a new pinout version enriched with new information.
Stay in touch!

Who is online

Users browsing this forum: No registered users and 25 guests