1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 15:46:14 +01:00
Go to file
Asbelos 7d6c2c8afb smaller random
Saves over 300 bytes of progmem on a uno by omitting the random library
2022-06-18 13:58:46 +01:00
.github Update FUNDING.yml 2022-03-29 11:59:40 -04:00
.vscode Frightrisk ver4 (#205) 2022-02-16 12:02:11 -05:00
Release - Architecture Doc Update Prod-Release-Notes.md 2021-01-21 10:19:34 -05:00
Release_Notes Merge branch 'ThrottleInfo' into TrackManager 2022-04-12 23:16:41 +01:00
.gitattributes do not touch CR or CRLF of svg files 2020-11-26 15:55:52 +01:00
.gitignore Privatize HAL constructors 2022-06-14 15:23:27 +01:00
.travis.yml Initial commit 2020-05-25 01:43:34 -06:00
CommandDistributor.cpp Command Distributor 2022-06-10 12:22:28 +01:00
CommandDistributor.h Command Distributor 2022-06-10 12:22:28 +01:00
CommandStation-EX.ino EXPERIMENTAL vpin for motorDriver power 2022-03-23 12:30:21 +00:00
config.example.h Update config.example.h 2022-03-07 08:05:02 -05:00
CONTRIBUTING.md Create CONTRIBUTING.md 2020-12-08 07:34:59 -05:00
DCC.cpp clean up getThrottleSpeed functions 2022-06-05 23:07:03 +02:00
DCC.h clean up getThrottleSpeed functions 2022-06-05 23:07:03 +02:00
DCCACK.cpp set the reset packet counter of the prog track to 0 every time the track is turned on 2022-04-30 23:24:51 +02:00
DCCACK.h rename FAIL to CALLFAIL because of conflict in ESP32 IDE 2022-03-04 23:35:14 +01:00
DCCEX.h Merge branch 'master' into TrackManager 2022-03-07 18:40:32 +00:00
DCCEXParser.cpp Merge branch 'master' into TrackManager-PORTX 2022-06-11 21:40:08 +02:00
DCCEXParser.h Parse strings with more than one command (<s><Q>) correct 2022-05-13 16:18:47 +02:00
DCCTimer.h inline setSignal ; bugfix HA switching code by doing clearPWM 2022-05-10 23:37:24 +02:00
DCCTimerAVR.cpp inline setSignal ; bugfix HA switching code by doing clearPWM 2022-05-10 23:37:24 +02:00
DCCTimerESP.cpp inline setSignal ; bugfix HA switching code by doing clearPWM 2022-05-10 23:37:24 +02:00
DCCTimerMEGAAVR.cpp inline setSignal ; bugfix HA switching code by doing clearPWM 2022-05-10 23:37:24 +02:00
DCCTimerTEENSY.cpp inline setSignal ; bugfix HA switching code by doing clearPWM 2022-05-10 23:37:24 +02:00
DCCWaveform.cpp CODE TIDY 2022-03-19 11:22:31 +00:00
DCCWaveform.h Servo signal (#227) 2022-05-03 16:53:33 -04:00
defines.h add ESP defines 2022-03-04 23:37:27 +01:00
DIAG.h update copyright notes 2022-01-07 02:28:35 +01:00
DisplayInterface.cpp update copyright notes 2022-01-07 02:28:35 +01:00
DisplayInterface.h update copyright notes 2022-01-07 02:28:35 +01:00
EEStore.cpp update copyright notes 2022-01-07 02:28:35 +01:00
EEStore.h update copyright notes 2022-01-07 02:28:35 +01:00
EthernetInterface.cpp update copyright notes 2022-01-07 02:28:35 +01:00
EthernetInterface.h add ESP defines 2022-03-04 23:37:27 +01:00
EXRAIL.h Rename RMFT files and references to EXRAIL (#201) 2022-01-30 12:31:26 -05:00
EXRAIL2.cpp smaller random 2022-06-18 13:58:46 +01:00
EXRAIL2.h Signal fixes and DCC_SIGNAL/VIRTUAL_SIGNAL 2022-06-18 12:31:54 +01:00
EXRAIL2MacroReset.h Signal fixes and DCC_SIGNAL/VIRTUAL_SIGNAL 2022-06-18 12:31:54 +01:00
EXRAILMacros.h Signal fixes and DCC_SIGNAL/VIRTUAL_SIGNAL 2022-06-18 12:31:54 +01:00
FSH.h update copyright notes 2022-01-07 02:28:35 +01:00
GITHUB_SHA.h move all arch dependent port register declarations to MotorDriver.h 2022-06-13 23:15:35 +02:00
I2CManager_AVR.h I2CManager - support slower I2C speeds. 2021-10-08 13:28:43 +01:00
I2CManager_Mega4809.h Servo signal (#227) 2022-05-03 16:53:33 -04:00
I2CManager_NonBlocking.h Reduce I2C interrupt time 2021-11-15 14:30:27 +00:00
I2CManager_Wire.h Servo signal (#227) 2022-05-03 16:53:33 -04:00
I2CManager.cpp I2CManager - support slower I2C speeds. 2021-10-08 13:28:43 +01:00
I2CManager.h Reduce I2C interrupt time 2021-11-15 14:30:27 +00:00
installer.json Frightrisk ver4 (#205) 2022-02-16 12:02:11 -05:00
IO_AnalogueInputs.h I2C overlap checks (working but messy) 2022-06-14 17:21:11 +01:00
IO_DCCAccessory.cpp HAL catch pin overlaps 2022-06-14 15:15:42 +01:00
IO_DFPlayer.h Privatize HAL constructors 2022-06-14 15:23:27 +01:00
IO_ExampleSerial.cpp HAL catch pin overlaps 2022-06-14 15:15:42 +01:00
IO_ExampleSerial.h Privatize HAL constructors 2022-06-14 15:23:27 +01:00
IO_GPIOBase.h I2C address checks cleaned up 2022-06-14 17:35:29 +01:00
IO_HCSR04.h HAL minor simplification 2022-06-14 17:50:57 +01:00
IO_MCP23008.h I2C overlap checks (working but messy) 2022-06-14 17:21:11 +01:00
IO_MCP23017.h I2C overlap checks (working but messy) 2022-06-14 17:21:11 +01:00
IO_PCA9685.cpp I2C overlap checks (working but messy) 2022-06-14 17:21:11 +01:00
IO_PCF8574.h I2C overlap checks (working but messy) 2022-06-14 17:21:11 +01:00
IO_VL53L0X.h I2C overlap checks (working but messy) 2022-06-14 17:21:11 +01:00
IODevice.cpp Implement HAL macro in exrail 2022-06-15 11:44:46 +01:00
IODevice.h HAL minor simplification 2022-06-14 17:50:57 +01:00
LCD_Implementation.h Refactor OLED and LCD drivers (#178) 2021-07-13 21:15:38 +01:00
LCDDisplay.cpp Squash all commits on RMFT branch to create EX-RAIL branch 2021-08-03 17:12:25 -04:00
LCDDisplay.h defines/configig include tidy 2021-08-23 11:55:42 +01:00
LCN.cpp Servo signal (#227) 2022-05-03 16:53:33 -04:00
LCN.h update copyright notes 2022-01-07 02:28:35 +01:00
LICENSE Create LICENSE 2020-06-12 22:51:42 -06:00
LiquidCrystal_I2C.cpp Neil bugfixes. (#186) 2021-08-26 23:04:13 +01:00
LiquidCrystal_I2C.h Neil bugfixes. (#186) 2021-08-26 23:04:13 +01:00
MotorDriver.cpp rename fakePORT* to shadowPORT* 2022-06-13 23:18:10 +02:00
MotorDriver.h rename fakePORT* to shadowPORT* 2022-06-13 23:18:10 +02:00
MotorDrivers.h Include default brake pins for standard shield. 2022-03-28 15:21:07 +01:00
myAutomation.example.h Remove EXRAIL/ENDEXRAIL from myAutomation.example.h (#215) 2022-03-06 10:07:44 -05:00
myHal.cpp_example.txt balance if/endif 2022-01-05 01:23:36 +01:00
objdump.bat smaller random 2022-06-18 13:58:46 +01:00
objdump.sh fix objdump.sh 2020-09-26 22:28:29 +02:00
Outputs.cpp update copyright notes 2022-01-07 02:28:35 +01:00
Outputs.h update copyright notes 2022-01-07 02:28:35 +01:00
platformio.ini Add analogue inputs to HAL. 2021-09-11 13:35:11 +01:00
README.md README.md: dead link to rewrite (#217) 2022-03-24 11:37:29 -04:00
release_notes.md Update release_notes.md 2022-02-17 15:00:59 -05:00
RingStream.cpp update copyright notes 2022-01-07 02:28:35 +01:00
RingStream.h update copyright notes 2022-01-07 02:28:35 +01:00
Sensors.cpp update copyright notes 2022-01-07 02:28:35 +01:00
Sensors.h update copyright notes 2022-01-07 02:28:35 +01:00
SerialManager.cpp Command Distributor 2022-06-10 12:22:28 +01:00
SerialManager.h Command Distributor 2022-06-10 12:22:28 +01:00
SSD1306Ascii.cpp Simplify OLED driver initialisation. 2021-11-24 12:53:03 +00:00
SSD1306Ascii.h Simplify OLED driver initialisation. 2021-11-24 12:53:03 +00:00
StringBuffer.cpp Command Distributor 2022-06-10 12:22:28 +01:00
StringBuffer.h Command Distributor 2022-06-10 12:22:28 +01:00
StringFormatter.cpp float memory saver 2022-06-06 17:37:23 +01:00
StringFormatter.h Assorted bits (#138) 2021-03-23 10:37:05 -04:00
TrackManager.cpp rename fakePORT* to shadowPORT* 2022-06-13 23:18:10 +02:00
TrackManager.h copyright adjustments 2022-06-11 20:38:44 +02:00
Turnouts.cpp rename all RMFT_ACTIVE to EXTAIL_ACTVE 2022-01-31 03:00:29 +01:00
Turnouts.h better bugfix for bitfield in turnout struct 2022-05-07 08:47:34 +02:00
version.h Merge branch 'TM_nofloat' into TM-mergetest 2022-06-11 22:14:56 +02:00
WifiInboundHandler.cpp update copyright notes 2022-01-07 02:28:35 +01:00
WifiInboundHandler.h update copyright notes 2022-01-07 02:28:35 +01:00
WifiInterface.cpp add ESP defines 2022-03-04 23:37:27 +01:00
WifiInterface.h add ESP defines 2022-03-04 23:37:27 +01:00
WiThrottle.cpp clean up getThrottleSpeed functions 2022-06-05 23:07:03 +02:00
WiThrottle.h update copyright notes 2022-01-07 02:28:35 +01:00

What is DCC++ EX?

DCC++ EX is the organization maintaining several codebases that together represent a fully open source DCC system. Currently, this includes the following:

  • CommandStation-EX - the latest take on the DCC++ command station for controlling your trains. Runs on an Arduino board, and includes advanced features such as a WiThrottle server implementation, turnout operation, general purpose inputs and outputs (I/O), and JMRI integration.
  • exWebThrottle - a simple web based controller for your DCC++ command station.
  • BaseStation-installer - an installer executable that takes care of downloading and installing DCC++ firmware onto your hardware setup.
  • BaseStation-Classic - the original DCC++ software, packaged in a stable release. No active development, bug fixes only.

A basic DCC++ EX hardware setup can use easy to find, widely avalable Arduino boards that you can assemble yourself.

Both CommandStation-EX and BaseStation-Classic support much of the NMRA Digital Command Control (DCC) standards, including:

  • simultaneous control of multiple locomotives
  • 2-byte and 4-byte locomotive addressing
  • 28 or 128-step speed throttling
  • Activate/de-activate all accessory function addresses 0-2048
  • Control of all cab functions F0-F28 and F29-F68
  • Main Track: Write configuration variable bytes and set/clear specific configuration variable (CV) bits (aka Programming on Main or POM)
  • Programming Track: Same as the main track with the addition of reading configuration variable bytes
  • And many more custom features. see What's new in CommandStation-EX?

Whats in this Repository?

This repository, CommandStation-EX, contains a complete DCC++ EX Commmand Station sketch designed for compiling and uploading into an Arduino Uno, Mega, or Nano.

To utilize this sketch, you can use the following:

  1. (beginner) our automated installer
  2. (intermediate) download the latest version from the releases page
  3. (advanced) use git clone on this repository

Not using the installer? Open the file "CommandStation-EX.ino" in the Arduino IDE. 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 to config.h. If you do not have the standard setup, you must edit config.h according to the help texts in config.h.

What's new in CommandStation-EX?

  • WiThrottle server built in. Connect Engine Driver or WiThrottle clients directly to your Command Station (or through JMRI as before)
  • WiFi and Ethernet shield support
  • No more jumpers or soldering!
  • Direct support for all the most popular motor control boards including single pin (Arduino) or dual pin (IBT_2) type PWM inputs without the need for an adapter circuit
  • I2C Display support (LCD and OLED)
  • Improved short circuit detection and automatic reset from an overload
  • Current reading, sensing and ACK detection settings in milliAmps instead of just pin readings
  • Improved adherence to the NMRA DCC specification
  • Complete support for all the old commands and front ends like JMRI
  • Railcom cutout (beta)
  • Simpler, modular, faster code with an API Library for developers for easy expansion
  • New features and functions in JMRI
  • Ability to join MAIN and PROG tracks into one MAIN track to run your locos
  • "Drive-Away" feature - Throttles with support, like Engine Driver, can allow a loco to be programmed on a usable, electrically isolated programming track and then drive off onto the main track
  • Diagnostic commands to test decoders that aren't reading or writing correctly
  • Support for Uno, Nano, Mega, Nano Every and Teensy microcontrollers
  • User Functions: Filter regular commands (like a turnout or output command) and pass it to your own function or accessory
  • Support for LCN (layout control nodes)
  • mySetup.h file that acts like an Autoexec.Bat command to send startup commands to the CS
  • High Accuracty Waveform option for rock steady DCC signals
  • New current response outputs current in mA, overlimit current, and maximum board capable current. Support for new current meter in JMRI
  • USB Browser based EX-WebThrottle
  • New, simpler, function control command
  • Number of locos discovery command <#>
  • Emergency stop command <!>
  • Release cabs from memory command <-> all cabs, <- CAB> for just one loco address
  • Automatic slot (register) management
  • Automation (coming soon)

NOTE: DCC-EX is a major rewrite to the code. We started over and rebuilt it from the ground up! For what that means, you can read HERE.

More information

You can learn more at the DCC++ EX website

  • November 14, 2020