annotate venus/doc/Keypad-layout @ 70:8bc2aa52fd23

manual RESET button new part: 260 g force, shorter actuator One of the main envisioned use cases for FC Venus is field demonstration: the board will be carried around, mounted on a sheet of acrylic or somesuch, it will have a battery and an antenna connected, there will be a test SIM with active service inserted, and the setup will be ready to demonstrate as a working phone at a moment's notice. But when a demo is not actively in progress, the fully assembled setup will be transported around in a big and loose ESD bag, and it will need to be equivalent to a traditional phone in its switched-off state: battery present, RTC keeping time, but not switched on all the time. Having a RESET button of the same keyswitch type as used for the regular keypad and PWON would cause a problem for such field transport scenarios: any spurious press of this button would cause a "misc boot" switch-on. Short spurious presses of PWON are filtered out by the firmware (automatic power-off if the button isn't held down long enough), but the same cannot be done for super-low-level nTESTRESET. However, a button with significantly greater operating force and a shorter actuator (not sticking out to the same height as the regular keypad buttons) should be much safer.
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 02 Dec 2021 22:40:39 +0000
parents 9de8e7a43160
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
51
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 FreeCalypso Venus will have the same 21-button main keypad as on TI's D-Sample
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 development platform, as seen in this photograph:
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 https://www.freecalypso.org/members/falcon/pictures/D-Sample/pic1.jpeg
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 Each of these 21 buttons forming the main keypad underneath the LCD will be an
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 E-Switch TL3301 series SMT tactile switch, mounted directly on the top side of
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 FC Venus board. The following reference designators are assigned to these 21
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 tactile switches:
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 S401 [LS] S402 [^] S403 [RS]
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12 S404 [<-] S405 [.] S406 [->]
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 S407 [Green] S408 [V] S409 [Red]
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15 S410 [1] S411 [2] S412 [3]
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
16 S413 [4] S414 [5] S415 [6]
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
17 S416 [7] S417 [8] S418 [9]
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
18 S419 [*] S420 [0] S421 [#]
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
19
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
20 The label in square brackets indicates logical function:
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
21
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
22 * [Green] and [Red] are the green call key (traditionally called SEND) and the
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
23 red power/hang-up key (traditionally called END).
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
24
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
25 * [LS] and [RS] are the left and right "soft function" keys, above [Green] and
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
26 [Red] and directly below the LCD.
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
27
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
28 * S402, S404, S405, S406 and S408 form the 5-way navigation button group (S405
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
29 is "center"); their [] labels are an ASCII art attempt to depict navigation
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
30 key directions.
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
31
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
32 * S410 through S421 form the most traditional 12-button dial keypad.
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
33
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
34 In addition to these 21 tactile switches forming the main keypad, there will be
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
35 3 additional tactile switches of the same type corresponding to the 3 side
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
36 buttons on D-Sample:
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
37
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
38 S422 Left side button: volume up
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
39 S423 Left side button: volume down
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
40 S424 Right side button, function unspecified
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
41
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
42 S422 and S423 will need to be placed on the left side of our LCD; S424 will need
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
43 to be placed to the right of our LCD.
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
44
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
45 S409 will be connected between PWON and GND and thus exist outside of KBC/KBR
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
46 matrix. Each of the remaining 23 keyswitches will short across a KBC/KBR pair.
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
47 Calypso provides 5 KBC and 5 KBR lines, allowing for up to 25 keyswitches, thus
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
48 enough for our 23. The choice of which KBC/KBR crosspoint should be used for
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
49 which button position is up to the PCB layout engineer - the source file to be
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
50 edited is src/periph/keypad.v.