modal image

Station Controller

A Project by Mitchell Sweet

Open Source on

What is Station Controller?

The goal was to automate a model roller coaster (made of the popular Knex building toy) using an Arduino and an iOS application. The iOS app communicates with an Arduino which controls the three motors and sensor incorporated into the station. This allows the operator to control the coaster and guest to interact with it.

The Coaster

coaster

Each year during Rochester Institute of Technology's Imagine RIT festival, the RIT Theme Park Enthusiasts have an exhibit featuring a large scale model roller coaster. Previously, the model's only powered feature was its lift hill which was difficult to control and had no guest interaction. The Station Controller simplifies the use of the lift hill by club members while also adding features for guest interaction.

Components

station

The station has three main "moving" components. These include the lift hill, the station gates, and the dispatch system. There is also a sensor to detect the car.

Component Flow

flow
Flow from iPhone to Arduino to components.

Connections

connections

The Arduino which controls all components is connected via Bluetooth to the operator iOS device. That iOS device acts as a "master controller" which can control all components without limitation. Up to seven guest devices can connect to the operator device via multipeer.

Demo

Basic demo of the three components working together.

Apps

Operator Interface

The operator interface allows all components to be controlled without limitation. The operator can also choose to disable guest access and activate auto dispatch which dispatches the train after prolonged periods of inactivity.

operatordiagram

Guest Interface

The guest interface allows spectators to interact with the model with a more "realistic" roller coaster feel, and without the risk of interrupting the functionality of the coaster.

Standard

neutral

Shown when train is sitting in station and gates are closed.

Gates Open

open

Shown when station gates are open. Guests can only dispatch the train when the gates are closed.

Ride in progress

waiting

Shown when the train is not in the station, triggered by the IR sensor on the platform. Guests cannot open gates or dispatch while a ride is in progress.

Walk-through

Full walk-through demo of the project.

Open Source

Full project source code is available on GitHub.