#003 Model Railroad Automation using DCC EX EX Installer

In this video... #003 Model Railroad Automation using DCC-EX EX-Installer We've downloaded and installed DCC-EX EX-Installer with added a folder to save the automation code to, and we've talked about a folder system for backing up the code on your local computer. Then we went about starting our first writing our first automation starting with the config.h file. We added in the WIFI_HOSTNAME, WIFI_SSID and the WIFI_PASSWORD. We then went on to working on the myAutomation.h file starting with the first fuel lines of code that set up the start up of the CSB1 followed by the first automation sequence. we took a look at the functions in the sequence and where you could find more information about them on the DCC-EX website. We talked about the flow in the code of how an automation is actually structured, starting with The name of the automation that would appear in your throttle, and then the sequence self, which is a series of commands that flow through from the beginning to the end, at which point it then calls the same sequence to loop back through this loop is a continuous process. In the next... #004 Model Railroad Automation look at test track Will take a look at the wiring of the test track the components that make it up and give it control over the logo on the test track. Will also be continuing with the programming and adding a stop sequence to the automation. 00:00 - Intro 00:41 - Options for editing and writing your code. 00:50 - Arduino IDE 01:28 - Installing the DCC-EX EX-Installer