This is an old revision of the document!
Table of Contents
FeatherChorder
As of late January 2016 I have been using an Adafruit Feather as the board powering the chorder I wear. There are some issues with it when reconnecting to an Android device to which it has already been paired. More often than I like, I find myself having to “forget” the Feather on the phone and re-pair rather than simply reconnect. Other than that minor inconvenience it has been working beautifully. The code was reworked for the feather with Charles Chen and is available on GitHub.
So here is the FeatherChorder, a BLE (Bluetooth Low Energy) Chorder using the Adafruit Feather 32u4 Bluefruit LE
The advantage of using this board is that it has both the LiPo charger and the BLE transceiver built in, reducing the board count for the chorder from three to one. All that is required is to attach the keys and on/off switch, plug in the battery, and then program it over a standard micro usb cable.
Code
Here is the link to the github source: https://github.com/clc/chorder
Or, if you just want the zip archive of the latest build from gitub:
Download the Latest BTE Build
Thanks to Charles Chen for his work on this version!
Parts
- an adafruit feather 32u4 bluefruit
- 7 keyswitches; I suggest Cherry Red MX switches1)
- a small SPDT switch
- a LiPo battery with 2-pin JST-PH connector; I like 350mA, 500mA is probably overkill.
- something to hold your keys, see other sections of this site for case ideas. It will work with the 3D Printer Files for Chorders.
The Chords
Once you grab a copy of the code you can find all the chords in the ChordMappings.h file. Change them as you see fit. They are the same as the chords I use on the spiffchorder plus one set of changes - I have added a bunch of android specific chords. Media events, Volume control and the like. I will add a chart here in the not too distant future. In the mean time, the ChordMappings.h file has them.