manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. Nexmosphere
  6. •
  7. Controllers
  8. •
  9. Nexmosphere XC-847 User manual

Nexmosphere XC-847 User manual

Xperience platform
All of Nexmosphere’s controllers are built on the same platform principles. If this is your rst time using a Nexmosphere
controller, we recommend to rst read https://nexmosphere.com/technology/xperience-platform/ to learn the basics about
our platform and its terminology.
XC-847
The XC-847 is an Xperience controller with 4 RGBW LED Outputs,
2 X-Wave interfaces, and 4 X-talk interfaces:
1. X-talk interface 001 5. X-Wave interface, API address 005
2. X-talk interface 002 6. X-Wave interface, API address 006
3. X-talk interface 003
4. X-talk interface 004
A. RGBW LED output A (Generic API address 111, RGBW channel A)
B. RGBW LED output B (Generic API address 111, RGBW channel B)
C. RGBW LED output C (Generic API address 111, RGBW channel C)
D. RGBW LED output D (Generic API address 111, RGBW channel D)
USB. API interface (micro-USB connector)
LED. White status LED
DC. 12-24VDC Power input (2.1mm DC socket)
Hardware setup
1. Connect one or more Elements to any of the 4 X-talk interfaces.
2. Connect one or more RGB(W) LED strips to any of the 4 RGBW LED outputs*.
3. Connect one or more Pixel LED strips to any of the 2 X-Wave interfaces**.
4. Connect the 12 or 24VDC power supply to the DC power input connector. Make sure the voltage of the power supply
matches the operating voltage of the RGBW LED strips (12VDC or 24VDC).
5. Connect the micro-USB cable to a 3rd party device (e.g. Digital Signage Player or PC).
6. Wait until the white status LED stops blinking. This lasts about 5 seconds.
*RGBW LED strips including connection cable are available as an accessory (product codes L-X5.....l). If you want to connect your own RGBW LED strips, separate
connection cables are also available as an accessory (product codes CA5-S..C).
**Pixel LED strips including connection cable are available as an accessory (product codes L-P......W). If you want to connect your own Pixel LED strips, separate
connection cables are also available as an accessory (product codes CAW-S..C).
Software setup for testing (Terminal)
Typically, the XC-847 controller is connected to a 3rd party device, such as a Digital Signage Player, on which CMS software is installed that has built-in
functionality for sending and receiving Serial Events. However, if you want to do a rst test on a PC or Mac, follow the instructions below:
1. Download a terminal program. For example Termite or Hercules.
2. Open the Terminal program and go to settings. Choose the COM port on which the XC-847 controller enumerated*.
In most cases this is the highest available number in the COM port drop-down setting.
3. Set the COM port settings to the following values
Baudrate 115200 Flow Control None
Parity None EOL CR+LF
Data Bits 8 Protocol ASCII
Stop Bits 1
4. Set the COM port to “Open”. The controller is now ready for use.
5. When sending consecutive API serial commands to the XC-847 controller, place a 50mS delay between each command.
Nexmosphere
Le Havre 136
5627 SW Eindhoven • The Netherlands
T +31 40 240 7070
Esupport@nexmosphere.com
QUICK START GUIDE

© 2020 Nexmosphere. All rights reserved. v1.0 / 11-20
All content contained herein is subject to change without prior notice.
1
USB
DC
LED
5 6
A
B
C
D
XC
4
5 6
23 1
Functionality
The XC-847 runs our API which provides serial output when a specic sensor Element is triggered (for example a pick-up, or
-motion sensor or touch button) and provides control over output Elements (for example controlling RGBW LED strips) via
serial input commands. These API serial commands are typically used to create interactive Xperiences for Digital Signage.
The complete API Manual and additional helpful documents can be found on https://nexmosphere.com/support-
documentation. To get you started, we’ve included some starter examples of our Elements and the corresponding API serial
commands on the following pages.
3rd party devices and software
This Quick Start Guide oers a generic explanation of the setup and operation of the XC-847 Xperience controller. It does
not cover information on how to integrate the Controllers, Elements and their API triggers in specic 3rd party devices or
software. We have manuals available with step-by-step instructions on how to integrate Nexmosphere products with the
products of our hardware, -and software partners. You’ll nd these on the support and partner pages of our website.
Nexmosphere
Le Havre 136
5627 SW Eindhoven • The Netherlands
T +31 40 240 7070
Esupport@nexmosphere.com
QUICK START GUIDE

