Skip to content

Commit 642251e

Browse files
committed
MPAE-11236 update repo
1 parent 9380e03 commit 642251e

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,31 +62,30 @@ This application uses Foundation Services Libraries and Micro-E Clicks software
6262

6363
### ADCC:
6464

65-
<img src="images/adcc.jpg" width="600"><br>
65+
<br><img src="images/adcc.jpg" width="600">
6666

6767
### MSSP1:
6868

6969
MSSP1 is generated by oledC
7070

71-
<img src="images/mssp1.jpg" width="600"><br>
71+
<br><img src="images/mssp1.jpg" width="600">
7272

7373
### MSSP2:
7474

75-
<img src="images/mssp2.jpg" width="600"><br>
75+
<br><img src="images/mssp2.jpg" width="600">
7676

7777
### TMR0:
7878

79-
<img src="images/tmr0.jpg" width="600"><br>
79+
<br><img src="images/tmr0.jpg" width="600">
8080

8181
### MIKROE Clicks - Display - oledC:
8282

83-
<img src="images/oledc.jpg" width="600"><br>
83+
<br><img src="images/oledc.jpg" width="600">
8484

8585
### Pin Manager:
8686

87-
<img src="images/grid.jpg" width="600"><br>
88-
89-
<img src="images/pin.jpg" width="600"><br>
87+
<br><img src="images/grid.jpg" width="600">
88+
<br><img src="images/pin.jpg" width="600">
9089

9190
## Operation
9291

@@ -114,7 +113,6 @@ The system starts by initializing the temperature and humidity sensor interface,
114113
- The system enters Sleep mode to reduce power consumption. The timer generates an interrupt every second, so the system will wake up and run the loop again.
115114

116115
The humidity, soil moisture and water level values are specific to this application according to the plant and the water reservoir dimensions. These values are configurable and can be changed in the main.c source file by modifying some macro definitions values.
117-
118116
<br><img src="images/flowchart.jpg" width="600">
119117

120118
To evaluate this application:
@@ -124,17 +122,14 @@ To evaluate this application:
124122
2. Open the *pic16f18446-cnano-greenhouse.X* project in MPLAB® X IDE.
125123

126124
3. Set *pic16f18446-cnano-greenhouse.X* project as main project. Right click on the project in the *Projects* tab and click *Set as Main Project*:
127-
128125
<br><img src="images/cnano-greenhouse-project.png" width="400">
129126

130127
4. Select the *PIC16F18446 Curiosity Nano* in the *Hardware Tool* section of the project settings:
131128
- Right click on the project and click *Properties*;
132129
- Select the *PIC16F18446 Curiosity Nano* (click on the SN) in the *Hardware Tool* tab and then click *OK*:
133-
134130
<br><img src="images/cnano-greenhouse-properties.PNG" width="400">
135131

136132
5. Program the project to the board: right click on the project and click *Make and Program Device*:
137-
138133
<br><img src="images/cnano-greenhouse-make-and-program-device.png" width="400">
139134

140135
Demo

0 commit comments

Comments
 (0)