Semaphore Signal System for TMSRR: Difference between revisions

From IBLS
Jump to navigation Jump to search
Line 29: Line 29:
** [https://www.wemos.cc/en/latest/s2/s2_mini.html ESP32 S2 mini]
** [https://www.wemos.cc/en/latest/s2/s2_mini.html ESP32 S2 mini]
** [https://www.sparkfun.com/products/17146 ESP8266 w/4M Flash]
** [https://www.sparkfun.com/products/17146 ESP8266 w/4M Flash]
* [https://micropython.org/ MicroPython]
** [https://www.youtube.com/watch?v=5W3WvXAmDJc MicroPython - Getting Started, <i>YouTube</i>]
** [https://micropython.org/download/ESP32_GENERIC_S2/ MicroPython for ESP32 S2 mini]
** [https://www.espressif.com/en/support/download/other-tools ESPRESSIF flash download tool]


* Micro Servo
* Micro Servo
Line 36: Line 41:
** [https://www.arduino.cc/reference/en/libraries/servo/ Arduino servo code library description]
** [https://www.arduino.cc/reference/en/libraries/servo/ Arduino servo code library description]


* Arduino code
* Arduino code C/C++
** [https://github.com/arduino-libraries/NTPClient/blob/master/NTPClient.h NTP Client]
** [https://github.com/arduino-libraries/NTPClient/blob/master/NTPClient.h NTP Client]
** [https://github.com/LennartHennigs/ESPTelnet/blob/master/src/ESPTelnet.cpp ESPTelnet]
** [https://github.com/LennartHennigs/ESPTelnet/blob/master/src/ESPTelnet.cpp ESPTelnet]

Revision as of 09:43, 24 July 2024


by Daris A Nevil

January 2022

This article is a work in progress, so please check back frequently.

During the COVID-19 year of 2020 I decided it was time to start work on my own backyard railroad. After all, that is why I purchased a home on 2.5 acres just outside of the DFW metroplex.

I have some "blind" spots to protect, as well as the approaches to a draw bridge, so I decided to use scale semaphore signals. After reviewing different kinds I decided to use the Santa Fe style semaphore motor box.

The components have been designed in Fusion360 in 1/8 inch scale and 3D printed in PLA (plastic). The parts will eventually be recast in a more durable substance, as a test showed major part warping when left in the hot Texas sun.

Files

References