Posts

Showing posts from August, 2023

Advanced Driver-Assistance System (ADAS) - Brake-Based Assistance Functions

Image
Brake-based assistance functions are a type of driver assistance system that uses the brakes to help drivers avoid accidents. These functions include: Anti-lock braking system (ABS): ABS prevents the wheels from locking up during braking, which can help drivers maintain steering control. Electronic brake force distribution (EBD): EBD distributes braking force to all four wheels, which can help prevent the vehicle from skidding. Brake assist (BA): BA applies maximum braking force automatically if the driver applies the brakes suddenly. Emergency brake assist (EBA): EBA applies maximum braking force automatically if the system detects an imminent collision. Brake-based assistance functions can help to reduce the severity of accidents by preventing drivers from losing control of their vehicles. They are an important part of many driver assistance systems, and they can help to make driving safer for everyone. Here are some additional details about each of these brake-based assistance fu...

LiDAR (Light Detection and Ranging) in Automotive

Image
LiDAR (Light Detection and Ranging) is a technology that uses laser pulses to create a 3D map of its surroundings. This technology is becoming increasingly important in the automotive industry, as it is essential for self-driving cars. LiDAR has several advantages over other sensors that are used in self-driving cars, such as cameras and radar. LiDAR can see in all weather conditions, including fog and rain, and it is not affected by glare from headlights or sunlight. LiDAR can also provide a more accurate and detailed 3D map of the environment than cameras or radar. As a result of these advantages, LiDAR is becoming increasingly common in self-driving cars. Several major car manufacturers, including Audi, BMW, and Toyota, have announced plans to equip their cars with LiDAR. In addition to self-driving cars, LiDAR is also being used in other automotive applications, such as advanced driver assistance systems (ADAS). ADAS systems use sensors to detect objects in the car's surroundin...

Hierarchy Of The Driving Task To Design ADAS

Image
The three-level hierarchy of the driving task according to Donges (1982) is a model that describes the different cognitive demands of driving. The three levels are: Navigation level:  This level is concerned with the planning of the route and the selection of the appropriate speed. It is the highest level of the hierarchy and requires the most cognitive effort. Command level:  This level is concerned with the definition of a trajectory for the vehicle. It takes into account the current situation, such as the traffic conditions and the road layout, and generates a plan for how to reach the destination. Stabilization level:  This level is concerned with the control of the vehicle to follow the desired trajectory. It is the lowest level of the hierarchy and requires the least cognitive effort. The three levels of the hierarchy are not always clearly separated. For example, the driver may need to make decisions about the route at the command level, or they may need to make...

Advanced Driver Assistance Systems (ADAS) on Road Safety

Image
Advanced driver assistance systems (ADAS) are electronic systems in vehicles that use advanced technologies to assist the driver. They can help to prevent accidents, reduce the severity of accidents, and improve driver comfort. There are many different types of ADAS , including: Forward collision warning (FCW): FCW systems warn the driver of an impending collision with another vehicle or object. Automatic emergency braking (AEB):  AEB systems can detect objects in front of the vehicle and AEB systems automatically brake the vehicle if the driver does not take action to avoid a collision. Lane departure warning (LDW): LDW systems warn the driver if they are about to drift out of their lane. Lane keeping assist (LKA): LKA systems automatically steer the vehicle back into their lane if they start to drift out. Blind spot monitoring (BSM): BSM systems warn the driver of vehicles in their blind spots. Rear cross traffic alert (RCTA): RCTA systems warn the driver of vehicles crossing be...

Real-Time Systems:

Image
Features of real-time systems: Determinism : Real-time systems must be deterministic, which means that the system's behavior must be predictable and repeatable for a given input. This ensures that the system will always meet its deadlines, regardless of the load or other factors. Timing constraints:  Real-time systems must meet timing constraints, which are deadlines that must be met in order for the system to function correctly. For example, a traffic light system must be able to change the light colors within a specified time period in order to keep traffic flowing smoothly. Reliability : Real-time systems must be reliable, which means that they must be able to meet their deadlines even in the event of failures or unexpected events. This is critical for systems that are safety-critical, such as air traffic control systems. Scalability : Real-time systems must be scalable, which means that they must be able to handle increasing loads without sacrificing performance ...

Software Architecture Styles

Image
  M ost common software architecture styles: Monolithic architecture  is a single, all-in-one application. All the components of the application are tightly coupled and share the same codebase. This is the simplest and most common architecture style, but it can be difficult to scale and maintain as the application grows in size and complexity. Client-server architecture  is a two-tier architecture where the presentation layer and the business logic layer are separated. The presentation layer is responsible for interacting with the user, and the business logic layer is responsible for processing data and performing calculations. This architecture is more scalable and maintainable than monolithic architecture, but it can be more complex to develop and deploy. Three-tier architecture  is a three-tier architecture where the presentation layer, the business logic layer, and the data layer are separated. The presentation layer is responsible for interacting with the user, ...

MOST (Media Oriented Systems Transport)

Image
MOST (Media Oriented Systems Transport) is a high-speed multimedia network technology for the automotive industry. It can be used for applications inside or outside the car. The serial MOST bus uses a daisy-chain topology or ring topology and synchronous serial communication to transport audio, video, voice and data signals via plastic optical fiber (POF) (MOST25, MOST150) or electrical conductor (MOST50, MOST150) physical layers. MOST is a function-oriented communication technology to network a variety of multimedia devices comprising one or more MOST nodes. Each node has a Network Interface Controller (NIC) that provides the necessary network services. The MOST nodes can be audio, video, or data devices, such as radios, navigation systems, displays, cameras, and airbags. The NIC also contains a Function Block (FBlock) that provides the specific functionality of the node. MOST supports three types of channels: Control Channel:  This channel is used for event-oriented transmission...

Aircraft Fuel Level Sensors

Image
Aircraft fuel level sensors are used to measure the amount of fuel in an aircraft's fuel tanks. This information is critical for flight safety, as it allows pilots to know how much fuel is available and to make necessary adjustments to the flight plan. There are two main types of aircraft fuel level sensors: Float sensors:  These sensors are typically made of a buoyant material, such as foam, that floats on the surface of the fuel. As the fuel level decreases, the float descends, which changes the position of a contact, which in turn sends a signal to the fuel gauge. Capacitance sensors:  These sensors are made of two electrodes that are placed in the fuel tank. As the fuel level decreases, the distance between the electrodes increases, which changes the capacitance of the sensor. This change in capacitance is then measured and converted into a fuel level reading. Ultrasonic sensors:  These sensors use ultrasonic waves to measure the height of the fuel in the tank. An ult...

Automotive Communication Interfaces

Image
  S ome of the most common automotive communication interfaces : Controller Area Network (CAN): CAN is the most widely used automotive communication protocol. It is a high-speed, serial communication protocol that is used to connect electronic control units (ECUs) in a vehicle. CAN is used for a wide variety of applications in vehicles, including engine control, braking, and safety systems. Local Interconnect Network (LIN): LIN is a low-cost, serial communication protocol that is used to connect low-speed ECUs in a vehicle. LIN is often used for applications such as door locks, climate control, and seat adjustment. FlexRay:  FlexRay is a high-speed, serial communication protocol that is used for applications that require high bandwidth, such as advanced driver assistance systems (ADAS) and infotainment systems. FlexRay is not as widely used as CAN, but it is gaining popularity as the demand for ADAS and infotainment systems increases. Ethernet : Ethernet is a networking ...