SmartSchoolBus

所属分类:物联网
开发工具:Java
文件大小:977KB
下载次数:0
上传日期:2017-03-26 04:18:38
上 传 者sh-1993
说明:  基于物联网的校车监控系统,可跟踪校车的位置,并在发生故障时向家长发出推送通知...
(An IoT based school bus monitoring system that tracks the location of the school bus and push notifies parents when their kids enter and exit.)

文件列表:
.idea (0, 2017-03-26)
.idea\compiler.xml (686, 2017-03-26)
.idea\copyright (0, 2017-03-26)
.idea\copyright\profiles_settings.xml (74, 2017-03-26)
.idea\encodings.xml (200, 2017-03-26)
.idea\gradle.xml (770, 2017-03-26)
.idea\misc.xml (2226, 2017-03-26)
.idea\modules.xml (365, 2017-03-26)
.idea\runConfigurations.xml (564, 2017-03-26)
.idea\vcs.xml (180, 2017-03-26)
SmartSchoolBus.iml (945, 2017-03-26)
app (0, 2017-03-26)
app\app.iml (15459, 2017-03-26)
app\build.gradle (1258, 2017-03-26)
app\google-services.json (1544, 2017-03-26)
app\proguard-rules.pro (667, 2017-03-26)
app\src (0, 2017-03-26)
app\src\androidTest (0, 2017-03-26)
app\src\androidTest\java (0, 2017-03-26)
app\src\androidTest\java\com (0, 2017-03-26)
app\src\androidTest\java\com\judy (0, 2017-03-26)
app\src\androidTest\java\com\judy\smartschoolbus (0, 2017-03-26)
app\src\androidTest\java\com\judy\smartschoolbus\ApplicationTest.java (354, 2017-03-26)
app\src\debug (0, 2017-03-26)
app\src\debug\res (0, 2017-03-26)
app\src\debug\res\values (0, 2017-03-26)
app\src\debug\res\values\google_maps_api.xml (976, 2017-03-26)
app\src\main (0, 2017-03-26)
app\src\main\AndroidManifest.xml (2659, 2017-03-26)
app\src\main\java (0, 2017-03-26)
app\src\main\java\Adapters (0, 2017-03-26)
app\src\main\java\Adapters\CustomListAdapter.java (1583, 2017-03-26)
app\src\main\java\Adapters\CustomRouteAdapter.java (1460, 2017-03-26)
app\src\main\java\Adapters\loginTabAdapter.java (2039, 2017-03-26)
app\src\main\java\Fragments (0, 2017-03-26)
app\src\main\java\Fragments\LoginFragment.java (8183, 2017-03-26)
... ...

# SmartSchoolBus An IoT based school bus monitoring system that tracks the location of the school bus and push notifies parents when their kids enter and exit. The components used for the tracker are ESP8266 microcontroller which has a built-in WiFi module, Ublox 6M GPS module and a MFRC522 RFID Reader. The microcontroller constantly uploads the location input by the GPS module to a mysql database hosted on an Apache server. A front-end android application downloads the data from the database and plots the location on a map in real time using Google Maps API for Android. The id cards of students are assumed to be embedded with an RFID tag. The RFID reader in the tracker which is positioned at the entrance of the bus will automatically identify each student as they board/alight. The microcontroller will then invoke a PHP script which will send a push notification using Firebase Cloud Messaging (FCM) to the respective parents mobile app, notifying them of the drop off/boarding location and time. While some schools have already implemented GPS tracking of buses using GSM, that do not give real time updation or individual information of students. Raspberry Pi systems have been known to give real time information but the cost is too high for it to be a replacement for GSM systems. This project on implementation, will be a means to monitor school buses comprehensively including the speed, the people onboard, adherence to route, time etc. The entire system costs less than $20. The front end android app has three user modes: admin, driver and parent. Parents can search by their child's id and chose to follow them. They can view the time schedule, route, speed, location, driver details of the bus and contact admin. Admin can view the location of all buses, see and edit routes and schedules of all buses, contact parents or drivers, view the list of kids onboard and absent, add new students, edit their details etc. The driver can also view the location, route and schedule of their bus and contact admin, ambulance, police or other emergency services. The hardware is coded in Arduino using Embedded C. The app was developed in Android studio and uses firebase cloud messaging services. The back end was hosted on hostinger.com and uses a mysql database. This was developed as part of my coursework during my B.Tech in computer engineering from Cochin University of Science & Technology.

近期下载者

相关文件


收藏者