Bluetooth
Version 3 (J. Simmons, 02/25/2017 06:37 pm) → Version 4/15 (J. Simmons, 02/25/2017 06:44 pm)
h1. Bluetooth
{{>toc}}
h2. Introduction Background
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. The material on this page covers some Bluetooth fundamentals (classic vs BLE), Much of the types of Bluetooth hardware used in some of our target platforms (CHIP, PS4, PCs), and available libraries for interacting with Bluetooth hardware in Node.js. It closes with an interesting (but not usable) example following research was found by following the links from the maker/hacker community. a Hackaday post - "Convert Any USB Keyboard to Bluetooth":http://hackaday.com/2016/09/04/convert-any-usb-keyboard-to-bluetooth/.
h2. Summary of Findings
Tbd
h2. Bluetooth Fundamentals
Tbd
h2. Bluetooth Hardware on Holoseat Platforms
h3. CHIP
Tbd
h3. PS4
tbd
h3. PCs
Tbd
h3. Node.js Libraries
Tbd
h2. Maker/Hacker Example
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. 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/.
{{youtube(L7lEDS6xj5w)}}
{{youtube(5qXv7TJI324)}}
{{youtube(qyRJgtwX0cY)}}
h2. Bluetooth Device Details
The video below is a summary of this project - "Bluetooth HID gamepad using HC-05 module":https://mitxela.com/projects/bluetooth_hid_gamepad
{{youtube(fWXJDNcbZAA)}}
h2. ESP32 Wifi Bluetooth Module
"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.
{{>toc}}
h2. Introduction Background
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. The material on this page covers some Bluetooth fundamentals (classic vs BLE), Much of the types of Bluetooth hardware used in some of our target platforms (CHIP, PS4, PCs), and available libraries for interacting with Bluetooth hardware in Node.js. It closes with an interesting (but not usable) example following research was found by following the links from the maker/hacker community. a Hackaday post - "Convert Any USB Keyboard to Bluetooth":http://hackaday.com/2016/09/04/convert-any-usb-keyboard-to-bluetooth/.
h2. Summary of Findings
Tbd
h2. Bluetooth Fundamentals
Tbd
h2. Bluetooth Hardware on Holoseat Platforms
h3. CHIP
Tbd
h3. PS4
tbd
h3. PCs
Tbd
h3. Node.js Libraries
Tbd
h2. Maker/Hacker Example
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. 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/.
{{youtube(L7lEDS6xj5w)}}
{{youtube(5qXv7TJI324)}}
{{youtube(qyRJgtwX0cY)}}
h2. Bluetooth Device Details
The video below is a summary of this project - "Bluetooth HID gamepad using HC-05 module":https://mitxela.com/projects/bluetooth_hid_gamepad
{{youtube(fWXJDNcbZAA)}}
h2. ESP32 Wifi Bluetooth Module
"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.