WingTangWong / OTHER_EE_SW_TOUCH_SENSOR_SX8634-Breakout

The repository for the SX8634 breakout board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SX8634-Breakout

A breakout board for Semtech's SX8634 capacitive touch sensor.


What is in this repository:

./doc: Location for documentation

./KiCAD: Hardware design files

./lib: Third-party libraries

./main: The optional provisioning program

./downloadDeps.sh A script to download dependencies


Building the provisioning program

The provisioning program is intended to be run on an ESP32 devkit-C or comparable. It can be built by doing...

./downloadDeps.sh
make

Then, flash it to the ESP32 board....

make flash monitor

Front Back
Front Back

Order from OSH Park

About

The repository for the SX8634 breakout board

License:MIT License


Languages

Language:C++ 90.1%Language:Makefile 5.6%Language:C 3.9%Language:Shell 0.3%