1 / 19

Automated train station

Automated train station. Introduction. My project is about a automated railway system.The basic idea is to use the Grove kit to determine the time,to play the corresponding sound when a train reaches the station, and to know when the train reaches the crossover. Parts used. other parts:

silvio
Download Presentation

Automated train station

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Automated train station

  2. Introduction • My project is about a automated railway system.The basic idea is to use the Grove kit to determine the time,to play the corresponding sound when a train reaches the station, and to know when the train reaches the crossover.

  3. Parts used other parts: 125KHz RFID reader v0.9b from seeedstudio 2x RF tags breadboard servo motor train kit • from Grove kit: • Seeedduino v.2.21(Atmega 168p) • Stem Base shield  • Twig OLED display • Twig RTC • Twig Sound recorder • Twig sound sensor • Twig RGB LED • Twig buzzer • Twig motion sensor • Universal 4 pin cable

  4. Top view

  5. The crossover(1): The PIR motion sensor detects the train , sends this information to the arduino and the microcontroller activates the red light on the LED , starts the buzzer and lets the barrier down with the help of the servo motor

  6. The crossover(2): When there is no motion the led is green , the buzzer is off and the barrier is up . The demo code will be in crossover.txt

  7. RF ID This part is used to identify the trains . Because there are 2 trains there was a need to add something unique to each train. I used 2 rf tags on the train and in the station an RF ID . When the tag changes the sound recorder will know and play a different message in the station. Demo code will be in rfid.txt

  8. Time and date: The most important element in a station is of course the time. The RTC is providing this information to the OLED. Demo code in rtc_oled.txt

More Related