0% found this document useful (0 votes)
172 views7 pages

Non-GPS Bus Tracking Using Bluetooth

This seminar report proposes a non-GPS method to track the location of public buses using Bluetooth proximity beacons. The system involves deploying Bluetooth Low Energy beacons on buses and at bus stops to detect the arrival and departure of buses. When a bus is detected, its location is sent to a cloud server to compute estimated arrival times for passengers. The system has been implemented and tested on a bus route in Johor, Malaysia, showing accurate beacon detection. A mobile app was also developed to display real-time estimated arrival times to passengers.

Uploaded by

Ashitosh Kurhe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
172 views7 pages

Non-GPS Bus Tracking Using Bluetooth

This seminar report proposes a non-GPS method to track the location of public buses using Bluetooth proximity beacons. The system involves deploying Bluetooth Low Energy beacons on buses and at bus stops to detect the arrival and departure of buses. When a bus is detected, its location is sent to a cloud server to compute estimated arrival times for passengers. The system has been implemented and tested on a bus route in Johor, Malaysia, showing accurate beacon detection. A mobile app was also developed to display real-time estimated arrival times to passengers.

Uploaded by

Ashitosh Kurhe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

A

SEMINAR REPORT
ON

“A Non-GPS based Location Tracking of Public Buses using Bluetooth


Proximity Beacons”

SUBMITTED TO THE SAVITRIBAI PHULE PUNE UNIVERSITY IN PARTIAL


FULFILLMENT OF THE REQUIREMENTS FOR THE AWARD OF THETHIRD YEAR
INFORMATION TECHNOLOGY
BY
[Link] JASMEEN MUKHTAR (SEAT NO: - 71709136J)

UNDER THE GUIDANCE OF


[Link] M. Dhokane

DEPARTMENT OF INFORMATION TECHNOLOGY


Sir Visvesvaraya Institute Of Technology, Nashik
A/[Link],[Link],[Link] - 422102(MS)India
YEAR 2020-2021
DEPARTMENT OF INFORMATION TECHNOLOGY
Sir Visvesvaraya Institute Of Technology, Nashik
A/[Link],[Link],[Link] - 422102(MS) India
Year 2020-21

CERTIFICATE
This is to certify that seminar report entitled

“A Non-GPS based Location Tracking of Public Buses using Bluetooth


Proximity Beacons”

Is submitted as partial fulfillment of curriculum of the T.E. of INFORMATION TECHNOLOGY


BY
[Link] JASMEEN MUKHTAR (SEAT NO: -71709136J)

[Link] M. Dhokane [Link] M. Dhokane [Link] S. Bhalerao


Seminar Guide Seminar Coordinator Head of Department

Place: Nashik SVIT, Nashik


Date:
Savitribai Phule Pune University

CERTIFICATE
This is to certify that
MISS. MANIYAR JASMEEN MUKHTAR (SEAT NO: - 71709136J)
Student of T.E. IT
was examined in Seminar Report entitled

“A Non-GPS based Location Tracking of Public Buses using Bluetooth


Proximity Beacons”
on . . ./. . . /2021
At
DEPARTMENT OF INFORMATION TECHNOLOGY,
SIR VISVESVARAYA INSTITUTE OF TECHNOLOGY, NASHIK YEAR 2020-21

..................... .....................
Internal Examiner External Examiner
Certificate By Guide

This is to certify that

[Link] JASMEEN MUKHTAR (SEAT NO: - 71709136J)

Has completed the seminar work under my guidance and that, I have verified the work for its
originality in documentation, problem statement, literature survey and conclusion presented in seminar
work.

Place: Nashik ([Link] Tejaswini A.)


Date: SVIT, Nashik
ABSTRACT

