Menu

IIT Certification Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Project 2-Highway Assistant-Lane Changing Assistant

Highway Assistant – Lane Changing Assistant Introduction to the Feature: The Highway Assistant supports the driver and takes over the longitudinal and lateral guidance of the vehicle in monotonous driving situations on highways. The partially automated function can automatically start, accelerate, brake as well as…

Project Details

Loading...

Leave a comment

Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

Please  login to add a comment

Other comments...

No comments yet!
Be the first to add a comment

Read more Projects by Mukul Masulkar (16)

Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter

Objective:

Answer=   Code= #include #define trigger A4#define echo A5 LiquidCrystal lcd(2,3,4,5,6,7);float time=0,distance=0; void setup() {lcd.begin(16,2); pinMode(trigger,OUTPUT);pinMode(echo,INPUT); lcd.print("Distance Meter");delay(5000);} void loop(){ lcd.clear(); digitalWrite(trigger,LOW); digitalWrite(trigger,HIGH); digitalWrite(trigger,LOW);…

calendar

21 Feb 2023 06:04 AM IST

    Read more

    Project 2-Highway Assistant-Lane Changing Assistant

    Objective:

    Highway Assistant – Lane Changing Assistant Introduction to the Feature: The Highway Assistant supports the driver and takes over the longitudinal and lateral guidance of the vehicle in monotonous driving situations on highways. The partially automated function can automatically start, accelerate, brake as well as…

    calendar

    19 Feb 2023 02:51 PM IST

    • MATLAB
    • MBD
    Read more

    Project 1- Traffic Jam Assistant Feature

    Objective:

    Traffic Jam Assistant Feature Introduction to the Feature: Traffic Jam Assistant is one of the most common feature in Advanced Driver Assistance System. Traffic Jam Assistant helps the driver arrive more relaxed at their destination, even in dense traffic or in traffic jams. As a partially automated comfort function, the…

    calendar

    19 Feb 2023 07:10 AM IST

    Read more

    Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter

    Objective:

    Answer=   Code= #include <LiquidCrystal.h>#define trigger A4#define echo A5 LiquidCrystal lcd(2,3,4,5,6,7);float time=0,distance=0; void setup() {lcd.begin(16,2); pinMode(trigger,OUTPUT);pinMode(echo,INPUT); lcd.print("Distance Meter");delay(5000);} void loop(){ lcd.clear(); digitalWrite(trigger,LOW); digitalWrite(trigger,HIGH);…

    calendar

    27 Jan 2023 01:30 PM IST

      Read more

      Project 2 - Development of TFT Cluster Speedometer Software Component

      Objective:

      Answer = Final Modol= SLDD FILE BACK TO BACK REPORT SIL   MIL        

      calendar

      27 Jan 2023 08:46 AM IST

        Read more

        Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor

        Objective:

        Develop the Simulink model based on the given descriptions for the below challenges and also create SLDD file and link the same to the model. Perform the complete V and V workflow for the obtained models.   Wiper control system Develop Simulink/state flow model for wiper control system based on the given conditions.…

        calendar

        17 Jan 2023 06:49 AM IST

          Read more

          Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol

          Objective:

          Answer Objective: To send a meaasge from slave to master using Inter-Integrated Circuit (I2C) communication protocol in arduino and display the message on 16*2 LCD screen   The analog pins A4 and A5 in arduino are used for used for I2C communication. The digital pin 2 is connected to RS of LCD. Digital pin 3 connected…

          calendar

          09 Jan 2023 06:54 AM IST

            Read more

            Project 2 - V&V SW Analysis II

            Objective:

            Answer1] step1   step2 step3       Answer2] integration testing   Report  

            calendar

            03 Dec 2022 01:17 PM IST

            Read more

            Project 1 - V&V SW Analysis - I

            Objective:

            Aim:- Write a Test plan to test the features of a new mobile phone.   Black box testing: Black box testing is a technique of software testing which examines the functionality of the software without peering into its internal structure or coding. The primary source of black-box testing is a specification of requirements…

            calendar

            01 Dec 2022 01:25 PM IST

              Read more

              Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)

              Objective:

              ANSWER 1]

              calendar

              01 Dec 2022 12:44 PM IST

                Read more

                Project 1 - Controlling a DC motor using PWM and monitoring its Running status

                Objective:

                answer] simulide] Clockwise Anticlockwise

                calendar

                30 Nov 2022 01:50 PM IST

                  Read more

                  Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear

                  Objective:

                  OUTPUT The Finite State Machine is Initialized and current the program is inGEARDOWN State & Light is: GreenEnter the values of pil and Squatswitch: 01 status of currentstate is Checkingbeforetakeoff status of lightvalue is GreenEnter the values of pil and Squatswitch and operation010 status of currentstate is Raising…

                  calendar

                  25 Nov 2022 06:44 AM IST

                    Read more

                    Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear

                    Objective:

                    OUTPUT The Finite State Machine is Initialized and current the program is inGEARDOWN State & Light is: GreenEnter the values of pil and Squatswitch: 01 status of currentstate is Checkingbeforetakeoff status of lightvalue is GreenEnter the values of pil and Squatswitch and operation010 status of currentstate is Raising…

                    calendar

                    24 Nov 2022 07:00 AM IST

                      Read more

                      Project 2 Adaptive Cruise Control

                      Objective:

                      Main Project – Adaptive Cruise Control (ACC) General Overview: Adaptive Cruise Control Feature for passenger cars allows the host vehicle to adapt to the speed in line with the flow of traffic. Driving in heavy traffic or keeping a safe distance to the preceding vehicle calls for a high level of concentration. The…

                      calendar

                      17 Nov 2022 02:34 PM IST

                      Read more

                      Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List

                      Objective:

                      Answer 1] INPUT         OUTPUT Enter the Number of elements of First linked list2Enter the items of First linked list:21You entered the First linked list:2-->1Enter the Number of elements of Second linked list3Enter the items of second linked list:621You entered Second linked list:6-->2-->1Union…

                      calendar

                      17 Nov 2022 02:21 PM IST

                        Read more

                        Project 1 (Mini Project on Vehicle Direction Detection

                        Objective:

                        Answer] Mini Project - Vehicle Direction Determination General Overview: Identifying the direction of the vehicle is one of the important & diverse features in Autonomous driving & Advanced Driver Assistance Features. This particular sub-feature of identifying the direction of vehicle is basically identifying the direction…

                        calendar

                        06 Oct 2022 09:25 AM IST

                        Read more
                        Showing 1 of 16 projects