Page 1 of 1

ESP32

Posted: Mon May 17, 2021 8:51 am
by rafaeltgross
I'm trying to program my ESP32-WROOM but, unfortunately, is not working.
Here is my board
https://forum.fritzing.org/t/esp32s-hil ... plate/5357

The pins does not match the ones on FC9.

Can anyone please help me?
Thanks
Rafael

Re: ESP32

Posted: Mon May 17, 2021 9:17 am
by LeighM
Hi Rafael,
Even if the pin mapping on the board is different,
you should still be able to select IO via the GPIO/pin numbers,
e.g. GPIO6 is PORTA6

Re: ESP32

Posted: Mon May 17, 2021 9:26 am
by rafaeltgross
Hi LeighM,

Thanks for your reply, I will try.
When is PortB. Where I can find a better description about these Ports?

Re: ESP32

Posted: Mon May 17, 2021 9:38 am
by LeighM
Each PORT represents 32 pins.
So PORTA 0 to 31 is GPIO0 to GPIO31
PORTB 0 is GPIO32 etc...

Re: ESP32

Posted: Mon May 17, 2021 10:43 am
by rafaeltgross
So here is my test report
the right side is working GIOP23 to GIOP15 (so from pin 23 to 37)
the left side GIOP13 to GIOP32 (from pin 7 to 15)

before I was testing all the non working pins such as GIOP-6, 7, 8, 9, 10, 11, 34, 35, 36, 39.
So is there any reason why these ports are not working?

Can I use UART0 ,1 and 2 in this board with FC9?

many thanks
Rafael

Re: ESP32

Posted: Mon May 17, 2021 10:55 am
by LeighM
UART0 is best avoided as this is the debug channel.
Do you have another unit to test?

Re: ESP32

Posted: Mon May 17, 2021 11:21 am
by medelec35
Hi, Rafael
I believe IO34 to IO39 are inputs only.
That can easily catch people out.

Re: ESP32

Posted: Mon May 17, 2021 11:28 am
by LeighM

Re: ESP32

Posted: Tue May 18, 2021 7:53 am
by rafaeltgross
Hey,

Thanks for everything.

cheers dudes
Raf

Re: ESP32

Posted: Tue May 18, 2021 8:42 am
by medelec35
You're welcome Leigh & Raf.
Good link you have posted, Leigh. :)