inkplate13/advanced/communications/qwiic

Example of the component solderedelectronics/inkplate v1.1.0
# Qwiic

Use the Qwiic (I2C) connector on Soldered Inkplate 13SPECTRA.

## Overview

Demonstrates how to communicate with a Qwiic-compatible I2C sensor or module connected to the Inkplate 13SPECTRA Qwiic port. Scans the I2C bus for connected devices and prints found addresses to the display.

## Hardware Required

- Soldered Inkplate 13SPECTRA
- USB cable
- Qwiic-compatible I2C module

## Setup

Run `idf.py menuconfig` and navigate to:
**Inkplate Boards → Inkplate13**

## Build and Flash

```
idf.py build
idf.py -p PORT flash monitor
```

## Expected Output

I2C addresses of detected Qwiic devices printed on the Inkplate 13SPECTRA e-paper display.

## Notes

- Inkplate 13SPECTRA Qwiic connector uses the standard 3.3 V I2C bus.
- Multiple Qwiic devices can be chained as long as addresses do not conflict.

## Resources

- Docs: https://docs.soldered.com/inkplate
- Support: https://forum.soldered.com/
- Image tool: https://tools.soldered.com/tools/image-converter/

To create a project from this example, run:

idf.py create-project-from-example "solderedelectronics/inkplate=1.1.0:inkplate13/advanced/communications/qwiic"

or download archive (~2.74 KB)