Glyph ESP32-C3 Pinouts

The Glyph-C3 has many pins, ports, and features. This page takes you on a tour on each of the pin on the board!
Power Pins and Connections
- GND: This is the common ground for all power and logic.
- BAT: This is the positive voltage to/from the Battery(+) Positive terminal (This pin is usual at voltage between 2.7v-4.2v)
- USB: This is the positive voltage to/from the USB C jack, if USB is connected (This is usual at voltage 5v)
- EN: This is the enable pin of esp32, you can pull down this using a external button or other controller to reset the board.
- 3.3V: These pins are the output from the 3.3V regulator, they can supply 600mA peak current.

- Lipo Battery PADS: 2 Pads behind the board to solder Lipo or li-ion batteries to power the Glyph board.
- MSR PADS: Short this MSR pad to measure battery capacity using IO0 (Marked as A0 on board).

Communication Pins
I2C, SPI, and UART on ESP32-C3
The ESP32-C3 is capable of handling I2C, SPI, and UART on many pins. However, to simplify things we have assigned few of the IO pins to make things simpler for users.
I2C Pins
- I2C SCL: SCL, IO5
- I2C SDA: SDA, IO4

SPI Pins
- SPI SCK : SCK, IO10
- SPI MOSI: MO , IO6
- SPI MISO: MI , IO7
- SPI CS : ANY IO That's available

UART Pins
- UART TX: TX, IO21
- UART RX: RX, IO22

Addtional Ports / Pins
GLYPH GLINK PORT
This is a QWIIC / STEMMA compatible connector which makes it easy for users to connect to 100's of sensors and modules made by Adafruit & Sparkfun.

USB PINS
This is used for power and data transfer. Connect to your computer via a USB C cable to update firmware and at the USB pin you would receive 5v