Tracking of public bus location requires a GPS device to be installed, and many bus operators in
developing countries do not have such a solution in place to provide an accurate estimation of bus arrival
time (ETA). Without ETA information, it is very difficult for the general public to plan their journey
effectively. This paper proposes an innovative IoT solution to track the location of buses without
requiring the deployment of a GPS device. It uses Bluetooth Low Energy (BLE) proximity beacon to
track the journey of a bus by deploying an Estimote location beacon on the bus. BLE detection devices
(Raspberry Pi 3)are installed at selected bus stops along the bus route to detect the arrival of buses. Once
detected, the location of the bus is submitted to a cloud server to compute the bus ETAs. A field trial is
currently being conducted in Johor, Malaysia in collaboration with a local bus operator on one single bus
route. Our test results showed that the detection of BLE beacons is very accurate and it is feasible to track
the location of buses without using a GPS device in a cost effective way. A mobile app– myBusz has
been developed as well to allow for passengers to check the bus ETA in realtime.
ACKNOWLEDGEMENT

It is my immense pleasure to work on this seminar “A Non-GPS based Location Tracking of


Public Buses using Bluetooth Proximity Beacons”. It is only the blessing of my divine master which
has prompted and mentally equipped me to undergo the study of this seminar.
I would like to thank Dr. KTV Reddy, Principal, Sir Visvesvarya Institute Of Technology for
giving me such an opportunity to develop practical knowledge about subject. I am also thankful to Mr.
Rushikesh S. Bhalerao, Head of Computer Engineering Department for his valuable encouragement at
every phase of my seminar work and completion. I offer my sincere thanks to my guide Mr. Rahul M.
Dhokane, who very affectionately encourages me to work on the subject and gave her valuable guidance
time to time. While preparing this seminar I am very much thankful to her. I am also grateful to entire
staff of Information Technology Department for their kind co-operation which helped me in successful
completion of seminar.
[Link] JASMEEN MUKHTAR
SVIT, NASHIK.
INDEX
Abstract 1
Acknowledgement 2
Index 3
List of Figures 5
List of Tables 6
1 INTRODUCTION 7
2 BACKGROUND AND RELATED WORK 9
2.1 Crowd-sourced Bus Location Reporting . . . . . . . . . . . . . . . . . . 9
2.2 Related Work . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
3 ARCHITECTURAL OVERVIEW 11
3.1 Bus Location Tracking using BLE . . . . . . . . . . . . . . . . . . . . . 12
3.1.1 Detection at the Bus Terminal . . . . . . . . . . . . . . . . . . . 12
3.1.2 Detection at Bus Stops . . . . . . . . . . . . . . . . . . . . . . . 13
3.2 Estimation of Bus Arrival Time (ETA) . . . . . . . . . . . . . . . . . . . 14
3.3 Average Historical Journey Time . . . . . . . . . . . . . . . . . . . . . . 16
4 IMPLEMENTATION 17
4.1 Deployment on Kulai-Johor Bahru (Malaysia) Route . . . . . . . . . . . 18
4.2 Mobile App and Information Panel . . . . . . . . . . . . . . . . . . . . . 19
5 EVALUATION 20
5.1 Detection of Stationary Estimote Beacons . . . . . . . . . . . . . . . . . 20
5.2 Detection of Bus with an Estimote Beacon . . . . . . . . . . . . . . . . . 21
6 FUTURE WORK 22
7 CONCLUSION 23
Bibliography 24

Common questions

Powered by AI

The architecture of the BLE beacon system for bus location tracking is specifically structured around fixed detection points along bus routes, such as bus stops, using devices like Raspberry Pi to intercept signals from bus-mounted beacons. This setup requires a distributed network of detectors and real-time data processing to estimate bus arrival times. In contrast, other BLE applications, such as indoor navigation or contact tracing, might use different configurations, such as being embedded in mobile devices or used in close-proximity environments, which typically have different infrastructure and data handling needs. The bus tracking system needs robust infrastructure to manage dynamic, mobile beacon sources over larger geographical areas .

The cloud server is an integral component of the BLE beacon-based bus tracking ecosystem, as it serves multiple critical functions. It acts as the central processing hub for data collected from BLE detectors, enabling real-time calculation of buses' Estimated Time of Arrival (ETA) and their locations along the routes. It ensures that this processed information is readily available to end-users via applications like myBusz, enhancing user experience by providing timely updates. Additionally, the cloud server supports scalability by managing increasing data volumes and offering flexibility to incorporate additional services or integrate with other digital infrastructure without significant physical hardware changes required locally .