© 2020 Nexmosphere. All rights reserved. v1.0 / 11-20
All content contained herein is subject to change without prior notice.
2
*An overview of the default RGBW LED colors is provided on the nal page of this document.
XC-847
(Xperience controller) USB-A to Micro-USB cable
(connect to 3rd party device)
DC Power supply
(24V)
XC
A
B
C
D

To control an RGBW LED strip connected to RGBW channel A, B, C or D, send one of the following API example commands
from the 3rd party device to the XC-841 controller:
Set the LED strip connected to RGBW channel Ato color 0 (default white*) at 80% brightness with 0.5 seconds ramp time:
Set the LED strip connected to RGBW channel Bto color 3 (default blue*) at 100% brightness with 1.2 seconds ramp time:
Set the LED strip connected to RGBW channel C to pulse between two ramps. Ramp1: Color 2 (default green*) at 100% with
1.0 seconds ramp time. Ramp 2: Color 2 (default green*) at 5% with 0.5 seconds ramp time.
Set the LED strip connected to RGBW channel D to pulse between two ramps. Ramp1: Color 6 (default turquoise*) at 80%
with 0.7 seconds ramp time. Ramp 2: Color 8 (default pink*) at 100% with 0.7 seconds ramp time.
Set the LED strip of all 4 RGBW channels (X) to color 5 (default purple*) at 65% brightness with 0.8 seconds ramp time:
G111B[A 0 80 5]
G111B[B 3 100 12]
G111B[C 2 100 10 2 5 5]
G111B[D 6 80 7 8 100 7]
G111B[X 5 65 8]
© 2020 Nexmosphere. All rights reserved. v1.0 / 11-20
All content contained herein is subject to change without prior notice.
Nexmosphere
Le Havre 136
5627 SW Eindhoven • The Netherlands
T +31 40 240 7070
Esupport@nexmosphere.com
3


When an XY-Presence sensor connected to X-talk
interface 001 detects a person in distance zone 4, the
following API serial command is sent from the XC-847 to
the 3rd party device: X001A[4]
When an XY-Presence sensor connected to X-talk
interface 001 does not detect a person, the following API
serial command is sent from the XC-847 to the 3rd party
device: X001A[1]
XC-847
(Xperience controller)
USB-A to Micro-USB cable
(connect to 3rd party device)
DC Power supply
(24V)
XY-146
(presence sensor)
XC

To control a PixelLED strip connected to X-Wave interface 005 or 006, send one of the following API example commands
from the 3rd party device to the XC-847 controller:
Set the LED strip connected to X-Wave interface 005 to color 5 (default purple*) at 80% brightness with 0.5 seconds ramp
*An overview of the default X-Wave colors is provided on the nal page of this document.
Set the LED strip connected to X-Wave interface 006 to color 0 (default white*) at 00% brightness with 0.3 seconds ramp
Set the LED strip connected X-Wave interface 005 to pulse between two states. State 1: Color C (default sky blue*) at 99%
(max) with 1.2 seconds ramp time. Ramp 2: Color C (default sky blue*) at 20% with 1.2 seconds ramp time.
Set the LED strip connected to X-Wave interface 006 to a sinewave animation between two states over 48 LEDs. State 1:
Color 0 (default white*) at 99% (max) with 1.8 seconds ramp time. Ramp 2: Color 0 (default white*) at 23% with 1.2 seconds
For more information on controlling Pixel LEDs via X-Wave interfaces, please refer to the document “Manual | Controlling
X-Wave LEDs (API)”.
X005B[280105]
X006B[200003]
X005B[399C1201020C120012]
X006B[4990120012300040]
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
XC-847
(Xperience controller) USB-A to Micro-USB cable
(connect to 3rd party device)
DC Power supply
(24V)
XC
5 6
© 2020 Nexmosphere. All rights reserved. v1.0 / 11-20
All content contained herein is subject to change without prior notice.
Nexmosphere
Le Havre 136
5627 SW Eindhoven • The Netherlands
T +31 40 240 7070
Esupport@nexmosphere.com
4


When tag 2 is picked up from an antenna connected to
X-talk interface 004, the following API serial commands are
sent from the XC-847 to the 3rd party device:
XR[PU002]
X004A[1]
When tag 1 is placed on an antenna connected to X-talk
interface 004, the following API serial commands are sent
from the XC-847 to the 3rd party device:
XR[PB001]
X004A[0]

