Advanced Search
Search Results
165 total results found
Touch sensor - Using an CAP1188
Physical Computing
Tutorials
...e CAP1188 has support for both I2C and SPI, so it easy to use wit ...rocontroller. If you are using I2C, you can select one of 5 addre ...0 capacitive touch pads on one I2C 2-wire bus. Using this chip is a ...! Touch sensor - Using an MPR121 Touch sensor - with No Senso...
Using a Force Sensor
Physical Computing
Tutorials
... to A0) Getting started This example turns on the built-in LED ...ue; //sensor value range: 0-1023 //200 is light touch //500 is medi .../800 is hard touch int limit = 200; void setup() { Serial.beg ...in(9600); pinMode(13, OUTPUT); } vo...
Unity AR
AR projects allow you to show content by pointing your camera onto an image or a 3D object that will act as an anchor point for your 2D/3D to be displayed on top of.