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

Nexmosphere XC-820 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-820
The XC-820 is an Xperience controller with 4 X-talk interfaces and
2 RGBW LED Outputs:
1. X-talk interface 001
2. X-talk interface 002
3. X-talk interface 003
4. X-talk interface 004
A. RGBW LED output A (Generic API address 005, RGBW channel A)
B. RGBW LED output B (Generic API address 005, RGBW channel B)
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 2 RGBW LED outputs*.
3. 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).
4. Connect the micro-USB cable to a 3rd party device (e.g. Digital Signage Player or PC).
5. 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).
Software setup for testing (Terminal)
Typically, the XC-820 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-820 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-820 controller, place a 50mS delay between each command.
*In case the XC-820 controller is not recognized as a COM port by the 3rd party device, a driver (Prolic PL2303) can be downloaded here.
Nexmosphere
High Tech Campus 10 (Mμ building)
5656 AE Eindhoven • The Netherlands
T +31 40 240 7070
Esupport@nexmosphere.com
QUICK START GUIDE
XC-820 XPERIENCE CONTROLLER
© 2020 Nexmosphere. All rights reserved. v1.0 / 07-20
All content contained herein is subject to change without prior notice.
1
USB
DC
LED
5 6
A B
XC
4
5 5
23 1
Functionality
The XC-820 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-820 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
High Tech Campus 10 (Mμ building)
5656 AE Eindhoven • The Netherlands
T +31 40 240 7070
Esupport@nexmosphere.com
QUICK START GUIDE
XC-820 XPERIENCE CONTROLLER
© 2020 Nexmosphere. All rights reserved. v1.0 / 07-20
All content contained herein is subject to change without prior notice.
2
Example 1 | RGBW LED control
To control an RGBW LED strip connected to RGBW channel A or B send one of the following API example commands from
the 3rd party device to the XC-820 controller:
Set the LED strip connected to RGBW channel Ato color 0 (default white*) at 80% brightness with 0.5 seconds ramp time:
*An overview of the default RGBW LED colors is provided on the nal page of this document.
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 A 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 B 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 2 RGBW channels (X) to color 5 (default purple*) at 65% brightness with 0.8 seconds ramp time:
G005B[A 0 80 5]
G005B[B 3 100 12]
G005B[A 2 100 10 2 5 5]
G005B[B 6 80 7 8 100 7]
G005B[X 5 65 8]
XC-820
(Xperience controller) USB-A to Micro-USB cable
(connect to 3rd party device)
DC Power supply
(24V)
XC
AB
© 2020 Nexmosphere. All rights reserved. v1.0 / 07-20
All content contained herein is subject to change without prior notice.
Nexmosphere
High Tech Campus 10 (Mμ building)
5656 AE Eindhoven • The Netherlands
T +31 40 240 7070
Esupport@nexmosphere.com
3
QUICK START GUIDE | XC-820 XPERIENCE CONTROLLER
Example 2 | Presence sensor
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-820 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-820 to the 3rd party
device: X001A[1]
Example 3 | RFID sensor
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-820 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-820to the 3rd party device:
XR[PB001]
X004A[0]
Example 4 | Button input
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-820 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-820 to the 3rd party
device: X003A[17]
XC-820
(Xperience controller)
USB-A to Micro-USB cable
(connect to 3rd party device)
DC Power supply
(24V)
XY-146
(presence sensor)
XC
XR
XR-C10
(RFID antenna)
XR-C10
RFID Tags
(number 1-3)
XR-DR1
(RFID antenna driver
XC-820
(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-820
(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 / 07-20
All content contained herein is subject to change without prior notice.
Nexmosphere
High Tech Campus 10 (Mμ building)
5656 AE Eindhoven • The Netherlands
T +31 40 240 7070
Esupport@nexmosphere.com
4
QUICK START GUIDE | XC-820 XPERIENCE CONTROLLER
Example 5 | Button LED control
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-820 controller:
Combining Elements
The XC-820 Xperience controller has 2 RGBW LED outputs 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-820. 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.
Default RGBW LED colors
The XC-820 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.
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-820 controller:
X003A[255]
X003A[0]
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
Push buons
(with LED, 4x)
XT-B4N
(4x buon interface)
XT-4F
(Touch buons)
XT-B4
1 2 3 4
XC-820
(Xperience controller)
DC Power supply
(24V)
XC
USB-A to Micro-USB cable
(connect to 3rd party device)
XC-820
(Xperience controller)
USB-A to Micro-USB cable
(connect to 3rd party device)
DC Power supply
(24V)
XC
AB
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)

Other Nexmosphere Controllers manuals

Nexmosphere Xperience XN-135M8S User manual

Nexmosphere

Nexmosphere Xperience XN-135M8S User manual

Nexmosphere XM-350 User manual

Nexmosphere

Nexmosphere XM-350 User manual

Nexmosphere XN-185 User manual

Nexmosphere

Nexmosphere XN-185 User manual

Nexmosphere XM-350 User manual

Nexmosphere

Nexmosphere XM-350 User manual

Nexmosphere XPERIENCE XN-135M8L User manual

Nexmosphere

Nexmosphere XPERIENCE XN-135M8L User manual

Nexmosphere XC-760 User manual

Nexmosphere

Nexmosphere XC-760 User manual

Nexmosphere XM-350 User manual

Nexmosphere

Nexmosphere XM-350 User manual

Nexmosphere XC-847 User manual

Nexmosphere

Nexmosphere XC-847 User manual

Nexmosphere XC-931 User manual

Nexmosphere

Nexmosphere XC-931 User manual

Nexmosphere XN-135 XPERIENCE User manual

Nexmosphere

Nexmosphere XN-135 XPERIENCE User manual

Nexmosphere XM-350 User manual

Nexmosphere

Nexmosphere XM-350 User manual

Nexmosphere XPERIENCE XC-860 User manual

Nexmosphere

Nexmosphere XPERIENCE XC-860 User manual

Nexmosphere XPERIENCE XC-948 User manual

Nexmosphere

Nexmosphere XPERIENCE XC-948 User manual

Nexmosphere XY-240 User manual

Nexmosphere

Nexmosphere XY-240 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-741 User manual

Nexmosphere

Nexmosphere XC-741 User manual

Nexmosphere XPERIENCE XC-938 User manual

Nexmosphere

Nexmosphere XPERIENCE XC-938 User manual

Nexmosphere XC-841 User manual

Nexmosphere

Nexmosphere XC-841 User manual

Nexmosphere XPERIENCE XC-748 User manual

Nexmosphere

Nexmosphere XPERIENCE XC-748 User manual

Nexmosphere XC-720 User manual

Nexmosphere

Nexmosphere XC-720 User manual

Nexmosphere XN-115 User manual

Nexmosphere

Nexmosphere XN-115 User manual

Nexmosphere XPERIENCE XN-125 User manual

Nexmosphere

Nexmosphere XPERIENCE XN-125 User manual

Nexmosphere XN-165 XPERIENCE User manual

Nexmosphere

Nexmosphere XN-165 XPERIENCE User manual

Popular Controllers manuals by other brands

GE DMC490 Software configuration guide

GE

GE DMC490 Software configuration guide

Danfoss VLT 5000 Series instruction manual

Danfoss

Danfoss VLT 5000 Series instruction manual

Torqeedo TorqLink operating manual

Torqeedo

Torqeedo TorqLink operating manual

Mitsubishi Melsec A user manual

Mitsubishi

Mitsubishi Melsec A user manual

Pangolin FB4 Series user manual

Pangolin

Pangolin FB4 Series user manual

Linear LTC3828EUH quick start guide

Linear

Linear LTC3828EUH quick start guide

Belimo NFBUP manual

Belimo

Belimo NFBUP manual

KRAFTWERK RS1 manual

KRAFTWERK

KRAFTWERK RS1 manual

Conotec CNT-2003SV manual

Conotec

Conotec CNT-2003SV manual

Lenze M MA Series operating instructions

Lenze

Lenze M MA Series operating instructions

Circor Contromatics M6 Series Installation, operation and maintenance manual

Circor

Circor Contromatics M6 Series Installation, operation and maintenance manual

Skov DOL 278T Technical manual

Skov

Skov DOL 278T Technical manual

SCORPION Tribunus II 12-130A user guide

SCORPION

SCORPION Tribunus II 12-130A user guide

Reer MOSAIC Master M1 Quick installation guide

Reer

Reer MOSAIC Master M1 Quick installation guide

White Rodgers 50T35-743 installation instructions

White Rodgers

White Rodgers 50T35-743 installation instructions

Milnor MilTouch-EX Operator's guide

Milnor

Milnor MilTouch-EX Operator's guide

ICOP Technology QEC-M-043T user manual

ICOP Technology

ICOP Technology QEC-M-043T user manual

WEISS ER12D-1 Installation & operation instructions

WEISS

WEISS ER12D-1 Installation & operation instructions

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

Copyright 2025 Manuals.Online. All Rights Reserved.