Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

adrientetar/Metro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Metro-plan driving software

This software, written in Arduino langage (C derivative) drives the partial Paris' Métro-plan I created using electronics and LEDs to show stations.
More info on my website project page (en/fr/de).

  • Takes input from the user (buttons, LCD screen)
  • Calculates the "best" itinerary (looking for least changes then the least number of stations you have to go through)

This is a class project which I presented for the Baccalauréat S in June 2013.

Possible improvements:

  • Turn it into a fully-fledged algorithm that calculates every possible path at the same time with weighs (e.g one station: 1, one change: 3) → must manage carefully the Arduino's memory pool in order to achieve this, if it is at all possible
  • Expand it physically and in the software to the whole Métro stations (currently 86, total 301)

About

Arduino code to drive an interactive Métro map (high school project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%