• FIRST VERSION (with Arduino)

    The speed radar will calculate the speed, in cm/sec, at which an object moves. In this case it will be a toy car. The speed will be calculated through the Arduino ultrasonic sensor.


    First of all, we create the Arduino structure and connect the sensors.


    1. Connect LCD Display to Arduino Shield:


    2. Connect the Ultrasonic Sensor to Arduino Shield:


    3. Create the Radar Structure:





    We left some example images:





    ACTIVITY DESCRIPTIONSECOND VERSION (without Arduino)