
8131,99113
bachelors degree in Electrical Engineering, love developing hardware systems on both microcontrollers and PLC.
rmikel's instructables
Achievements
10K+
Views
Earned a bronze medal
- rmikel commented on rmikel's instructable Arduino Servo Control Using Ultrasonic Sensor
- rmikel commented on rmikel's instructable Arduino Servo Control Using Ultrasonic Sensor
HassanF17
View Instructable »Trigger pin sends out a signal (goes HIGH) every 500ms. This signal bounces off the obstacle The echo pin listens for a pulseIn. So what I did is to measure distance by dividing the duration / 2. (Time it took for the signal to travel from the trigger pin back to the echo pin) the answer you get you divide it by 29.1 to get your answer in centimetres.
- rmikel commented on rmikel's instructable Ultrasonic Distance Sensor Arduino HC-SR04View Instructable »
??? very Good
- rmikel commented on rmikel's instructable Arduino servo control using Ultrasonic sensorView Instructable »
please what do you mean, by source arduino, can you explain so i can understand? :)
Sir please make sure you have Servo library if you do #include At the top of your code and try compiling again.