39d953ed29
Merge Devel-nmck: I2C Multiplexer support through Extended Addresses added for Wire, 4209 and AVR I2C drivers. I2C retries when an operation fails. I2C timeout handling and recovery completed. I2C SAMD Driver Read code completed. PCF8575 I2C GPIO driver added. EX-RAIL ANOUT function for triggering analogue HAL drivers (e.g. analogue outputs, DFPlayer, PWM). EX-RAIL SCREEN function for writing to screens other than the primary one. Installable HALDisplay Driver, with support for multiple displays. Layered HAL Drivers PCA9685pwm and Servo added for native PWM on PCA9685 module and for animations of servo movement via PCA9685pwm. This is intended to support EXIOExpander and also replace the existing PCA9685 driver. Add <D HAL RESET> to reinitialise failed drivers (it calls the _begin method of all HAL drivers to reinitialise them). Add UserAddin facility to allow a user-written C++ function to be declared in myHal.cpp, to be called at a user-specified frequency. Add ability to configure clock speed of PCA9685 drivers (to allow flicker-free LED control). Improve stability of VL53L0X driver when XSHUT pin connected. Enable DCC high accuracy mode for STM32 on standard motor shield (pins D12/D13). Incorporate improvements to ADC scanning performance (courtesy of HABA). |
||
---|---|---|
.github | ||
.vscode | ||
Release - Architecture Doc | ||
Release_Notes | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CommandDistributor.cpp | ||
CommandDistributor.h | ||
CommandStation-EX.ino | ||
config.example.h | ||
CONTRIBUTING.md | ||
DCC.cpp | ||
DCC.h | ||
DCCACK.cpp | ||
DCCACK.h | ||
DCCEX.h | ||
DCCEXParser.cpp | ||
DCCEXParser.h | ||
DCCRMT.cpp | ||
DCCRMT.h | ||
DCCTimer.h | ||
DCCTimerAVR.cpp | ||
DCCTimerESP.cpp | ||
DCCTimerMEGAAVR.cpp | ||
DCCTimerSAMD.cpp | ||
DCCTimerSTM32.cpp | ||
DCCTimerTEENSY.cpp | ||
DCCWaveform.cpp | ||
DCCWaveform.h | ||
defines.h | ||
DIAG.h | ||
Display_Implementation.h | ||
Display.cpp | ||
Display.h | ||
DisplayInterface.cpp | ||
DisplayInterface.h | ||
EEStore.cpp | ||
EEStore.h | ||
ESP32-fixes.cpp | ||
ESP32-fixes.h | ||
EthernetInterface.cpp | ||
EthernetInterface.h | ||
EXRAIL.h | ||
EXRAIL2.cpp | ||
EXRAIL2.h | ||
EXRAIL2MacroReset.h | ||
EXRAILMacros.h | ||
FSH.h | ||
GITHUB_SHA.h | ||
I2CManager_AVR.h | ||
I2CManager_Mega4809.h | ||
I2CManager_NonBlocking.h | ||
I2CManager_SAMD.h | ||
I2CManager_STM32.h | ||
I2CManager_Wire.h | ||
I2CManager.cpp | ||
I2CManager.h | ||
installer.json | ||
installer.sh | ||
IO_AnalogueInputs.h | ||
IO_DCCAccessory.cpp | ||
IO_DFPlayer.h | ||
IO_duinoNodes.h | ||
IO_ExampleSerial.h | ||
IO_EXFastclock.h | ||
IO_EXIOExpander.h | ||
IO_ExternalEEPROM.h | ||
IO_EXTurntable.h | ||
IO_GPIOBase.h | ||
IO_HALDisplay.h | ||
IO_HCSR04.h | ||
IO_MCP23008.h | ||
IO_MCP23017.h | ||
IO_PCA9685.cpp | ||
IO_PCA9685pwm.h | ||
IO_PCF8574.h | ||
IO_PCF8575.h | ||
IO_RotaryEncoder.h | ||
IO_Servo.cpp | ||
IO_Servo.h | ||
IO_TFTDisplay.h | ||
IO_VL53L0X.h | ||
IO_Wire.h | ||
IODevice.cpp | ||
IODevice.h | ||
LCN.cpp | ||
LCN.h | ||
LICENSE | ||
LiquidCrystal_I2C.cpp | ||
LiquidCrystal_I2C.h | ||
MotorDriver.cpp | ||
MotorDriver.h | ||
MotorDrivers.h | ||
myAutomation.example.h | ||
myEX-Turntable.example.h | ||
myHal.cpp_example.txt | ||
objdump.bat | ||
objdump.sh | ||
Outputs.cpp | ||
Outputs.h | ||
platformio.ini | ||
README.md | ||
release_notes.md | ||
RingStream.cpp | ||
RingStream.h | ||
Sensors.cpp | ||
Sensors.h | ||
SerialManager.cpp | ||
SerialManager.h | ||
SSD1306Ascii.cpp | ||
SSD1306Ascii.h | ||
ST7735-TFT.h | ||
StringBuffer.cpp | ||
StringBuffer.h | ||
StringFormatter.cpp | ||
StringFormatter.h | ||
TrackManager.cpp | ||
TrackManager.h | ||
Turnouts.cpp | ||
Turnouts.h | ||
version.h | ||
WifiESP32.cpp | ||
WifiESP32.h | ||
WifiInboundHandler.cpp | ||
WifiInboundHandler.h | ||
WifiInterface.cpp | ||
WifiInterface.h | ||
WiThrottle.cpp | ||
WiThrottle.h |
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?
What’s 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:
- (beginner) our automated installer
- (intermediate) download the latest version from the releases page
- (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