Building a Bus Arrival Alarm System

details

I’m going to construct a Bus arrival alarm system using WIZnet’s Cortex-M0 platform board.

Since Smartphone is generalized all over the world, many bus arrival applications are also released on market. This project began with lifetime experience which is the need of bus arrival status without opening an application every time when everyone is chased by time in the morning.

The following video clip will explain how the system works.

From this point, I am going to explain method of building a system in steps.

STEP 1 : Concept

As I mentioned earlier of this post, I assume that many people would like to check the bust status with ear or eyes without taking a cell phone out and open the application which takes so many steps to check it in very busy moments. I am going to use Open API supported by local bust info system for this project.

bus_alarm_1

 

STEP 2 : Important Hardware components

Following components are needed.

bus_alarm_2

  • WIZnet WIZwiki-W7500 IoT Platform board
  • Seeed Studio Grove Devices
  • A Computer connecting to Internet
    • ARM mbed platform provided Web compiler (IDE), Internet connected PC is needed to use mbed webpiler

STEP 3 : Hardware Configuration

Connect WIZwiki-W7500, Grove Shield and various devices as seen in following picture.

bus_alarm_3

STEP 4 : Used Library

Library used to build the system.

bus_alarm_4

 

Step 5 : Checking Bus arrival info

This posting will explain using GBIS (Gyeonggi Bus Information System / Korea).

bus_alarm_5

  1. Check information of a certain Bust number and Bus station number on gbis.go.kr.
    bus_alarm_6
  2. Check Bus information.bus_alarm_7bus_alam_8
  3. Check the Bus line and station ID.
  4. Check Bust arrival information using Open API.bus_alarm_9
    URL Example: Bus base information request (key)

    http://openapi.gbis.go.kr/ws/rest/baseinfoservice?serviceKey=test

    URL Example: Bus arrival information request (key, routeID, stationID)

    http://openapi.gbis.go.kr/ws/rest/busarrivalservice?serviceKey=test&routeId=234000069&stationId=234000302

Step 6 : Import project with mbed Web Compiler

Click the following link to check the code of project uploaded on mbed.

https://developer.mbed.org/users/hkjung/code/Real-time_Bus_Arrival_Alarm/

Just lick ‘Import this program’ button located at upper right side of the page.

bus_alarm_10

bus_alarm_11

 

Step 7 : Build & Run

bus_alarm_12

 

bus_alarm_13

I’m going to construct a Bus arrival alarm system using WIZnet’s Cortex-M0 platform board.

Since Smartphone is generalized all over the world, many bus arrival applications are also released on market. This project began with lifetime experience which is the need of bus arrival status without opening an application every time when everyone is chased by time in the morning.

The following video clip will explain how the system works.

From this point, I am going to explain method of building a system in steps.

STEP 1 : Concept

As I mentioned earlier of this post, I assume that many people would like to check the bust status with ear or eyes without taking a cell phone out and open the application which takes so many steps to check it in very busy moments. I am going to use Open API supported by local bust info system for this project.

bus_alarm_1

 

STEP 2 : Important Hardware components

Following components are needed.

bus_alarm_2

  • WIZnet WIZwiki-W7500 IoT Platform board
  • Seeed Studio Grove Devices
  • A Computer connecting to Internet
    • ARM mbed platform provided Web compiler (IDE), Internet connected PC is needed to use mbed webpiler

STEP 3 : Hardware Configuration

Connect WIZwiki-W7500, Grove Shield and various devices as seen in following picture.

bus_alarm_3

STEP 4 : Used Library

Library used to build the system.

bus_alarm_4

 

Step 5 : Checking Bus arrival info

This posting will explain using GBIS (Gyeonggi Bus Information System / Korea).

bus_alarm_5

  1. Check information of a certain Bust number and Bus station number on gbis.go.kr.
    bus_alarm_6
  2. Check Bus information.bus_alarm_7bus_alam_8
  3. Check the Bus line and station ID.
  4. Check Bust arrival information using Open API.bus_alarm_9
    URL Example: Bus base information request (key)

    http://openapi.gbis.go.kr/ws/rest/baseinfoservice?serviceKey=test

    URL Example: Bus arrival information request (key, routeID, stationID)

    http://openapi.gbis.go.kr/ws/rest/busarrivalservice?serviceKey=test&routeId=234000069&stationId=234000302

Step 6 : Import project with mbed Web Compiler

Click the following link to check the code of project uploaded on mbed.

https://developer.mbed.org/users/hkjung/code/Real-time_Bus_Arrival_Alarm/

Just lick ‘Import this program’ button located at upper right side of the page.

bus_alarm_10

bus_alarm_11

 

Step 7 : Build & Run

bus_alarm_12

 

bus_alarm_13

COMMENTS

Please Login to comment
  Subscribe  
Notify of
POSTED BY
TAGS