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: content/hardware/02.hero/boards/uno-r4-wifi/tutorials/touch/content.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: UNO R4 Capacitive-Touch Tutorial.
2
+
title: UNO R4 Capacitive-Touch Tutorial
3
3
difficulty: beginner
4
4
description: Learn to use the built-in capacitive sensing capabilities of the Arduino® UNO R4.
5
5
tags: [Arduino, Capacitive Sensing, UNO R4]
@@ -12,14 +12,14 @@ software:
12
12
- web-editor
13
13
---
14
14
15
-
Capacitive sensing is a technology that detects changes in capacitance to determine the presence or absence of a conductive object, such as a human finger. This principle is widely used in touch-sensitive devices. The Arduino® UNO R4, both the [WiFi®](https://store.arduino.cc/products/arduino-uno-r4-wifi) and [Minima](https://store.arduino.cc/products/arduino-uno-r4-minima) versions, come equipped with built-in capacitive sensing capabilities, making it easier to integrate touch inputs into your projects.
15
+
Capacitive sensing is a technology that detects changes in capacitance to determine the presence or absence of a conductive object, such as a human finger. This principle is widely used in touch-sensitive devices. The Arduino® UNO R4, both the [WiFi](https://store.arduino.cc/products/arduino-uno-r4-wifi) and [Minima](https://store.arduino.cc/products/arduino-uno-r4-minima) versions, come equipped with built-in capacitive sensing capabilities, making it easier to integrate touch inputs into your projects.
16
16
17
17

18
18
19
19
## Required Hardware
20
20
To use the library, you will need one of the compatible boards:
21
-
-[Arduino® UNO R4 WiFi](https://store.arduino.cc/products/uno-r4-wifi)
22
-
-[Arduino® UNO R4 Minima](https://store.arduino.cc/products/uno-r4-minima)
21
+
-[Arduino UNO R4 WiFi](https://store.arduino.cc/products/uno-r4-wifi)
22
+
-[Arduino UNO R4 Minima](https://store.arduino.cc/products/uno-r4-minima)
23
23
24
24
You will also need:
25
25
- Wire
@@ -41,9 +41,9 @@ The UNO R4 features a Capacitive Touch Sensing Unit (CTSU) that allows you to us
41
41
42
42
### Compatible Pins
43
43
44
-
For both the UNO R4 WiFi® and Minima boards, the compatible pins for capacitive touch are listed in the [Arduino_CapacitiveTouch library documentation](https://github.com/arduino-libraries/Arduino_CapacitiveTouch?tab=readme-ov-file#compatible-pins).
44
+
For both the UNO R4 WiFi and Minima boards, the compatible pins for capacitive touch are listed in the [Arduino_CapacitiveTouch library documentation](https://github.com/arduino-libraries/Arduino_CapacitiveTouch?tab=readme-ov-file#compatible-pins).
45
45
46
-
**Arduino® UNO-R4 Minima:**
46
+
**Arduino UNOR4 Minima:**
47
47
48
48
| Arduino Pin | Touch Sensor Channel (TS#) | Channel Control Index (CHAC idx) | Channel Control Bit Mask (CHAC val) |
@@ -147,4 +147,4 @@ Now that you have learned the basics, here are some fun and interesting project
147
147
148
148
## Conclusion
149
149
150
-
Capacitive sensing on the Arduino UNO R4 lets you add intuitive touch controls with minimal hardware. Simply pair the board with the `Arduino_CapacitiveTouch` library. Tune the detection threshold for your environment (such as humidity and nearby electronics), and you can quickly scale from a single-touch button to richer, multi-point interfaces.
150
+
Capacitive sensing on the Arduino UNO R4 lets you add intuitive touch controls with minimal hardware. Simply pair the board with the `Arduino_CapacitiveTouch` library. Tune the detection threshold for your environment (such as humidity and nearby electronics), and you can quickly scale from a single-touch button to richer, multi-point interfaces.
0 commit comments