commit 87d0a94443a830510923829fe87e89442c7f3bbe Author: Asbelos <asbelos@btinternet.com> Date: Sun Feb 16 14:40:09 2025 +0000 Update version.h commit 8c051710c6ef1f8bd4210b66c7a6b7b7a9b6339a Author: Asbelos <asbelos@btinternet.com> Date: Sun Feb 16 10:57:54 2025 +0000 Now working commit 6095bf2b3b768442dc10f598e7ef1a514deaa5d1 Author: Asbelos <asbelos@btinternet.com> Date: Sat Feb 15 01:06:55 2025 +0000 Untested dcc q implementation commit 52ecab10a79a027b0b289e536577671805f2f026 Author: Asbelos <asbelos@btinternet.com> Date: Sat Feb 15 00:22:50 2025 +0000 Initial dcc queue manager
What is DCC-EX?
DCC-EX is a team of dedicated enthusiasts producing open source DCC & DC solutions for you to run your complete model railroad layout. Our easy to use, do-it-yourself, and free open source products run on off-the-shelf Arduino technology and are supported by numerous third party hardware and apps like JMRI, Engine Driver, wiThrottle, Rocrail and more.
Currently, our products include the following:
- EX-CommandStation
- EX-WebThrottle
- EX-Installer
- EX-MotoShield8874
- EX-DCCInspector
- EX-Toolbox
- EX-Turntable
- EX-IOExpander
- EX-FastClock
- DCCEXProtocol
Details of these projects can be found on our web site.
What’s in this Repository?
This repository, CommandStation-EX, contains a complete DCC-EX EX-CommmandStation sketch designed for compiling and uploading into an Arduino Uno, Mega, or Nano.
To utilize this sketch, you can use the following:
- (recommended for all levels of user) our automated installer
- (intermediate) download the latest version from the releases page
- (advanced) use git clone on this repository
Refer to our web site for the hardware required for this project.
We seriously recommend using the EX-Installer, however if you choose not to use the installer...
- Open the file
CommandStation-EX.ino
in the Arduino IDE or Visual Studio Code (VSC). Please do not rename the folder containing the sketch code, nor add any files in that folder. The Arduino IDE relies on the structure and name of the folder to properly display and compile the code. - Rename or copy
config.example.h
toconfig.h
. - You must edit
config.h
according to the help texts inconfig.h
.
More information
You can learn more at the DCC-EX website