top of page

FAQ

Where can i find more information about DCC-EX?

Please refer to https://dcc-ex.com/

Where can i purchase DCC-EX products outside of Europe?

You can find the list of official suppliers here: https://dcc-ex.com/ex-csb1/index.html#suppliers-resellers-list

How many Power Supplies do i need for a EX-CSB1 with a stacked EX-Motorshield8874?

In this case you need two Power supplies that both have the same output Voltage.

How can i expand my EX-CSB1?

The EX-CSB1 can accept a stacked shield. Only DCC-EX Shields are supported, and only one at the same time.

Currently only the EX-Motorshield8874 is available, it expands the Command Station to four full featured Track Outputs.

My EX-CSB1 or Motorshield came with extra Circuit Board elements attached to the sides.

These are Edge Rails from the production process. As they have mounting holes on them that give you an alternative mounting option, we generally leave them on. If you want to mount your CSB1 into the mounting Tray or don't want them, you can very easily break them off with a bending motion.

Will a DCC-EX Command Station work with my digital Märklin trains?

It depends on the specific train, some work and many don't work. What you need to look for is DCC support, those that have decoders that only support MFX won't work.

What is the config that the CSB1 is shipped with?

// config.h

#define IP_PORT 2560
#define SCROLLMODE 1
#define MOTOR_SHIELD_TYPE EXCSB1_WITH_EX8874
#define OLED_DRIVER 128,64
#define WIFI_HOSTNAME "dccex"
#define WIFI_SSID "Your network name"
#define WIFI_PASSWORD "Your network passwd"
#define ENABLE_WIFI true
#define WIFI_CHANNEL 1
#define MAX_CURRENT 2500
#define DISABLE_EEPROM

// myAutomation.h

AUTOSTART
SET_TRACK(A, MAIN)
SET_TRACK(B, PROG)
SET_TRACK(C, MAIN)
SET_TRACK(D, MAIN)
POWERON
JOIN
DONE


 

bottom of page