Bluetooth

Version 3 (J. Simmons, 02/25/2017 06:37 pm)

1 1 J. Simmons
h1. Bluetooth
2 1 J. Simmons
3 1 J. Simmons
{{>toc}}
4 1 J. Simmons
5 1 J. Simmons
h2. Background
6 1 J. Simmons
7 1 J. Simmons
This page covers research into creating a Bluetooth HID connection from the Holoseat controller to the gaming system (PC or console).  The Holoseat controller will need to be able to present itself as either a keyboard & mouse combination or a joypad.  Much of the following research was found by following the links from a Hackaday post - "Convert Any USB Keyboard to Bluetooth":http://hackaday.com/2016/09/04/convert-any-usb-keyboard-to-bluetooth/.
8 1 J. Simmons
9 3 J. Simmons
h2. Maker/Hacker Example
10 3 J. Simmons
11 3 J. Simmons
In this example, the firmware from the "RN-42":https://www.sparkfun.com/products/12574 onto the "HC-05":http://cdn.makezine.com/uploads/2014/03/hc_hc-05-user-instructions-bluetooth.pdf.  This kind of hacking, while interesting, is not strictly legal (obtaining the RN-42 firmware is not something one just does), so it is not a recommended approach.  However, it does demonstrate how capable a small system can be at capturing signals from one system (the joypad) and in real time translating them to HID over Bluetooth signals.  Consider this evidence that the kind of inline gameplay translation we want the Holoseat controller to do is possible.
12 1 J. Simmons
13 1 J. Simmons
{{youtube(L7lEDS6xj5w)}}
14 1 J. Simmons
15 1 J. Simmons
{{youtube(5qXv7TJI324)}}
16 1 J. Simmons
17 1 J. Simmons
{{youtube(qyRJgtwX0cY)}}
18 1 J. Simmons
19 1 J. Simmons
h2. Bluetooth Device Details
20 1 J. Simmons
21 1 J. Simmons
The video below is a summary of this project - "Bluetooth HID gamepad using HC-05 module":https://mitxela.com/projects/bluetooth_hid_gamepad
22 1 J. Simmons
23 1 J. Simmons
{{youtube(fWXJDNcbZAA)}}
24 2 J. Simmons
25 2 J. Simmons
h2. ESP32 Wifi Bluetooth Module
26 2 J. Simmons
27 2 J. Simmons
"ESP32 Wifi Bluetooth Module":http://www.cnx-software.com/2016/09/05/you-can-now-buy-esp3212-esp32-wifi-bluetooth-module-for-6-95, another Bluetooth module that has people talking.  Need to do more research.