When button 1 of a (touch) button interface connected
to X-talk interface 003 is pressed, the following API serial
commands are sent from the XC-847 to the 3rd party
device: X003A[3]
When button 4 of a (touch) button interface connected
to X-talk interface 003 is pressed, the following API serial
commands are sent from the XC-847 to the 3rd party
device: X003A[17]
XR
XR-C10
(RFID antenna)
XR-C10
RFID Tags
(number 1-3)
XR-DR1
(RFID antenna driver
XC-847
(Xperience controller)
USB-A to Micro-USB cable
(connect to 3rd party device)
DC Power supply
(24V)
XC
Push buons
(with LED, 4x)
XT-B4N
(4x buon interface)
XT-4F
(Touch buons)
XT-B4
1 2 3 4
XC-847
(Xperience controller)
DC Power supply
(24V)
XC
USB-A to Micro-USB cable
(connect to 3rd party device)

To set all button LEDs of a (touch) button interface
connected to X-talk interface 003 to “on”, send the
following API commands from the 3rd party device to the
XC-847 controller:
To set all button LEDs of a (touch) button interface
connected to X-talk interface 003 to “o”, send the
following API commands from the 3rd party device to the
XC-847 controller:
X003A[255]
X003A[0]
Push buons
(with LED, 4x)
XT-B4N
(4x buon interface)
XT-4F
(Touch buons)
XT-B4
1 2 3 4
XC-847
(Xperience controller)
DC Power supply
(24V)
XC
USB-A to Micro-USB cable
(connect to 3rd party device)
© 2020 Nexmosphere. All rights reserved. v1.0 / 11-20
All content contained herein is subject to change without prior notice.
Nexmosphere
Le Havre 136
5627 SW Eindhoven • The Netherlands
T +31 40 240 7070
Esupport@nexmosphere.com
5

Combining Elements
The XC-847 Xperience controller has 4 RGBW LED outputs, 2 X-Wave interfaces and 4 X-talk interfaces to which any
combination of Elements can be connected. For example, all examples in this Quick Start Guide can be combined on a
single XC-847. The API commands and operation will remain the same. When connecting multiple Elements that require
a high amount of current (LEDs or push buttons with LED ring), calculate the total required current of the Elements and
check if this is within the specication of the controller and its power supply source.

The XC-847 controller is pre-programmed with 10 default colors:
Please refer to the API Manual to learn how to overwrite the default colors with your own preferred RGBW LED colors.
R
G
B
w
0
0
0
0
100
1
R
G
B
w
100
0
0
0
2
R
G
B
w
0
100
0
0
3
R
G
B
w
0
0
100
0
4
R
G
B
w
100
75
0
0
5
R
G
B
w
100
0
100
0
6
R
G
B
w
0
100
100
0
7
R
G
B
w
100
25
0
0
8
R
G
B
w
100
0
50
0
9
R
G
B
w
50
100
0
0
XC-847
(Xperience controller)
USB-A to Micro-USB cable
(connect to 3rd party device)
DC Power supply
(24V)
XC
56
Push buons
(with LED, 4x)
XT-B4N
(4x buon interface)
XT-4F
(Touch buons)
XT-B4 1 2 3 4
XR
XR-C10
(RFID antenna)
XR-C10
RFID Tags
(number 1-3)
XR-DR1
(RFID antenna driver
XY-146
(presence sensor)
A
B
C
D
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND
VCC
CI
DI
GND
VCC
CO
DO
GND

The XC-847 controller is pre-programmed with 16 default colors:
Please refer to the API Manual to learn how to overwrite the default colors with your own preferred X-Wave colors.
0
1
2
3
4
5
6
7
8
9
A
B
C
D
E
F
R
G
B
FF
FF
FF
FF
00
00
00
FF
00
00
00
FF
R
G
B
R
G
B
R
G
B
R
G
B
FF
FF
00
FF
00
FF
00
FF
FF
FF
80
00
R
G
B
R
G
B
R
G
B
R
G
B
FF
00
80
80
FF
00
00
FF
80
80
00
FF
R
G
B
R
G
B
R
G
B
R
G
B
00
80
FF
FF
B3
B3
B3
FF
B3
B3
B3
FF
R
G
B
R
G
B
R
G
B

Other Nexmosphere Controllers manuals

Nexmosphere XPERIENCE XC-948 User manual

Nexmosphere

Nexmosphere XPERIENCE XC-948 User manual

Nexmosphere XM-350 User manual

Nexmosphere

Nexmosphere XM-350 User manual

Nexmosphere XM-350 User manual

Nexmosphere

Nexmosphere XM-350 User manual

Nexmosphere XC-720 User manual

Nexmosphere

Nexmosphere XC-720 User manual

Nexmosphere XPERIENCE XN-135M8L User manual

Nexmosphere

Nexmosphere XPERIENCE XN-135M8L User manual

Nexmosphere XPERIENCE XC-748 User manual

Nexmosphere

Nexmosphere XPERIENCE XC-748 User manual

Nexmosphere XC-760 User manual

Nexmosphere

Nexmosphere XC-760 User manual

Nexmosphere XN-135M3 User manual

Nexmosphere

Nexmosphere XN-135M3 User manual

Nexmosphere XM-350 User manual

Nexmosphere

Nexmosphere XM-350 User manual

Nexmosphere XN-165 XPERIENCE User manual

Nexmosphere

Nexmosphere XN-165 XPERIENCE User manual

Nexmosphere XM-350 User manual

Nexmosphere

Nexmosphere XM-350 User manual

Nexmosphere XPERIENCE XN-125 User manual

Nexmosphere

Nexmosphere XPERIENCE XN-125 User manual

Nexmosphere SM-125 User manual

Nexmosphere

Nexmosphere SM-125 User manual

Nexmosphere Xperience XN-135M8S User manual

Nexmosphere

Nexmosphere Xperience XN-135M8S User manual

Nexmosphere XC-931 User manual

Nexmosphere

Nexmosphere XC-931 User manual

Nexmosphere XPERIENCE XC-860 User manual

Nexmosphere

Nexmosphere XPERIENCE XC-860 User manual

Nexmosphere XPERIENCE XC-941 User manual

Nexmosphere

Nexmosphere XPERIENCE XC-941 User manual

Nexmosphere XM-350 User manual

Nexmosphere

Nexmosphere XM-350 User manual

Nexmosphere XC-741 User manual

Nexmosphere

Nexmosphere XC-741 User manual

Nexmosphere XN-115 User manual

Nexmosphere

Nexmosphere XN-115 User manual

Nexmosphere XC-841 User manual

Nexmosphere

Nexmosphere XC-841 User manual

Nexmosphere XC-820 User manual

Nexmosphere

Nexmosphere XC-820 User manual

Nexmosphere XM-350 User manual

Nexmosphere

Nexmosphere XM-350 User manual

Nexmosphere XN-180 User manual

Nexmosphere

Nexmosphere XN-180 User manual

Popular Controllers manuals by other brands

RIB PARK 230V fw08 manual

RIB

RIB PARK 230V fw08 manual

Innovative instruments AI-5481 User's operating manual

Innovative instruments

Innovative instruments AI-5481 User's operating manual

Titan Controls SPARTAN Series instruction manual

Titan Controls

Titan Controls SPARTAN Series instruction manual

Parker ACR1505 Hardware installation

Parker

Parker ACR1505 Hardware installation

ABB Relion 620 Series manual

ABB

ABB Relion 620 Series manual

Dover All-Flo PSG 72000-00 Installation operation & maintenance

Dover

Dover All-Flo PSG 72000-00 Installation operation & maintenance

Danfoss ECL Comfort 296 Service guide

Danfoss

Danfoss ECL Comfort 296 Service guide

Microfan DRAMM MIST TIME manual

Microfan

Microfan DRAMM MIST TIME manual

Christie Terra TXO 102 SO Setup and installation guide

Christie

Christie Terra TXO 102 SO Setup and installation guide

Sentera Controls RDCZ Series Mounting and operating instructions

Sentera Controls

Sentera Controls RDCZ Series Mounting and operating instructions

Inficon VGC083C operating manual

Inficon

Inficon VGC083C operating manual

SKAARHOJ PTZ Pro v2B user guide

SKAARHOJ

SKAARHOJ PTZ Pro v2B user guide

DecaLED Controller 3 Mini manual

DecaLED

DecaLED Controller 3 Mini manual

ARH CARMEN OCR install guide

ARH

ARH CARMEN OCR install guide

OneFex CS-IO3200 manual

OneFex

OneFex CS-IO3200 manual

Extech Instruments VFL Series instruction manual

Extech Instruments

Extech Instruments VFL Series instruction manual

Glensound Electronics ISDN GSGC6 manual

Glensound Electronics

Glensound Electronics ISDN GSGC6 manual

Cypress CY4532 EZ-PD CCG3PA Getting started

Cypress

Cypress CY4532 EZ-PD CCG3PA Getting started

manuals.online logo
manuals.online logoBrands
  • About & Mission
  • Contact us
  • Privacy Policy
  • Terms and Conditions

Copyright 2025 Manuals.Online. All Rights Reserved.