Go to file
Sanyog Nevase Nevase 15cb6ad7ad Add Speed conversion to kmph 2024-11-30 16:14:15 +05:30
.settings Initial Commit 2024-10-27 12:18:13 +05:30
.ccsproject Add Readme.md and delete unused folder 2024-10-27 12:18:13 +05:30
.cproject Initial Commit 2024-10-27 12:18:13 +05:30
.gitignore Initial Commit 2024-10-27 12:18:13 +05:30
.project Initial Commit 2024-10-27 12:18:13 +05:30
README.md Update LED color indication and README.md update 2024-11-30 09:36:18 +05:30
block.png Add block diagram 2024-11-07 16:36:36 +05:30
main.c Add Speed conversion to kmph 2024-11-30 16:14:15 +05:30
tm4c123gh6pm.cmd Initial Commit 2024-10-27 12:18:13 +05:30
tm4c123gh6pm.h Initial Commit 2024-10-27 12:18:13 +05:30
tm4c123gh6pm_startup_ccs.c Update tm4c123gh6pm_startup_ccs.c file for UART1 interrupt 2024-11-30 03:42:22 +05:30

README.md

Group21_Project

Problem Statement :

Implementation of a Speed Limit Indication System Using a GPS Module

Objectives:

  1. The LED system on the microcontroller should indicate the vehicle's speed range using different colors for specific speed intervals.
  2. The Green color LED should turn on when the vehicle speed is in between 0 km/hr and below 10 km/hr.
  3. The Cyan color LED should turn on when the vehicle speed is in between 10 km/hr and below 20 km/hr.
  4. The blue color LED should turn on when the vehicle speed is in between 20 km/hr and below 30 km/hr.
  5. The Yellow color LED should turn on when the vehicle speed is in between 30 km/hr and below 40 km/hr.
  6. The Red color LED should turn on when the vehicle speed is in between 40 km/hr and below 50 km/hr.
  7. The White color LED should turn on when the vehicle speed is above 50 km/hr.

Block