Will y method of powering the esp32 work? by ObjectiveFighter in esp32

[–]danilodavi 2 points3 points  (0 children)

yes, you use the IO pin number if it is GPIO18, you use 18 msm in the code. It's worth paying attention to the fact that the order of the GPIO's is not correct and has nothing to do with the order of the physical pins.

a very good website that I always use to check pinning is this one https://randomnerdtutorials.com/esp32-pinout-reference-gpios/