ESP32-E pins 35, 36, 39 not working as expected

z01ks001
Posts: 1
Joined: Sun Jun 09, 2024 5:08 pm

ESP32-E pins 35, 36, 39 not working as expected

Postby z01ks001 » Sun Jun 09, 2024 5:12 pm

I tested every pin on the Firebeetle ESP32-E with a micro-switch and they all work fine except for the following pins: 1, 35, 36, 39. Wiki says Pin 1 (TX) is Occupied when using USB power supply and serial printing so it can be expected not to work well for creating a button. However, I don't see anything in the Wiki about 35, 36 or 39 that would suggest these pins have any limitations, except for being “Used for input only”. Also 34 has the same description but works fine.

The problem that I am encountering when testing code for a button such as the one from here https://esp32io.com/tutorials/esp32-button or the Interrupt code from ESP32-E Wiki, or any other code such as for a rotary encoder, is as follows. Pins 35, 36 and 39 don't seem to work with a switch that is wired up to them, but they all respond to a touch from a finger. They are in a pressed state and when the finger touches the pin, they become released. Also if I hold my finger to the pin on the switch that is going to the pin on the ESP32-E, Serial prints that the button is released, and then when I press down on the micro-switch, Serial prints that the button is now pressed. So touching my finger to the pin on the switch this way, almost makes the switch function properly.

I don't know much about electronics. Does anyone know what's up with these particular pins? Does anyone know based on my description what I could test with these pins so that they could be used with switches or rotary encoders? Thanks.

PS. Tested with two Firebeetle ESP32-E boards and results are the same.

ESP_Sprite
Posts: 9575
Joined: Thu Nov 26, 2015 4:08 am

Re: ESP32-E pins 35, 36, 39 not working as expected

Postby ESP_Sprite » Mon Jun 10, 2024 1:10 am

Input-only pins also don't have pullups or pulldowns; you need to add one externally or the voltage will be whatever the pin/wires pick up from ambient EM radiation.

Who is online

Users browsing this forum: No registered users and 107 guests