Bluetooth

Introduction

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), 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 from the maker/hacker community.

Summary of Findings

Tbd

Bluetooth Fundamentals

Tbd

Bluetooth Hardware on Holoseat Platforms

CHIP

Tbd

PS4

tbd

PCs

Tbd

Node.js Libraries

Tbd

Maker/Hacker Example

In this example, the firmware from the RN-42 onto the HC-05. 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.

Bluetooth Device Details

The video below is a summary of this project - Bluetooth HID gamepad using HC-05 module

ESP32 Wifi Bluetooth Module

ESP32 Wifi Bluetooth Module, another Bluetooth module that has people talking. Need to do more research.