[Latest Update] ESP32 Hardware Reference Design
Re: [Documentation Release] PCB of ESP32 Module
Hi to all,
here the first pinout of ESP32.
Download the pdf at:
http://www.pighixxx.com/test/2015/12/esp32-pinout/
here the first pinout of ESP32.
Download the pdf at:
http://www.pighixxx.com/test/2015/12/esp32-pinout/
Re: [Documentation Release] PCB of ESP32 Module
always the best
Re: [Documentation Release] PCB of ESP32 Module
What's the source of this? Any verification it is real please?
Re: [Documentation Release] PCB of ESP32 Module
The source is Esprissif:)
Re: [Documentation Release] PCB of ESP32 Module
Oh that is not good! - We do not use Beta from Esprissif! You are at the wrong forum..pighixxx wrote:The source is Esprissif:)
Or do you mean Espressif ?
can we trust you that you did it named right in the modul ?
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
best wishes
rudi
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: [Documentation Release] PCB of ESP32 Module
WTF....
hope, espressif has not mounted the chip like this picture?
this would be not good
sorry
please check the chip position on picture
think you must rotating the chip? or point pin 1 is wrong?
why an old chip from 2014 ?
have a look to this:
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
hope, espressif has not mounted the chip like this picture?
this would be not good
sorry
please check the chip position on picture
think you must rotating the chip? or point pin 1 is wrong?
why an old chip from 2014 ?
have a look to this:
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.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: [Documentation Release] PCB of ESP32 Module
perhabs all fine - but controll it please.
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: [Documentation Release] PCB of ESP32 Module
Hi to All,
sorry for the mistake I mean Espressif
I released a new version that fixes some bugs. Thanks for the feedback!
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/
sorry for the mistake I mean Espressif
I released a new version that fixes some bugs. Thanks for the feedback!
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/
Re: [Documentation Release] PCB of ESP32 Module
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:
we have U0RTS
The named pin is U0RTS
Your Pic shows U0CTS
btw
U0CTS is named in RTOS SDK 1.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 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 )
best wishes
rudi
Edit:
Picture add
Info add
RTS = Request to send
CTS = Clear to send
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
..
The named pin is U0RTS
Your Pic shows U0CTS
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
..
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 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 )
best wishes
rudi
Edit:
Picture add
Info add
RTS = Request to send
CTS = Clear to send
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: [Documentation Release] PCB of ESP32 Module
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!
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 14 guests