-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Paul G <[email protected]>
- Loading branch information
Paul G
committed
Jan 25, 2015
1 parent
592dfb7
commit bafe699
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# HaptiCap | ||
The *HaptiCap* is a hat designed to provide directional haptic feedback to the wearer. The prototype | ||
uses 8 vibration motors and is powered by an Arduino Nano. | ||
|
||
This repository contains libraries and sketches designed to work with the HaptiCap. | ||
|
||
## HaptiCapMag | ||
While the original and primary goal of the *HaptiCap* was to act as a haptic compass (continuously | ||
signaling north), I have not ruled out using the form factor for other directional feedback. For forward compatibility, I've decided to call the general haptic feedback interface (the hat) | ||
*HaptiCap*, and the version that is acting as a haptic compass is called the *HaptiCapMag*. | ||
|
||
These sketches assume that your HaptiCap uses an HMC5883L 3-axis digital magnetometer, and that | ||
you are using [my HMC5883L library](https://github.com/pganssle/HMC5883L), which is stored in a | ||
separate repository in case someone wants to use it for non-HaptiCap applications. Full | ||
documentation for my HMC5883L library can be found in that repository or online [here](https://pganssle.github.io/HMC5883L/documentation/). | ||
|
||
A full writeup on the device is coming soon. |