Skip to content

Commit 578c201

Browse files
committed
MPAE-19917 : Readme corrections update - 4
1 parent 2bb261d commit 578c201

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This example showcases a self-capacitance touch application using the PIC18F57Q4
2222
## Software Used
2323

2424
- [MPLAB® X IDE v6.25.0](https://www.microchip.com/en-us/development-tools-tools-and-software/mplab-x-ide) or newer
25-
- [MPLAB® XC8 v3.0.0](https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/xc8) or newer compiler
25+
- [MPLAB® XC8 v3.0.0](https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/xc8) or newer
2626
- [MPLAB® Code Configurator v5.6.2](https://www.microchip.com/mplab/mplab-code-configurator) or newer
2727
- [Microchip PIC18F-Q DFP v1.28.451](https://packs.download.microchip.com/) or newer
2828

@@ -54,18 +54,18 @@ Configure the COM Port:
5454
- Select Auto-configure in __Variable Streamers__ tab
5555
- Select the correct COM port in source
5656
- Configuration files are stored as part of the project source files
57-
- In Auto-configure Options, navigate to `pic18f57q43-curiosity-nano-qt7-mplab-mcc.X/mcc_generated_files/touch/datastreamer/` folder and click select folder
57+
- In Auto-configure Options, navigate to `pic18f57q43-curiosity-nano-qt7-mplab-mcc.X/mcc_generated_files/touch/datastreamer/` folder and click Select Folder
5858
- Update the Baud Rate to __38400__ in COM Settings
5959
- Start streaming for COM data
6060

6161
For a more detailed procedure for Data Visualization, refer to [Visualize Touch Data Using MPLAB® Data Visualizer](https://onlinedocs.microchip.com/oxy/GUID-1B9D4635-2151-4E5D-9BFB-EE9E513397AC-en-US-13/GUID-8F2641B0-4039-483B-9BE6-5141EE667743.html).
6262

6363
### Known Issues
64-
- Driven Shield is disabled because the shield pin is on a non-supported port. The corresponding pin has been set as Output Low.
65-
- The project supports unidirectional tuning.
66-
- Button0 is not working as the pin assigned to it is connected to CLKIN.
67-
- The TX and RX mentioned in the datasheet are swapped.
64+
- Driven Shield is disabled because the shield pin is on a non-supported port. The corresponding pin has been set as Output Low
65+
- The project supports unidirectional tuning
66+
- Button0 is not working as the pin assigned to it is connected to CLKIN
67+
- The TX and RX mentioned in the data sheet are swapped
6868

6969
## Summary
7070

71-
This example project showcases how to interface the QT7 Self-Capacitance extension header with the PIC18F57Q43 microcontroller. It leverages the Analog to Digital Converter(ADC) in Capacitive Voltage Divider(CVD) mode to enable touch sensing and supports Universal Asynchronous Receiver and Transmitter(UART) communication on the PIC18F57Q43. The application detects touch inputs from the self-capacitance buttons and slider on the QT7 XPRO board. When a touch is registered, the corresponding LED for each button or slider position lights up. Additional touch parameters can be monitored in MPLAB® Data Visualizer using the provided datastreamer files.
71+
This example project showcases how to interface the QT7 Self-Capacitance extension header with the PIC18F57Q43 microcontroller. It leverages the Analog-to-Digital Converter (ADC) in Capacitive Voltage Divider (CVD) mode to enable touch sensing and supports Universal Asynchronous Receiver and Transmitter (UART) communication on the PIC18F57Q43. The application detects touch inputs from the self-capacitance buttons and slider on the QT7 XPRO board. When a touch is registered, the corresponding LED for each button or slider position lights up. Additional touch parameters can be monitored in MPLAB® Data Visualizer using the provided datastreamer files.

0 commit comments

Comments
 (0)