0
0
EV Technologyknowledge~10 mins

ADAS (Advanced Driver Assistance Systems) in EV Technology - Step-by-Step Execution

Choose your learning style9 modes available
Concept Flow - ADAS (Advanced Driver Assistance Systems)
Sensors detect environment
Data sent to ADAS computer
Computer analyzes data
Decision: Assist driver?
Activate assist
Driver receives support
ADAS uses sensors to detect surroundings, processes data, decides if driver help is needed, then assists or stays idle.
Execution Sample
EV Technology
1. Sensors detect a car ahead
2. ADAS computer processes distance
3. If too close, alert driver
4. If very close, apply brakes
This sequence shows how ADAS detects a car ahead and decides to alert or brake to assist the driver.
Analysis Table
StepSensor InputData ProcessedDecisionAction Taken
1Car detected at 50mDistance = 50mDistance safeNo action
2Car detected at 20mDistance = 20mDistance closeAlert driver
3Car detected at 8mDistance = 8mDistance very closeApply brakes
4No car detectedNo obstacleSafeNo action
💡 ADAS stops action when no obstacle is detected or safe distance is maintained.
State Tracker
VariableStartAfter Step 1After Step 2After Step 3Final
Distance to car (m)N/A50208N/A
Driver alert statusOffOffOnOnOff
Brakes appliedNoNoNoYesNo
Key Insights - 2 Insights
Why does ADAS alert the driver at 20m but apply brakes only at 8m?
At 20m, the system judges the distance as close but not critical, so it alerts the driver (see execution_table step 2). At 8m, the distance is very close, triggering automatic braking for safety (step 3).
What happens if no car is detected?
The system decides no action is needed and remains idle, as shown in step 4 of the execution_table.
Visual Quiz - 3 Questions
Test your understanding
Look at the execution_table at step 2. What action does ADAS take when the car is 20m ahead?
AAlert the driver
BApply brakes
CNo action
DSound horn
💡 Hint
Check the 'Action Taken' column at step 2 in the execution_table.
At which step does ADAS apply brakes according to the execution_table?
AStep 2
BStep 3
CStep 1
DStep 4
💡 Hint
Look for 'Apply brakes' in the 'Action Taken' column.
If the distance to the car was always above 50m, how would the 'Driver alert status' change in variable_tracker?
AIt would turn On at step 1
BIt would turn On at step 3
CIt would stay Off throughout
DIt would alternate On and Off
💡 Hint
Refer to 'Driver alert status' values when distance is safe in variable_tracker.
Concept Snapshot
ADAS uses sensors to monitor surroundings.
It processes data to check safety distances.
Alerts driver if close, applies brakes if very close.
Stops action when safe or no obstacle.
Helps prevent accidents by assisting driver.
Full Transcript
ADAS (Advanced Driver Assistance Systems) work by using sensors to detect the environment around a vehicle. The sensors send data to a computer that analyzes distances to obstacles like other cars. If the system detects a car ahead at a safe distance, it takes no action. If the car is closer, it alerts the driver to be careful. If the car is very close, it automatically applies brakes to avoid collision. When no obstacle is detected, the system remains idle. This step-by-step process helps drivers stay safe by providing timely assistance.