Skip to content

Commit c3debcd

Browse files
committed
MPAE-15575: Typo fix
1 parent 1cc4e13 commit c3debcd

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

README.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ This demo uses the RN2903A module which operates on the 915 MHz frequency band a
1414

1515
## Software Used
1616
- [MPLAB® X IDE 6.0.0](https://www.microchip.com/en-us/tools-resources/develop/mplab-x-ide?utm_source=GitHub&utm_medium=TextLink&utm_campaign=MCU8_MMTCha_avrdd&utm_content=avr64dd32-agri-iot-mplab-mcc-github) or newer
17-
- [MPLAB® XC8 2.40](https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers?utm_source=Hackster&utm_medium=TextLink&utm_campaign=MCU8_MMTCha_avrdd&utm_content=agri-iot-dd-hackster) or a newer compiler
18-
- [MPLAB® Code Configurator Melody](https://www.microchip.com/en-us/tools-resources/configure/mplab-code-configurator?utm_source=GitHub&utm_medium=TextLink&utm_campaign=MCU8_MMTCha_avrdd&utm_content=avr64dd32-agri-iot-mplab-mcc-github) v5.4.11 or newer
17+
- [MPLAB XC8 Compiler 2.40](https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers?utm_source=Hackster&utm_medium=TextLink&utm_campaign=MCU8_MMTCha_avrdd&utm_content=agri-iot-dd-hackster) or a newer compiler
18+
- [MPLAB Code Configurator Melody](https://www.microchip.com/en-us/tools-resources/configure/mplab-code-configurator?utm_source=GitHub&utm_medium=TextLink&utm_campaign=MCU8_MMTCha_avrdd&utm_content=avr64dd32-agri-iot-mplab-mcc-github) v5.4.11 or newer
1919
- [AVR-Dx Series Device Pack](https://packs.download.microchip.com/?utm_source=GitHub&utm_medium=TextLink&utm_campaign=MCU8_MMTCha_avrdd&utm_content=avr64dd32-agri-iot-mplab-mcc-github) v2.1.152 or newer
20-
- [MPLAB® Data Visualizer](https://www.microchip.com/en-us/tools-resources/debug/mplab-data-visualizer?utm_source=GitHub&utm_medium=TextLink&utm_campaign=MCU8_MMTCha_avrdd&utm_content=avr64dd32-agri-iot-mplab-mcc-github)
20+
- [MPLAB Data Visualizer](https://www.microchip.com/en-us/tools-resources/debug/mplab-data-visualizer?utm_source=GitHub&utm_medium=TextLink&utm_campaign=MCU8_MMTCha_avrdd&utm_content=avr64dd32-agri-iot-mplab-mcc-github)
2121

2222
## Hardware Used
2323
- [AVR64DD32 CNano](https://www.microchipdirect.com/dev-tools/EV72Y42A?utm_source=GitHub&utm_medium=TextLink&utm_campaign=MCU8_MMTCha_avrdd&utm_content=avr64dd32-agri-iot-mplab-mcc-github)
@@ -31,7 +31,7 @@ This demo uses the RN2903A module which operates on the 915 MHz frequency band a
3131
## Setup - End Node Hardware
3232
Add the components to the Nano Adapter board.
3333

34-
Place the LR2 Click on MikroBUS™ 2 and the Weather Click on MikroBUS 1.
34+
Place the LR2 Click on MikroBUS™ 2 and the Weather Click on MikroBUS 1.
3535

3636
Connect the moisture sensor leads as shown in Figure 1.
3737

@@ -42,27 +42,22 @@ Lastly, add a jumper wire between (PA1) and PD1 to allow the resetting of the LR
4242
| VCC - Red wire from Moisture Sensor | VCC |
4343
| GND - Black wire from Moisture Sensor | GND |
4444
| AOUT - Yellow wire from Moisture Sensor | PD2 |
45-
| (PA1) - Place a jumber between | PD1 |
45+
| (PA1) - Place a jumper between | PD1 |
4646

4747

4848
![Hardware Setup](images/hardware-setup-2.png)
4949

5050
*Figure 1. Hardware Setup*
5151

52-
53-
54-
55-
56-
5752
## Setup - Software
5853
### End Node Environment Setup
59-
- Download, install and open MPLABX IDE
60-
- Download and install the XC8 C-Compiler
54+
- Download, install and open MPLAB X IDE
55+
- Download and install the XC8 C Compiler
6156
- Open the 'avr64dd32-agri-iot-mplab-mcc.X' project as shown in Figure 2.
6257

63-
![Open Project in MPLABX](images/open-project-mplab.png)
58+
![Open Project in MPLAB X](images/open-project-mplab.png)
6459

65-
*Figure 2. Open the Project in MPLABX*
60+
*Figure 2. Open the Project in MPLAB X*
6661

6762
Once the project has opened, begin by calibrating the sensors.
6863
#### Calibrate the Sensors

0 commit comments

Comments
 (0)