I2C support? #32
Replies: 3 comments 2 replies
-
My cyd is esp32-2432s024N. |
Beta Was this translation helpful? Give feedback.
-
I am currently consumed by a reckless idea. The idea is to completely remove resistors R18 and R25. This might disable the touch controller, but I am originally using the 'N' variant, meaning a CYD without a touch controller. I believe these measures will free up the IO21 pin and allow the connector to be used as an I2C interface |
Beta Was this translation helpful? Give feedback.
-
I've updated some of the documentation yesterday, including adding a link to the discord on the main readme. The easiest way to connect an i2c device is with the CN1 connector, the one nearest the micro SD card slot. It has two free gpio pins, 3.3v and ground. I've added some instructions around how I connected the nunchuck, any other i2c device should be the same https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/blob/main/ADDONS.md#wiring The only other thing that you need to do is specify the pins when starting the i2c wire interface |
Beta Was this translation helpful? Give feedback.
-
I went looking for your discord channel but couldn’t find it. Discover shows nothing named cheap-yellow-display. Not a discord pro for sure but gave up after a few minutes of trying.
So, I’ll ask the question here, does the CYD have an I2C interface? I think it might be a nice peripheral to a family of devices I’m working with.
Beta Was this translation helpful? Give feedback.
All reactions