commit ec4c6b9c026e183d4c2229f042f031f4bff4a771 Author: Asbelos <asbelos@btinternet.com> Date: Wed Mar 5 00:30:13 2025 +0000 Cleanup to new structure commit 620ad6275bef8c3dd5659d913122ef579b347fef Author: Asbelos <asbelos@btinternet.com> Date: Fri Feb 28 01:16:03 2025 +0000 Railcom3
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