✨ New Arrivals Just Dropped!Explore
HomeStore

Adafruit 12-Key Capacitive Touch Sensor Breakout - MPR121 (STEMMA QT)

Product image 1
1 / 5

Adafruit 12-Key Capacitive Touch Sensor Breakout - MPR121 (STEMMA QT)

Add lots of touch sensors to your next microcontroller project with this easy-to-use 12-channel capacitive touch sensor breakout board, starring the MPR121. This chip can handle up to 12 individual touchpads.

The MPR121 has support for only I2C, which can be implemented with nearly any microcontroller. You can select one of 4 addresses with the ADDR pin, for a total of 48 capacitive touch pads on one I2C 2-wire bus. Using this chip is a lot easier than doing the capacitive sensing with analogue inputs: it handles all the filtering for you and can be configured for more/less sensitivity.

This sensor comes as a tiny hard-to-solder chip so we put it onto a breakout board for you. Since it's a 3V-only chip, we added a 3V regulator and I2C level shifting so it's safe to use with any 3V or 5V microcontroller/processor like Arduino. We even added an LED onto the IRQ line so it will blink when touches are detected, making debugging by sight a bit easier on you. Comes with a fully assembled board, and a stick of 0.1" header so you can plug it into a breadboard. For contacts, we suggest using copper foil or pyralux, then solder a wire that connects from the foil pad to the breakout.

Getting started is a breeze with our Arduino library and tutorial. You'll be up and running in a few minutes, and if you are using another microcontroller, it's easy to port our code.

Of course, we wouldn't leave you with a datasheet and a "good luck!" - we wrote a detailed tutorial showing how to wire up the sensor, use it with Arduino or CircuitPython/Python, and example code that gets the sensor logging data and detecting your touch!

As if that weren't enough, we've now also added SparkFun qwiic compatible STEMMA QT connectors for the I2C bus so you don't even need to solder the I2C and power lines. Just wire up to your favourite micro using a STEMMA QT adapter cable. The Stemma QT connectors also mean the MPR121 can be used with our various associated accessories. QT Cable is not included, but we have a variety in the shop.

Revision History:

  • As of November 22, 2022 – we've updated this PCB with Adafruit Pinguin to make a lovely and legible silkscreen - you may get the new PCB or the older version with vector fonts - both are identical other than the fancy silkscreen. Additionally, this sensor breakout may come with black or tan STEMMA QT connectors. They work the same!
  • As of Jan 21, 2021 - We've updated this sensor to our STEMMA QT standard for sensors. We have two STEMMA QT connectors on either side for quick connectivity. The physical size of the board and two mounting holes location have not changed. However, we did change the power/I2C breakout section pinout to match our standard pinout order!

Specifications

  • Uses I2C 7-bit address 0x5A (can be set to 0x5B, 0x5C or 0x5D)

Add lots of touch sensors to your next microcontroller project with this easy-to-use 12-channel capacitive touch sensor breakout board, starring the MPR121. This chip can handle up to 12 individual touchpads.

The MPR121 has support for only I2C, which can be implemented with nearly any microcontroller. You can select one of 4 addresses with the ADDR pin, for a total of 48 capacitive touch pads on one I2C 2-wire bus. Using this chip is a lot easier than doing the capacitive sensing with analogue inputs: it handles all the filtering for you and can be configured for more/less sensitivity.

This sensor comes as a tiny hard-to-solder chip so we put it onto a breakout board for you. Since it's a 3V-only chip, we added a 3V regulator and I2C level shifting so it's safe to use with any 3V or 5V microcontroller/processor like Arduino. We even added an LED onto the IRQ line so it will blink when touches are detected, making debugging by sight a bit easier on you. Comes with a fully assembled board, and a stick of 0.1" header so you can plug it into a breadboard. For contacts, we suggest using copper foil or pyralux, then solder a wire that connects from the foil pad to the breakout.

Getting started is a breeze with our Arduino library and tutorial. You'll be up and running in a few minutes, and if you are using another microcontroller, it's easy to port our code.

Of course, we wouldn't leave you with a datasheet and a "good luck!" - we wrote a detailed tutorial showing how to wire up the sensor, use it with Arduino or CircuitPython/Python, and example code that gets the sensor logging data and detecting your touch!

As if that weren't enough, we've now also added SparkFun qwiic compatible STEMMA QT connectors for the I2C bus so you don't even need to solder the I2C and power lines. Just wire up to your favourite micro using a STEMMA QT adapter cable. The Stemma QT connectors also mean the MPR121 can be used with our various associated accessories. QT Cable is not included, but we have a variety in the shop.

Revision History:

  • As of November 22, 2022 – we've updated this PCB with Adafruit Pinguin to make a lovely and legible silkscreen - you may get the new PCB or the older version with vector fonts - both are identical other than the fancy silkscreen. Additionally, this sensor breakout may come with black or tan STEMMA QT connectors. They work the same!
  • As of Jan 21, 2021 - We've updated this sensor to our STEMMA QT standard for sensors. We have two STEMMA QT connectors on either side for quick connectivity. The physical size of the board and two mounting holes location have not changed. However, we did change the power/I2C breakout section pinout to match our standard pinout order!

