Skip to content

An Arduino Capacitive Sensing library for RP2040 based boards (uses the PIO processor).

License

Notifications You must be signed in to change notification settings

Gerriko/PicoCapSense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PicoCapSense

An Arduino Capacitive Sensing library for RP2040 (Raspberry Pi Pico) boards, using the PIO processor.

Capacitive Sensing is used to detect touch based on the electrical capacitance of the human body.

This library is based on the measuring methods used in the Capacitive Sensing Library for 'duino / Wiring (sampling method differs) You can view this library here https://github.com/PaulStoffregen/CapacitiveSensor

It now handles multiple capacitive sensing touchpads. It uses one PIO state machine (sm) per capacitive sensor - i.e. max is 4 per PIO (or 8 per RP2040 using both PIO's).

Single Cap Sensing Example layout

Fritzing Single CapSensing Breadboard Image

Multi Cap Sensing Example layout

Fritzing Multi CapSensing Breadboard Image

About

An Arduino Capacitive Sensing library for RP2040 based boards (uses the PIO processor).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published