MelleD
June 16, 2023, 10:36am
1
My ESP is not behaving as expected. One GPIO works as expected, one doesn’t and the other works partially.
Now I’m troubleshooting and wanted to check again whether I’m really using the right board.
I have this one:
https://de.aliexpress.com/item/1005002213241652.html?spm=a2g0o.order_list.order_list_main.19.21ef5c5fDfIwhy&gatewayAdapt=glo2deu
I use this pinouts:
Learn about ESP32 Pinout along with in depth analysis of GPIO, ADC, DAC, Touch, SPI, I2C, UART, PWM, Power, GND and EN Pins.
Estimated reading time: 11 minutes
This my board and config:
esp32:
board: esp32dev
framework:
type: arduino
nickrout
(Nick Rout)
June 16, 2023, 11:33am
2
MelleD:
board: esp32dev
No, the advertising says it is a esp32s. ESP32 Platform — ESPHome
MelleD
June 16, 2023, 11:47am
3
Yes but there is no esp32s
just esp32
or esp32s2
So is it then “nodemcu-32s”? I don’t get it what i have to type into the board
athua
(Gus)
June 16, 2023, 12:14pm
4
Maybe give it a go using the following, but looking at the picture of the Aliexpress listing for your board, it doesn’t seem to match the nodemcu-32s board.
esp32:
board: nodemcu-32s
MelleD
June 16, 2023, 12:29pm
5
yes to much pins
this one with 30 pins looks the same
Learn about ESP32 Pinout along with in depth analysis of GPIO, ADC, DAC, Touch, SPI, I2C, UART, PWM, Power, GND and EN Pins.
Est. reading time: 11 minutes
athua
(Gus)
June 16, 2023, 12:34pm
6
You can try the following:
esp32:
board: esp32doit-devkit-v1
The image matches the discussion in the below thread:
Pretty sure the one I have is not that, looks like it’s Devkit V1. Got to hooking up a sensor and my pinout is totally different. Matches this one so I’m going to try just using the data from that in code and see what happens. I have noticed this chip gets noticeably warm, where as my 8266 chips don’t really warm up at all. I may end up scrapping the 5 chips I bought already and doing a little more research into the 32 chips so I can buy the right thing.
[image]
1 Like
MelleD
June 16, 2023, 12:58pm
8
I will try that thanks, looks like my ESP :).
EDIT: @athua works perfectly
But I think some ESP are broken .
I can connect via USB and also make update via WIFI, but when i disconnect from USB I get no WIFI connection. For the other it works after reconnect.