|
| 1 | +.. _rtk0eg0019b01002bj: |
| 2 | + |
| 3 | +RTK0EG0019B01002BJ Capacitive Touch Application Shield |
| 4 | +###################################################### |
| 5 | + |
| 6 | +Overview |
| 7 | +******** |
| 8 | + |
| 9 | +The RTK0EG0019B01002BJ Capacitive Touch Application Shield is designed to work with the Renesas |
| 10 | +Capacitive Touch Evaluation Kit. |
| 11 | + |
| 12 | +The shield features a variety of touch sensors, including buttons, sliders, and wheels, making it |
| 13 | +an ideal platform for developing touch-based applications. |
| 14 | + |
| 15 | +.. figure:: img/rtk0eg0019b01002bj.webp |
| 16 | + :width: 300 |
| 17 | + :align: center |
| 18 | + |
| 19 | + RTK0EG0019B01002BJ Capacitive Touch Application Shield (Credit: Renesas Electronics Corporation) |
| 20 | + |
| 21 | +Pins Assignment of the RTK0EG0019B01002BJ Shield |
| 22 | +================================================ |
| 23 | + |
| 24 | +Application Header 1 (CN1) |
| 25 | +-------------------------- |
| 26 | + |
| 27 | ++---------+-------------+---------+-------------+ |
| 28 | +| CN1 Pin | Function | CN1 Pin | Function | |
| 29 | ++=========+=============+=========+=============+ |
| 30 | +| 15 | VCC | 16 | GND | |
| 31 | ++---------+-------------+---------+-------------+ |
| 32 | +| 13 | LED_ROW0 | 14 | LED_ROW1 | |
| 33 | ++---------+-------------+---------+-------------+ |
| 34 | +| 11 | LED_ROW2 | 12 | LED_ROW3 | |
| 35 | ++---------+-------------+---------+-------------+ |
| 36 | +| 9 | N/C | 10 | N/C | |
| 37 | ++---------+-------------+---------+-------------+ |
| 38 | +| 7 | LED_COL3 | 8 | N/C | |
| 39 | ++---------+-------------+---------+-------------+ |
| 40 | +| 5 | LED_COL1 | 6 | LED_COL2 | |
| 41 | ++---------+-------------+---------+-------------+ |
| 42 | +| 3 | N/C | 4 | LED_COL0 | |
| 43 | ++---------+-------------+---------+-------------+ |
| 44 | +| 1 | N/C | 2 | N/C | |
| 45 | ++---------+-------------+---------+-------------+ |
| 46 | + |
| 47 | +Application Header 2 (CN2) |
| 48 | +-------------------------- |
| 49 | + |
| 50 | ++---------+-------------------+---------+-------------------+ |
| 51 | +| CN2 Pin | Touch Electrode | CN2 Pin | Touch Electrode | |
| 52 | ++=========+===================+=========+===================+ |
| 53 | +| 39 | N/C | 40 | TSCAP | |
| 54 | ++---------+-------------------+---------+-------------------+ |
| 55 | +| 37 | N/C | 38 | N/C | |
| 56 | ++---------+-------------------+---------+-------------------+ |
| 57 | +| 35 | N/C | 36 | TS-W1 | |
| 58 | ++---------+-------------------+---------+-------------------+ |
| 59 | +| 33 | N/C | 34 | TS-W2 | |
| 60 | ++---------+-------------------+---------+-------------------+ |
| 61 | +| 31 | TS-W3 | 32 | N/C | |
| 62 | ++---------+-------------------+---------+-------------------+ |
| 63 | +| 29 | N/C | 30 | N/C | |
| 64 | ++---------+-------------------+---------+-------------------+ |
| 65 | +| 27 | N/C | 28 | TS-W4 | |
| 66 | ++---------+-------------------+---------+-------------------+ |
| 67 | +| 25 | N/C | 26 | N/C | |
| 68 | ++---------+-------------------+---------+-------------------+ |
| 69 | +| 23 | N/C | 24 | N/C | |
| 70 | ++---------+-------------------+---------+-------------------+ |
| 71 | +| 21 | N/C | 22 | SHIELD-W1 | |
| 72 | ++---------+-------------------+---------+-------------------+ |
| 73 | +| 19 | N/C | 20 | N/C | |
| 74 | ++---------+-------------------+---------+-------------------+ |
| 75 | +| 17 | N/C | 18 | N/C | |
| 76 | ++---------+-------------------+---------+-------------------+ |
| 77 | +| 15 | N/C | 16 | N/C | |
| 78 | ++---------+-------------------+---------+-------------------+ |
| 79 | +| 13 | N/C | 14 | N/C | |
| 80 | ++---------+-------------------+---------+-------------------+ |
| 81 | +| 11 | N/C | 12 | N/C | |
| 82 | ++---------+-------------------+---------+-------------------+ |
| 83 | +| 9 | TS-B1 | 10 | TS-B2 | |
| 84 | ++---------+-------------------+---------+-------------------+ |
| 85 | +| 7 | SHIELD-B1 | 8 | TS-B3 | |
| 86 | ++---------+-------------------+---------+-------------------+ |
| 87 | +| 5 | TS-S1 | 6 | SHIELD-S1 | |
| 88 | ++---------+-------------------+---------+-------------------+ |
| 89 | +| 3 | TS-S3 | 4 | TS-S2 | |
| 90 | ++---------+-------------------+---------+-------------------+ |
| 91 | +| 1 | TS-S5 | 2 | TS-S4 | |
| 92 | ++---------+-------------------+---------+-------------------+ |
| 93 | + |
| 94 | +Programming |
| 95 | +*********** |
| 96 | + |
| 97 | +Set ``--shield rtk0eg0019b01002bj`` when you invoke ``west build``. For example: |
| 98 | + |
| 99 | +.. zephyr-app-commands:: |
| 100 | + :zephyr-app: samples/subsys/input/input_dump |
| 101 | + :board: rssk_ra2l1 |
| 102 | + :shield: rtk0eg0019b01002bj |
| 103 | + :goals: build |
| 104 | + |
| 105 | +References |
| 106 | +********** |
| 107 | +- `Capacitive Touch Evaluation System for RA2L1`_ |
| 108 | + |
| 109 | +.. _Capacitive Touch Evaluation System for RA2L1: |
| 110 | + https://www.renesas.com/en/products/microcontrollers-microprocessors/ra-cortex-m-mcus/rtk0eg0022s01001bj-capacitive-touch-evaluation-system-ra2l1 |
0 commit comments