Skip to content
benjaminaigner edited this page Mar 22, 2017 · 9 revisions

Bluetooth connection

The FLipMouse is usually connected via a Micro-USB cable. In some cases, this might be unusable, see compatibility. The Bluetooth connection is not included in the normal construction kit, because this would add additional costs which is not always suitable. This page describes how to build the Bluetooth addon and which parts have to be bought.

Necessary parts

  • Adafruit Bluefruit EZ-KEY HID
  • Female header 2x5 (2.54mm/100mil spacing)
  • Perfboard: 35x27mm / 1378x1063mil (2.54mm/100mil spacing)
  • Some thin wires
  • Additional power source (eg. USB Powerbank)

Building the addon

  1. Solder the female header as shown in picture 1
  2. Solder wires to following pins of the header (the upper left is pin 1, the lower left is pin 2 on the main PCB): 2 (VCC), 7 (Teensy Serial3 RX), 8 (Teensy Serial3 TX), 10 (GND) Please use about 5cm wire for each pin and solder only ONE side
  3. Put the wires through holes in the perfboard nearby the soldered pin
  4. Solder the Bluetooth module, and connect following pins: "G" -> pin 10 (GND) "RX" -> pin 8 (Teensy TX) "TX" -> pin 7 (Teensy RX) "Vin" -> pin 2 (VCC)
  5. Mount the addon board and re-assemble the FLipMouse (Picture 3 & 4)

Bottom view of the addon board with the pin header Top view of the addon, with the Bluefruit Bluetooth board and the buzzer FLipMouse mainboard with attached addon

Software

No additional software is necessary. The FLipMouse firmware provides all necessary functions to provide a Bluetooth connection. The host device (PC, tablet, phone,...) does not need additional software, if Bluetooth is working.

Usage

The pair process of the addon is equal to the pairing process of the Bluefruit EZKEY-HID module. Press the pair button on the Bluetooth module for 5 seconds to start the pair process. If there is any prompt for a pairing password, please use 1234.

Further information

Full documentation of the Bluetooth module is available here: Adafruit Bluefruit EZ-KEY HID