VIRTUAL 3D GAMING
Created a python virtual world using python code which was showing target distance in visual form in real time by taking data through serial port directly into python world after few libraries were imported.
Used Colour Sensor to detect objects' colour. The LED colour changed accordingly. The data was processed with the help of code(coded in laptop in embedded-C Language) in Arduino UNO. They all got connected with the help of bread board and jumper wires.
Speed of sound calculated with the help of Ultrasonic sensor with a barrier in front whose distance was already calculated. Formula: Speed=Distance/Time
Calculated the speed of sound through the experiment done before and calculated distance of barrier using the formula: Distance=Speed*Time.
Comments
Post a Comment