Control Engineering Experiment 3
Control Engineering Experiment 3
in
Control Engineering
ME 20
By:
Justine Dwite Gedalanga
Markjoseph Gallano
Ysi Adonil Gange
Ranz Clarence Aguilar
September 2024
II. Objectives:
Understanding the Principles of Ultrasonic Sensing:
The first objective is to gain a fundamental understanding of how ultrasonic sensors
operate.
Practical Application of Measurement Techniques:
Another key objective is to apply theoretical knowledge in a practical setting. By
conducting experiments, participants can learn how to set up ultrasonic sensors,
program them (often using platforms like Arduino), and interpret the data collected.
void setup() {
Serial.begin(115200);
}
void loop() {
int d=ultrasonic.getDistance();
Serial.print("Distance:");
Serial.print(d);
Serial.println(" cm");
delay(100);
VII. Data Analysis:
When the ultrasonic sensor’s code is already uploaded to the Arduino it will
automatically read the distance where you point the sensor at.
VIII. Conclusion:
The ultrasonic sensor will automatically detect the accurate distance of an
object once it is placed in front of the sensor. It can be used for certain
applications like in the construction, agriculture and manufacturing, etc.
IX. References
https://iask.ai/?
mode=question&options[detail_level]=detailed&q=data+analysis+in+ultrasonic+arduino
https://www.youtube.com/watch?v=n-gJ00GTsNg