stewart-platform-esp32 icon indicating copy to clipboard operation
stewart-platform-esp32 copied to clipboard

Changed ATT pin cabling from IO35 to IO32.

Open NicHub opened this issue 2 months ago • 0 comments

Initially, the ATT pin which detects the Nunchuck connection was connected to IO35. This is a bad idea because this IO can only be configured as INPUT and not as INPUT_PULLDOWN as it should be. So I changed the wiring so that IO32 is used instead.

See https://github.com/NicHub/stewart-platform-esp32/commit/4fb5ff817b43e2fc8f8dd388226081e027dbc8ab

For reference, the pins that cannot or should not be used can be seen here: https://ouilogique.com/files/2015-05-28-pinouts/images/esp32-wroom-32-pinout.png

NicHub avatar Apr 20 '24 14:04 NicHub