20 lines
898 B
Markdown
20 lines
898 B
Markdown
# 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.
|
|
5. The White color LED should turn on when the vehicle speed is above 50 km/hr.
|
|
|
|
|
|
|
|
![Block](block.png)
|