The Bluetooth Low Energy (BLE) beacon system improves bus location tracking by providing a non-GPS based alternative that is cost-effective and accurate. It eliminates the need for installing GPS devices in buses, which can be expensive, especially for operators in developing countries. BLE detection devices at bus stops track buses using signals from beacons installed on the buses. These beacons provide precise location information that is uploaded to a cloud server, where bus Estimated Time of Arrival (ETA) is computed, allowing passengers to plan their journeys efficiently. This system has been shown to be feasible in trials conducted in Johor, Malaysia, highlighting its potential as a cost-effective solution for public bus tracking .

The implementation of the BLE beacon system positively influences passenger experience by providing accurate real-time bus location and Estimated Time of Arrival (ETA) notifications via a mobile app. This enables passengers to better plan their journeys, reducing wait times and uncertainty. It can also increase the convenience and reliability of public transport, encouraging more people to opt for buses over personal vehicles, thus potentially influencing behavior change towards more sustainable transit options .

Crowdsourced bus location reporting can complement the BLE beacon system by filling gaps in areas where BLE detectors are sparse or absent. Passengers using a dedicated mobile app could provide real-time location data, enhancing coverage and accuracy of tracking information. The integration of crowdsourced data adds redundancy to the system, potentially compensating for signal loss or detection failures and improving the robustness of the overall tracking infrastructure. This approach can also personalize user experiences, as passengers can contribute to and validate the system's data, increasing community engagement and system reliability .

Deployment of BLE-based location tracking on the Kulai-Johor Bahru route provides valuable insights into scalability for broader implementation by demonstrating feasibility and system performance in a real-world environment. The trial's success in reliability and cost-effectiveness shows that similar setups could be expanded to other routes with varying complexities. These insights include understanding the infrastructure requirements, potential technical challenges, and the effectiveness of data handling and processing capabilities likely needed at a larger scale. This case study provides empirical evidence aiding in the prediction of system behavior and performance when deployed over extensive and diverse transit networks .

Mobile applications like myBusz play a crucial role in enhancing the utility of BLE beacon-based bus tracking systems by providing passengers with convenient access to real-time bus location and ETA information. They act as a user interface for this technology, allowing for efficient communication between the system and users. This fosters improved service transparency, reduces perceived wait times, and allows passengers to adjust their schedules dynamically. The app can also serve as a platform for collecting user feedback and providing insights to transport authorities, thus driving continuous improvement and adaptation of public transport services .

The benefits of using BLE beacons for public transportation include reduced costs since they do not require GPS devices, ease of deployment, and accurate tracking of buses in real-time, which enhances passenger convenience by providing more reliable ETAs. One limitation is that BLE relies on stationary detection devices along routes, which may not cover all possible paths or account for unexpected detours, potentially affecting coverage and accuracy in some cases. Moreover, the system's effectiveness depends on the density of BLE detectors installed at bus stops, meaning areas with fewer installations could see reduced tracking precision .

The BLE-based bus tracking system could have less environmental impact compared to conventional GPS technologies primarily due to lower energy consumption. BLE devices generally consume less power than GPS devices, which reduces the energy footprint of the tracking system. This system might also encourage increased use of public transportation by improving reliability and service attractiveness, potentially reducing the overall carbon emissions from reduced car usage. However, the production and maintenance of BLE hardware and the network infrastructure could still contribute to environmental impacts, though likely less so than the more energy-intensive GPS systems .

Implementing BLE proximity beacons for bus tracking on a large scale could face several technical challenges. Ensuring extensive coverage with adequate density of BLE detectors at bus stops is crucial, which can be logistically complex and costly. Additionally, interference from other wireless devices and physical obstructions may affect the accuracy and reliability of beacon detection. Scaling up also requires robust backend infrastructure to handle data from numerous detection points in real-time, necessitating substantial investment in cloud-based servers and network bandwidth. Integration with existing public transport systems and ensuring consistent power supply to the BLE devices also pose potential challenges .

You might also like