SigOS: Hardware

From IBLS
Revision as of 20:42, 11 December 2024 by Dnevil (talk | contribs) (→‎Ribbon Cable)
Jump to navigation Jump to search

The Signal Operating System is designed to operate on low-cost hardware. This encourages extensive use for Signals and Detectors throughout most railroads, large and small.

Components

Control Board

ESP32-S2 Mini

SigOS is currently running on an ESP32-S2 Mini board. This powerful board contains 4Mbytes of Flash and provides WiFi network connectively, plus a plethora of input output signals.

  • Pin GPIO P1
    • Wire color: Green (to CdS photoresistor)
    • Function: Variable voltage from CdS light level sensor into Analog to Digital (A/D) converter
  • Pin GND
    • Wire color: Black to WS281 LED
    • Wire color: Brown to R/C servo
    • Function: Ground return for power and signals
  • Pin EN
    • Function: Device Enable, must be pulled high to +3.3 volts with 47K Ohm resistor
  • Pin 2
    • Wire color: White
    • Function: WS281 control signal to LEDs
  • Pin 5
    • Wire color: Orange to semaphore R/C servo
    • Function: PWM signal to semaphore R/C servo
  • Pin VBUS
    • Wire Color: Grey to WS281 LED
    • Wire Color: Red to R/C servo
    • Function: +5 volts power
  • Source: Amazon.com

Power supply

"FencingNerd" on reddit said: There is no problem connecting a lithium polymer (LiPo) battery to VBUS. It has a low dropout (LDO) regulator, so you only need about 3.5V for it to maintain 3.3V. The regulator also smoothly degrades and the rated operating range is 2.8V to 3.6V for the ESP32-S2. So even if the battery runs down to 3.2V it's still within spec.

Caution: Do NOT connect a battery to the 3V3 pin of the ESP32-S2 Mini, as it will damage the board.

Resistors

  • Resistor "R1" is 1K Ohm, 1/4 or 1/8 watt resistor
    • Function: Pull up board "Enable" signal to +3.3 volts
  • Resistor "R2" is 47K Ohm, 1/4 o 1/8 watt resistor
    • Function: Pull down to provide return path for CdS photoresistor

Ribbon Cable

Ten conductor ribbon cable.

It is not necessary to use ribbon cable for wiring the hardware. However, it is low cost, convenient to work with, helps reduce "rats nest", and consistently using the same color wire for components simplifies construction and debugging.

CdS photoresistor

Closeup of CdS (cadmium sulphide) photoresistor.

A CdS photoresistor is a light-sensitive resistor. It detects the ambient light at the signal head, which SigOS uses to control the brightness of the WS281 LEDs.

  • Pin 1
    • Either wire from CdS photoresistor
    • Wire color: Green
    • Function: Variable voltage into GPIO P1 of Control Board A/D converter, voltage is inversely proportional to ambient light level
  • Pin 2
    • Other wire from CdS photoresistor
    • Wire color: Yellow
    • Function: +3.3 volt power
  • Part number: GL5516
  • Characteristics: Bright light 5-10k Ohms, dark 0.2M Ohms
  • Source: Amazon.com

WS281 LED

The WS281 LED is a low-cost, high intensity, multi-color LED. It is contains its own drive and control circuitry, making it extremely easy to integrate into the SigOS project. MicroPython on the ESP32 board directly supports driving the WS281 signals. Learn more about the WS281 here: WS2812b LED, MIT.

  • Pin +5V In
    • Wire color: Grey
    • Function: Input +5 volts to power this LED and all downstream LEDs on the chain
  • Pin GND In
    • Wire color: Black
    • Function: Ground return for +5 volts and signal
  • Pin DIn
    • Wire color: White
    • Function: Data Input signal, controls function of the LED
  • Pin +5v Out
    • Wire color: Grey
    • Function: Output +5 volts to power downstream LEDs in the chain
  • Pin GND Out
    • Wire color: Black
    • Function: Output ground return for +5 volts and signal for downstream LEDs
  • Pin DOut
    • Wire color: White
    • Function: Output data signal, controls function of downstream LEDs
  • Power: 30 watts
  • Part number: ALITOVE WS2812B
  • Source: Amazon.com

Servo

The Miuzei MG90S Micro Server.

A miniature R/C servo provides power to move the semaphore flag into its three positions. Be sure to use the higher quality Miuzei brand or equivalent, as they have metal gears. The cheaper units have plastic gears and may not last in the rugged conditions of a railroad.

  • Pin GND
    • Wire color: Black
    • Function: Return path for +5 volts and signal
  • Pin +5V
    • Wire color: Red
    • Function: +5 volts power supply
  • Pin Signal
    • Wire color: Orange
    • Function: Pulse Width Modulation (PWM) control signal
  • Part number: Miuzei MG90S 9G
  • Source: Amazon.com