TTP223 1-key capacitive touch module

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
User avatar
mcauser
Posts: 507
Joined: Mon Jun 15, 2015 8:03 am

TTP223 1-key capacitive touch module

Post by mcauser » Wed Mar 28, 2018 12:26 pm

I was going to write a driver for the $0.20c little red TTP223 touch module, but it's pretty much just a drop in replacement for a push button. No driver needed.

So I put together some examples:
https://github.com/mcauser/micropython-ttp223

There is a little red LED under the touch pad that lights up when a touch is detected.
Reasonably accurate and can detect a touch through paper, cardboard and plastic, so you can mount them inside protective cases.

Image

shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

Re: TTP223 1-key capacitive touch module

Post by shaoziyang » Wed Mar 28, 2018 3:46 pm

You may try TTP229, 16 touch key sensor.

Post Reply