Downloads

EX-CommandStation

Conductor Hat Propeller Beanie Engineer Hat

Welcome to the EX‑CommandStation download page. You have several choices:

EX-Installer

Note

Clicking on the link below will automatically find the correct version for your Computer and Operating system (Windows, Mac, Linux) and download it. After unzipping the files to a folder on your computer and running the “EX-Installer” program, you will have the opportunity to select either EX‑CommandStation or BaseStation-Classic, and options, such as your Arduino type and motor driver type. It will automatically upload the software to your Arduino or other supported board. Click here for EX-Installer installation instructions. If you have an issue with the web page getting you the correct version, click on the Latest EX-CommandStation Official Release button in the next section to manually download the correct version.


Latest EX-CommandStation Official Release

Note

On the releases page, select the most recent version and download the .zip file. You will see the 2 files for download, choose the compression format you prefer: CommandStation-EX.zip or CommandStation-EX.tar.gz. The zip/tar file contains the Arduino Sketch file for EX‑CommandStation. You will need either the Arduino IDE or the PlatformIO development environment in order to upload it to your microcontroller board. Click here for Arduino IDE installation instructions.


Latest EX-CommandStation Unreleased Development Version

Note

The link below is to the “devel” branch in GitHub. You can use the “Download ZIP” option from the “Code” pulldown menu to obtain a local copy of this code. Please open the zip file, go into the “CommandStation-EX-master” folder, and unzip all the files in that folder into your “CommandStation-EX” sketch folder. Make sure you DO NOT just unzip the entire zip file, since it will have the incorrect folder name. The Arduino IDE requires that the folder name and the .ino file inside that folder match names exactly, i.e.: “CommandStation-EX” not “CommandStation-EX-master”.

Attention

Discord is the best place to keep up-to-date on new code releases, and you may be directed to download the latest version here from time to time, as new features are added and updated often.


EX-CommandStation Repository (project source files)

Note

The link below will take you the the EX-CommandStation GitHub repository, where you can clone the project to your computer. Click on the green button to get a clone link or to download the zip file. We have made sure that you can still use the Arduino IDE if you like, but we recommend developers use the PlatformIO development environment. See the Contributing Page for more information.


BaseStationClassic

Getting BaseStation-Classic

EX‑Installer will allow you to install BaseStation-Classic. However, we recommend using the newer EX‑CommandStation as it will run on the same hardware and is better supported.

If you are looking for the original source for the project (with some minor bug fixes and improvements), see the links below.

Warning

This version is not actively maintained, and will only be updated with bug fixes.