You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you need more than that, you need to start taking them from something else. An SD Card sniffer like mentioned in the Add-ons is probably the next easiest.
After that you're probably de-soldering something!
Broken Out Pins
There are three 4P 1.25mm JST connectors on the board
P3
Pin
Use
Note
GND
IO35
Input only pin, no internal pull-ups available
IO22
Also on the CN1 connector
IO21
Used for the TFT Backlight, so not really usable
CN1
This is a great candidate for I2C devices
Pin
Use
Note
GND
IO22
Also on P3 connector
IO27
3.3V
P1
Pin
Use
Note
VIN
IO1(?)
TX
Maybe possible to use as a GPIO?
IO3(?)
RX
Maybe possible to use as a GPIO?
GND
Buttons
The CYD has two buttons, reset and boot.
Pin
Use
Note
IO0
BOOT
Can be used as an input in sketches
Speaker
The speaker connector is a 2P 1.25mm JST connector that is connected to the amplifier, so not usable as GPIO at the speaker connector
Pin
Use
Note
IO26
Connected to amp
i2s_set_dac_mode(I2S_DAC_CHANNEL_LEFT_EN);
RGB LED
If your project requires additional pins to what is available elsewhere, this might be a good candidate to sacrifice.
Note: LEDs are "active low", meaning HIGH == off, LOW == on