CommandStation-EX
CommandStation-EX copied to clipboard
EX-CommandStation firmware from DCC-EX. Includes support for WiFi and a standalone WiThrottle server. A complete re-write of the original DCC++.
This PR is to add the IO_RotaryEncoder.h device driver to the PORTX_HAL branch which should have no impact. Also included in this branch though are the IFRE(vpin, position) and ONCHANGE(vpin)...
Right now there is no specific DCC-EX API command to control EX-Turntable. There is the diagnostic `` command for testing and tuning, and the EX-RAIL MOVETT(vpin, steps, activity) command that...
Hi, Is there any plan to integrate S88 bus in DDC-EX as this is widely used by railroad modelers ? Some implementation have already been done by french people :...
With not arduino based dcc command stations the computer generates the dcc signal which is sent through a booster on the serial com port. The S88 sensors are connected through...
The program EngineDriver for Android, using the same protocol as WiThrottle, do not handle heartBeat. So in this case, remove the timings sent to the throttle ("*1" and "*10").
Documentation should be ready for public Beta testing of Turntable-EX, and this branch will add the Turntable-EX device driver required for Beta testing in addition to the diag \ and...
It would be nice to have a way to disable the default MCP23017 and PCA9685 expanders, without compromising the Conductor user experience of having these available by default. Something like:...
Also a request from Hans: Is it possible to have the API versioned separately to the CommandStation? There various discussions in Discord on a similar topic but the crux of...
Suggestion from Hans in dealing with analog input pins if/when this capability is added, based on how he does this now with his YellowHat: Even more important than the sampling...