Skip to content

Files

Latest commit

 

History

History
42 lines (30 loc) · 1.37 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.37 KB

QTouchShield for Arduino

Introduction to the project

The QTouchShield for Arduino project aims to design a hardware platform for the Arduino MEGA that supports up to 32 configurable capacitive touch inputs.

The inputs can be configured as:

  • Buttons
  • Sliders
  • Wheels
  • Proximity sensors

Additionally the project includes the necessary firmware required by the shield's microcontroller to enable this functionality.

Key Capabilties

  • Support up to 32 capacitive touch inputs supporting:
    • up to 8 sliders/wheels
    • up to 32 buttons
    • up to 32 proximity sensors
  • Configuration via SPI or UART (RX/TX) interfaces
  • Arduino library to simplify integration into sketches

Licensing

The hardware is licensed under the Creative Commons ShareAlike license:

This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit [http://creativecommons.org/licenses/by-sa/3.0/] (http://creativecommons.org/licenses/by-sa/3.0/) or send a letter to: Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.

The software for the project is yet to be developed.

Project Page

For all current information, visit the project page at [codinghead.github.com/touchshield] (http://codinghead.github.com/touchshield/).