You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• If user fails to provide input command within 15 sec of duration , then host microcontroller displays the text “Input not received” and again asks the user to re-enter input command as shown in the below figure.
146
+
- If user fails to provide input command within 15 sec of duration , then host microcontroller displays the text “Input not received” and again asks the user to re-enter input command as shown in the below figure.
• If incorrect client device address is entered, then displays the text “Error! Incorrect CLIENT Address” and again asks user to re-enter input command as shown in the below figure
152
+
- If incorrect client device address is entered, then displays the text “Error! Incorrect CLIENT Address” and again asks user to re-enter input command as shown in the below figure
• After entering the client address, displays next input command on the terminal window. Then enter input “1” to select the pH sensor ,which is interfaced to the client 1 device as shown in below figure.
164
+
- After entering the client address, displays next input command on the terminal window. Then enter input “1” to select the pH sensor ,which is interfaced to the client 1 device as shown in below figure.
• Measured sensor data transmitted from the client 1 device through I2C interface is displayed on the terminal window as shown in fig below. After that again sensor information and input commands are displayed on the terminal window.
170
+
- Measured sensor data transmitted from the client 1 device through I2C interface is displayed on the terminal window as shown in fig below. After that again sensor information and input commands are displayed on the terminal window.
• Enter client 2 device address 0x0B and observe if entered address is correct, then displays the text “Selected Client 2” on terminal window. Then displays the next input command and enter input 1 to select the temperature sensor which is interfaced to the client 2 device. Transmitted temperature data through I2C interface is displayed on terminal window as shown in below figure. After that again sensor information and input commands are displayed on the terminal window.
176
+
- Enter client 2 device address 0x0B and observe if entered address is correct, then displays the text “Selected Client 2” on terminal window. Then displays the next input command and enter input 1 to select the temperature sensor which is interfaced to the client 2 device. Transmitted temperature data through I2C interface is displayed on terminal window as shown in below figure. After that again sensor information and input commands are displayed on the terminal window.
• Again, enter client 2 device address 0x0B and enter input “2” to select soil moisture sensor data which is interfaced to the client 2 device. Transmitted soil moisture data through I2C interface is displayed on terminal window as shown in below figure. After that again sensor information and input commands are displayed on the terminal window.
182
+
- Again, enter client 2 device address 0x0B and enter input “2” to select soil moisture sensor data which is interfaced to the client 2 device. Transmitted soil moisture data through I2C interface is displayed on terminal window as shown in below figure. After that again sensor information and input commands are displayed on the terminal window.
• After entering client 2 device address, enter input “4” to select both the sensors which are interfaced to the client 2 device. Both sensors’ data transmitted through I2C interface is displayed on the terminal window as shown in the below figure.
188
+
- After entering client 2 device address, enter input “4” to select both the sensors which are interfaced to the client 2 device. Both sensors’ data transmitted through I2C interface is displayed on the terminal window as shown in the below figure.
0 commit comments