Ks0260 keyestudio TTP229L 16-key Touch Sensor: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
This is a 16-key digital capacitive touch switch sensor, using the working mode of capacitive sensing trigger. Its communication is I2C communication, with simple and convenient wiring.<br>
This is a 16-key digital capacitive touch switch sensor, using the working mode of capacitive sensing trigger. Its communication is I2C communication, with simple and convenient wiring.<br>
<br>[[File:KS0260.png|500px|frameless|thumb]]<br>
<br>[[File:KS0260.png|500px|frameless|thumb]]<br>


==Specification==
==Specification==
Line 12: Line 13:
* Size: 85mm * 55mm
* Size: 85mm * 55mm
* Weight: 15.5g
* Weight: 15.5g


==Connection Diagram==
==Connection Diagram==
Line 48: Line 50:


http://www.keyestudio.com/files/index/download/id/1505195942/
http://www.keyestudio.com/files/index/download/id/1505195942/
'''Library Download:'''


==Get One Now ==
==Get One Now ==
Line 53: Line 58:
http://www.keyestudio.com/keyestudio-ttp229l-16-key-touch-sensor-black-environmental-friendly.html
http://www.keyestudio.com/keyestudio-ttp229l-16-key-touch-sensor-black-environmental-friendly.html


[[Category: shield]]
[[Category: Shield]]

Revision as of 16:32, 26 September 2017

Keyestudio TTP229L 16-key Touch Sensor

Introduction

This is a 16-key digital capacitive touch switch sensor, using the working mode of capacitive sensing trigger. Its communication is I2C communication, with simple and convenient wiring.

thumb


Specification

  • Onboard TTP229 capacitive 16-key touch sensor IC
  • Onboard power indicator
  • Working voltage: 2.4V-5.5V
  • Support to set the output mode, key output mode, the longest output time and fast / low power options
  • Size: 85mm * 55mm
  • Weight: 15.5g


Connection Diagram


thumb


Sample Code

#include "TTP229L_I2C.h"
void setup()

{
  Serial.begin(9600);
}

void loop()
{
unsigned int dat;
dat=TTP229_i2c_read();
Serial.println(dat);
delay(1000);
}

Result

After uploading the code to the UNO board, connect the UNO board to TTP229L module. Powered up, you can see the red LED on the module is on, then open the serial monitor, touch the key with finger and you can see the corresponding value as the figure shown below:


thumb


thumb


Resources

PDF file:

http://www.keyestudio.com/files/index/download/id/1505195942/

Library Download:


Get One Now

http://www.keyestudio.com/keyestudio-ttp229l-16-key-touch-sensor-black-environmental-friendly.html