This document describes a proposed system for adaptive cruise control using sensors and two Raspberry Pi boards connected via TCP/IP protocol. The system consists of a slave Raspberry Pi board that detects various vehicle and road parameters using sensors like ultrasonic sensors for distance, humidity sensors for weather, accelerometers for slope detection, etc. The slave board sends the sensor data to a master Raspberry Pi board over TCP/IP. The master board controls the speed of a DC motor based on whether the sensor values are within predefined thresholds. If values exceed thresholds, the motor speed is adjusted. The system aims to automatically control vehicle speed based on road and traffic conditions to improve safety.