https://github.com/bobvanderlinden/touchlogo-cap1188
https://github.com/bobvanderlinden/touchlogo-cap1188
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bobvanderlinden/touchlogo-cap1188
- Owner: bobvanderlinden
- Created: 2018-02-17T15:10:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T16:57:18.000Z (over 6 years ago)
- Last Synced: 2025-02-10T04:41:30.979Z (3 months ago)
- Language: C++
- Size: 16.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Touchlogo-Cap1188
This program can be uploaded to an ESP8266 to create a touch sensor which can detect swipes left, right and touches in a dependable way.
## Getting started
Add a CAP1188 chip to the I2C bus of the ESP8266 (on a Wemos D1 mini: D2 = SDA, D1 = SCL). In our setup 5 touch sensing channels (1-5) are connected to 5
line pads on a pcb. When sliding your hand over these pads the touch direction can be detected.The firmware was written in platform.io.