This work details our group's assignment to probe an input device's signals.
For digital signals, We worked with a push button to observe its digital signal using an oscilloscope.
Our approach to probing the input device signals involved the following steps:
When the push button was pressed, the oscilloscope displayed a clear transition from LOW (0V) to HIGH (typically 5V for a standard digital signal). Upon releasing the button, the signal transitioned back to LOW. The debounce effect, which is noise caused by the mechanical contacts of the button, was observed as small fluctuations before the signal stabilized.
Probing the push button with an oscilloscope provided a clear visual representation of the digital signal transitions. This exercise helped in understanding the behavior of the push button as an input device and the importance of debouncing in digital circuits.
This part demonstrates input device's signals as analog levels using a capacitive moisture sensor. The objective was to read and monitor the sensor's values in different environments: outside and in wet soil.
Our approach to probing the capacitive moisture sensor signals involved the following steps:
Outside (Air): he sensor reading was low, indicating minimal or no moisture.
Wet Soil: The sensor reading increased significantly, indicating higher moisture levels due to the presence of water in the soil.
Probing the capacitive moisture sensor provided valuable insights into its behavior in different environments. This exercise helped in understanding the sensor's response to varying moisture levels, which is crucial for applications in agriculture and soil monitoring.