2019-05-26

Working HO scale platform signs

Since I constructed my underground S-Bahn station in 2003, new technology has enabled some exciting upgrades. After creating a miniature arrivals and departures sign for my HO scale main station, I decided to also make some platform specific signs for both platforms of my underground S-Bahn station. This enables the passengers to see what the next arrival or departure is.




Here is an animation:
(Note: this animation was made from a series of still images and the scan of the digital camera and the scan lines of the actual display produce some fading in the text that is not really there)

There are two pieces of hardware that make these small signs economically feasible:
  • Small cheap programmable micro-controllers
  • Small cheap OLED (Organic LED) screens
When these two items are combined, it is possible to make tiny working signs, suitable for placing inside stations, with a controller that joins your WiFi network. The network connectivity makes it possible to control what is on the sign remotely, opening the door to real-time train traffic information being displayed!

For my S-Bahn station platform project, I used the readily available ESP8266 NodeMCU processor and a pervasive 0.96” two color OLED display:



The ESP8266 is a small circuit board with a USB port and a bunch of electrical pins for connecting to other devices, including the screen. It has a built-in WiFi antenna. The OLED display has a resolution of 128 x 64 pixels in an area 14mm x 12mm and divides the screen into two areas: The top ¼ is a monochrome yellow display and the lower ¾ is a monochrome blue display. This produces a very nice display that can display some header text in yellow and then additional information below that in blue. (Other color combinations are also available.) Connecting the ESP8266 to the display uses 4 wires (two supplying 3.3V power and the other two handle the screen data). I soldered wires directly between the two using the directions as shown on the RemoteSign website.



To install the software, I loaded the sketch provided at https://remotesign.mixmox.com/p/esp8266-sample-sketch.html which installed the RemoteSign software on the device.

The bigger task was retrofitting the new screens into my S-Bahn station. Fortunately both platforms had plywood end-walls that could be removed fairly easily. This provided ideal places for the two signs.

The OLED screens are mounted on circuit boards that are 27mm square, so my first task was to cut holes large enough for the circuit boards to be mounted inside the walls. First, I drilled holes...



then cut and filed the edges to fit.


As seen from the back of the wall.


To ensure that the pins that stick through to the front of the screen did not interfere with my ‘wall’, I trimmed them down.



The walls of my station had been made using photographic prints and I had enough leftovers to cover each endwall. The area on the OLED screen that actually displays information is 12mm x 24mm, so the next step was to accurately measure and cut openings in the prints to align to that area.



I sprayed the back of the prints with adhesive and attached them to the old walls, (over the previous prints). After removing the protective film from the front of the OLED displays, I inserted them from the rear of each wall, allowing the edges of the screen to stick to the spray adhesive on the back of the print. This holds the OLED screens into the wall and keeps them flush with the front of the wall (apart from the thickness of the print). I also attached some black paper to the other side of the wall to prevent any potential light leakage from behind.



The end walls, complete with their embedded screens, and each with their own processor, could then be reinstalled in the station, and the power leads for the processors connected to a 5V DC power supply.



There are a number of ways of displaying information on the screens:

  1. Use a hardcoded set of arrivals and departures that get displayed in a loop.
  2. Control the content using RemoteSign from a Windows computer on the same network. This could be done manually, or using a predefined sequence defined in RemoteSign (E.g. sample file Gleis1-1.rsf).
  3. Control the content using RemoteSign Sequencer
  4. Drive the content with real-time actual train information from the layout control software.
Since my layout software can control a RemoteSign, I naturally use the fourth option. On my layout, there are 4 different states that a platform can be in:

Platform stateSign content (track number always displayed)
Train scheduled to arriveTrain name, arrival time and origin
Train present and scheduled to departTrain name, departure time and destination
Train present but no destination set“Nicht einsteigen” (Do not board)
No train presentOne of over 20 public announcements selected randomly.

The track number, and a real-time analog clock, are displayed on the upper yellow portion of the screen.
Destinations and public announcements are displayed as scrolling text.



Once the RemoteSigns have been defined in the layout software, and associated with a particular station track, all traffic related to the track is updated on the sign! A typical sequence of events is: The time, train name and departure are displayed. When the train departs, the screen clears and displays a random public announcement (such as “Kinder unter 6 Jahren reisen immer kostenlos und ohne Fahrkarte.” = “Children under 6 always travel free and without any ticket”). As soon as another train is scheduled to arrive on the platform, the sign clears and displays the arrival time, train name and its origin.

Positioning a Preiserling reading the signs, completed the scene.



The signs add dynamics to the station. The scrolling text adds some life, and visitors love watching the signs update as the trains come and go.

Notes

  • This work has been published the August 2019 edition of Continental Modeller.
  • The RemoteSign ESP modules now provide input sensors which can be attached to a push button. That, when combined with RemoteSign Sequencer, will allow any number of screens to be displayed in a sequence. Each time the button is pressed, it will display the next screen! One can also use a digital accessory decoder instead of a manual pushbutton!
  • The work as also published in German in the 1/2020 edition of Digitale Modellbahn (DIMO) under the title: "Bahnsteiganzeiger".