Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

NikitaVispute/IOT-Software-Trace

Repository files navigation

IOT-Software-Trace

Technology used: Android (APP), Embedded C (Arduino), GPS/GSM Module, RFID tags, C# (Visual Studio Web Server).

  • Designed an automated system that tracks and displays the student’s location (GPS and RFID tag) on their entry/exit into/from the school as well as their location on the bus when in transit.

  • It also keeps track of the location and time of entry/exit updated in real-time and storing it on the web server.

  • Displays real time location on the APP.

  • It also sends alerts to parents through SMS.

The software has 3 parts:

  1. The hardware (GSM-GPS Module, Arduino circuit board, RFID tag and reader, WIFI module)
  2. parentchild Web Server (Consisting of Admin and Parent user pages, database consisting of location, time and other student details)
  3. GPS_hardware_app Android App (Authentication of user, Location of bus in real-time maps as retrieved from the database on the web server).