Specifications

  • Uses I2C 7-bit address 0x5A (can be set to 0x5B, 0x5C or 0x5D)
$7.70
Adafruit 12-Key Capacitive Touch Sensor Breakout - MPR121 (STEMMA QT)
$7.70

Description

Add lots of touch sensors to your next microcontroller project with this easy-to-use 12-channel capacitive touch sensor breakout board, starring the MPR121. This chip can handle up to 12 individual touchpads.

The MPR121 has support for only I2C, which can be implemented with nearly any microcontroller. You can select one of 4 addresses with the ADDR pin, for a total of 48 capacitive touch pads on one I2C 2-wire bus. Using this chip is a lot easier than doing the capacitive sensing with analogue inputs: it handles all the filtering for you and can be configured for more/less sensitivity.

This sensor comes as a tiny hard-to-solder chip so we put it onto a breakout board for you. Since it's a 3V-only chip, we added a 3V regulator and I2C level shifting so it's safe to use with any 3V or 5V microcontroller/processor like Arduino. We even added an LED onto the IRQ line so it will blink when touches are detected, making debugging by sight a bit easier on you. Comes with a fully assembled board, and a stick of 0.1" header so you can plug it into a breadboard. For contacts, we suggest using copper foil or pyralux, then solder a wire that connects from the foil pad to the breakout.

Getting started is a breeze with our Arduino library and tutorial. You'll be up and running in a few minutes, and if you are using another microcontroller, it's easy to port our code.

Of course, we wouldn't leave you with a datasheet and a "good luck!" - we wrote a detailed tutorial showing how to wire up the sensor, use it with Arduino or CircuitPython/Python, and example code that gets the sensor logging data and detecting your touch!

As if that weren't enough, we've now also added SparkFun qwiic compatible STEMMA QT connectors for the I2C bus so you don't even need to solder the I2C and power lines. Just wire up to your favourite micro using a STEMMA QT adapter cable. The Stemma QT connectors also mean the MPR121 can be used with our various associated accessories. QT Cable is not included, but we have a variety in the shop.

Revision History:

  • As of November 22, 2022 – we've updated this PCB with Adafruit Pinguin to make a lovely and legible silkscreen - you may get the new PCB or the older version with vector fonts - both are identical other than the fancy silkscreen. Additionally, this sensor breakout may come with black or tan STEMMA QT connectors. They work the same!
  • As of Jan 21, 2021 - We've updated this sensor to our STEMMA QT standard for sensors. We have two STEMMA QT connectors on either side for quick connectivity. The physical size of the board and two mounting holes location have not changed. However, we did change the power/I2C breakout section pinout to match our standard pinout order!

Specifications

  • Uses I2C 7-bit address 0x5A (can be set to 0x5B, 0x5C or 0x5D)

You may also like

NEW
Thumbnail 1Thumbnail 2

Adafruit AS7343 14-Channel Light / Colour Sensor Breakout

$25.35

NEW
Thumbnail 1Thumbnail 2

Adafruit SGP41 Multi-Pixel Gas Sensor Breakout - VOC & NOx

$25.35

-70%NEW
Thumbnail 1Thumbnail 2

Adafruit AS7331 UV / UVA / UVB / UVC Sensor Breakout

$28.52

$8.56

-70%NEW
Thumbnail 1Thumbnail 2

Adafruit Fruit Jam - Mini RP2350 Computer

$50.71

$15.21

-70%NEW
Thumbnail 1Thumbnail 2

Adafruit STCC4 and SHT41 - CO2, Temperature & Humidity Sensor

$34.86

$10.46

NEW
Thumbnail 1Thumbnail 2

Adafruit LED Sequins - Cool White - Pack of 5

$5.02

NEW
Thumbnail 1Thumbnail 2

Adafruit TCS3430 / TCS34303 Ambient Tri-Stimulus Colour Sensor

$12.02

-70%NEW
Thumbnail 1Thumbnail 2

Adafruit APDS9999 Proximity, Lux Light & Colour Sensor

$9.51

$2.85

NEW
Thumbnail 1Thumbnail 2

Adafruit TMP119 High-Precision ±0.03°C I2C Temperature Sensor

$19.01

NEW
Thumbnail 1Thumbnail 2

Adafruit ADS122C04 24-Bit ADC - 4 Channel 2-kSPS

$25.35

-70%NEW
Thumbnail 1Thumbnail 2

Adafruit TMAG5273 3D Hall Effect Magnetometer Breakout

$7.53

$2.26

-70%NEW
Thumbnail 1Thumbnail 2

Adafruit VCNL4030 Proximity and Lux Sensor

$7.53

$2.26