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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This example showcases a self-capacitance touch application using the PIC18F57Q4
22
22
## Software Used
23
23
24
24
-[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
26
26
-[MPLAB® Code Configurator v5.6.2](https://www.microchip.com/mplab/mplab-code-configurator) or newer
27
27
-[Microchip PIC18F-Q DFP v1.28.451](https://packs.download.microchip.com/) or newer
28
28
@@ -54,18 +54,18 @@ Configure the COM Port:
54
54
- Select Auto-configure in __Variable Streamers__ tab
55
55
- Select the correct COM port in source
56
56
- 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
58
58
- Update the Baud Rate to __38400__ in COM Settings
59
59
- Start streaming for COM data
60
60
61
61
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).
62
62
63
63
### 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
68
68
69
69
## Summary
70
70
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