FAIO Multiplexer is an open-source Assistive technology wing for Adafruit Feather boards which enables those with limited or no hand movement to use Sip and puff as an input method to replace both keyboard and mouse.
FAIO Multiplexer supports following modes:
- Morse Keyboard Mode ( HID Keyboard )
- Morse Mouse Mode ( HID Mouse )
These are all the files and documentation associated with the FAIO Sip-And-Puff project.
Resource | Version | Format | Link |
---|---|---|---|
FAIO Sip-And-Puff | 1.0 | ZIP | FAIO_Sip-And-Puff-master.zip |
FAIO_Sip-And-Puff Manual | |||
FAIO_Sip-And-Puff Switch BOM (csv) | February 18, 2019 | CSV | FAIO_Sip-And-Puff_BOM.csv |
FAIO_Sip-And-Puff USB Software | 1.0 | Ino | |
FAIO_Sip-And-Puff Switch Board Layout | 1.0 | BRD | FAIO_Sip-And-Puff.brd |
FAIO_Sip-And-Puff Switch Board Schematic | 1.0 | SCH | FAIO_Sip-And-Puff.sch |
The FAIO_Sip-And-Puff interface can operate in 2 modes and 3.5 mm switch is used to switch between keyboard mode and mouse mode. The switch is also used to switch it between USB and Bluetooth when it's in configuration mode. The RGB Led blinks 2 times to indicate the current mode.
Mode Number | Mode | Color |
---|---|---|
1 | Morse Keyboard | Pink |
2 | Morse Mouse | Yellow |
3 | Configuration | Purple |
- Install the required libraries
1.1. Install Neo Pixels : https://github.com/adafruit/Adafruit_NeoPixel
1.2. Install EasyMorse if using USB or Bluetooth version : https://github.com/milador/EasyMorse
1.3. Install StopWatch if using USB or Bluetooth version : https://github.com/RobTillaart/Arduino/tree/master/libraries/StopWatch
1.4. Install FlashStorage if using Feather M0 Board : https://github.com/cmaglie/FlashStorage
- Download the firmware
2.1. USB Firmware (Coming up)
2.2. Bluetooth Firmware (Coming up)
-
Setup Arduino IDE for your feather board according to the instructions on Adafruit website
-
Verify and upload firmware code to your Feather Board
Copyright (c) 2019 Milador
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.