Introduction
The H200 seamlessly integrates with Curbell Gen4+ pillow speakers, giving patients intuitive control over nurse calls, room environment settings like lighting and temperature, and easy access to television entertainment for a more comfortable and empowered in-room experience.
Prerequisites
The integration requires an H200 device with the 25.6.2430 firmware or newer, a Curbell Gen4+ pillow speaker, and a compatible IBI unit to enable seamless communication and control between the patient interface and room systems.
Summary
The integration model connects the Curbell Gen4+ Pillow Speaker to the IBI unit, which then interfaces with the H200 device. Curbell must provide both the pillow speaker and the IBI unit. In this architecture, the H200 operates as a receiver of commands from the IBI, similar to how it interacts with a traditional RCU. This approach ensures seamless compatibility, minimizes integration complexity, and allows the existing command-handling logic within the H200 to remain unchanged while enabling full patient-control functionality.
Development Function | Final Function | Code from PS Switch | HID Usage | Android Key Code Name |
POWER | POWER | 0x13 | 0x07 0x0066 | KEYCODE_POWER |
UP | UP | 0x1E | 0x07 0x0052 | KEYCODE_DPAD_UP |
DOWN | DOWN | 0x1F | 0x07 0x0051 | KEYCODE_DPAD_DOWN |
LEFT | LEFT | 0x14 | 0x07 0x0050 | KEYCODE_DPAD_LEFT |
RIGHT | RIGHT | 0x16 | 0x07 0x004F | KEYCODE_DPAD_RIGHT |
MENU | BACK | 0x11 | 0x07 0x0042 | KEYCODE_F9, Amino to remap to KEYCODE_BACK* |
SELECT | ENTER | 0x15 | 0x07 0x0028 | KEYCODE_ENTER |
BACK | MUTE | 0x0D | 0x07 0x003D | KEYCODE_F4 |
VOL+ | HOME | 0x01 | 0x07 0x003F | KEYCODE_F6 |
VOL- | TV | 0x02 | 0x07 0x0040 | KEYCODE_F7 |
HOME (A) | VOL+ | 0x2A | 0x07 0x003A | KEYCODE_F1 |
HEALTH (B) | PLAY/PAUSE | 0x2B | 0x07 0x003C | KEYCODE_F3 |
GUIDE (C) | CH+ | 0x0F | 0x07 0x0041 | KEYCODE_F8 |
TV (D) | VOL- | 0x00 | 0x07 0x003B | KEYCODE_F2 |
WEB (E) | N/A | N/A | N/A | N/A |
MOVIES (F) | CH- | 0x27 | 0x07 0x003E | KEYCODE_F5 |
1 | 1 | 0x0B | 0x07 0x001E | KEYCODE_1 |
2 | 2 | 0x10 | 0x07 0x001F | KEYCODE_2 |
3 | 3 | 0x1B | 0x07 0x0020 | KEYCODE_3 |
4 | 4 | 0x05 | 0x07 0x0021 | KEYCODE_4 |
5 | 5 | 0x06 | 0x07 0x0022 | KEYCODE_5 |
6 | 6 | 0x0E | 0x07 0x0023 | KEYCODE_6 |
7 | 7 | 0x04 | 0x07 0x0024 | KEYCODE_7 |
8 | 8 | 0x07 | 0x07 0x0025 | KEYCODE_8 |
9 | 9 | 0x0C | 0x07 0x0026 | KEYCODE_9 |
0 | 0 | 0x08 | 0x07 0x0027 | KEYCODE_0 |
Amino to remap to KEYCODE_BACK*
Parameter option: keycode.remap.generic=”139=4”
Reference