Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.38 KB

readme.md

File metadata and controls

36 lines (19 loc) · 1.38 KB

Bare Conductive

Bare Conductive Simple Touch Board Bluettooth sketch

Simple sketch that sends data from the Touch Board wirelessly via Bluetooth. The data can be printed on a screen to see when an electrode of the board was touched and released or used in other programs, for example Processing.

Requirements

Install

  1. Close the Arduino IDE if you have it open.

  2. Download the .zip or clone the repository to your local machine - if downloading the .zip, extract the contents somewhere that suits you.

  3. Take the Proximity_MP3 folder and move it to Arduino Sketchbook Folder. This will be different for each operating system:

    Windows

    Libraries\Documents\Arduino

    or

    My Documents\Arduino

    Mac

    Documents/Arduino

    Linux (Ubuntu)

    Home/Arduino

    If this folder does not exist, create it first.

  4. Reopen the Arduino IDE - you should now be able to open the sketch in the File -> Sketchbook menu.