Skip to content

Commit 2d4a589

Browse files
Usha GUsha G
authored andcommitted
MPAE-13281 Modified readme
1 parent ffd22e8 commit 2d4a589

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -133,59 +133,59 @@ Use the terminal window of standalone data visualizer tool to receive user input
133133

134134
## Demo Operation:
135135

136-
Connect the hardware as shown in the Hardware Setup section . Power up the host and two client boards using micro-B USB cable.
137-
Load the host application firmware to the PIC16F15244 Curiosity Nano board which is connected to the client 1 and client 2 through I2C interface.
138-
Load the client 1 application firmware to the PIC16F15244 Curiosity Nano board with ph sensor interface.
139-
Load the client 2 application firmware to the PIC16F15244 Curiosity Nano with Temperature and Soil moisture sensor interface.
140-
Initially client device address and sensor information is displayed on terminal window as shown in the figure below.
136+
- Connect the hardware as shown in the Hardware Setup section . Power up the host and two client boards using micro-B USB cable.
137+
- Load the host application firmware to the PIC16F15244 Curiosity Nano board which is connected to the client 1 and client 2 through I2C interface.
138+
- Load the client 1 application firmware to the PIC16F15244 Curiosity Nano board with ph sensor interface.
139+
- Load the client 2 application firmware to the PIC16F15244 Curiosity Nano with Temperature and Soil moisture sensor interface.
140+
- Initially client device address and sensor information is displayed on terminal window as shown in the figure below.
141141

142142
<p align="center">
143143
<img width=auto height=auto src="images/output1.png">
144144
</p>
145145

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.
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.
147147

148148
<p align="center">
149149
<img width=auto height=auto src="images/output2.png">
150150
</p>
151151

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
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
153153

154154
<p align="center">
155155
<img width=auto height=auto src="images/output3.png">
156156
</p>
157157

158-
Enter client 1 device address “0x0A” on the terminal window as shown in below figure.
158+
- Enter client 1 device address “0x0A” on the terminal window as shown in below figure.
159159

160160
<p align="center">
161161
<img width=auto height=auto src="images/output4.png">
162162
</p>
163163

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.
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.
165165

166166
<p align="center">
167167
<img width=auto height=auto src="images/output5.png">
168168
</p>
169169

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.
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.
171171

172172
<p align="center">
173173
<img width=auto height=auto src="images/output6.png">
174174
</p>
175175

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.
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.
177177

178178
<p align="center">
179179
<img width=auto height=auto src="images/output7.png">
180180
</p>
181181

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.
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.
183183

184184
<p align="center">
185185
<img width=auto height=auto src="images/output8.png">
186186
</p>
187187

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.
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.
189189

190190
<p align="center">
191191
<img width=auto height=auto src="images/output9.png">

0 commit comments

Comments
 (0)