Newer Older
3e9e546 2 months ago History
156 lines | 5.428kb
Bogdan Timofte authored 2 months ago
1
# UM34C Manual Working Summary
2

            
3
This note summarizes the imported manual [`User_Manual_UM34C.pdf`](../Manuals/User_Manual_UM34C.pdf) as a working reference for the project.
4

            
5
## Source Snapshot
6

            
7
- imported file: `Documentation/Research Resources/Manuals/User_Manual_UM34C.pdf`
8
- source filename: `User_Manual_UM34C.pdf`
9
- pages: `12`
10
- creator metadata: `Microsoft Word 2016`
11
- SHA-1: `71f6ccae85ba6930e626208e24f66dead07d3e52`
12

            
13
## Scope and Labeling Caveat
14

            
15
The document should be treated as a family-level reference, not yet a clean single-model specification.
16

            
17
Confirmed inconsistencies inside the PDF:
18

            
19
- the source filename points to `UM34C`
20
- the first instruction heading says `-Model: UM25/UM25C`
21
- the technical parameter block says `Model: UM34/UM34C`
22
- the app section is titled `UM34C Android APP Instruction`
23

            
24
Working interpretation:
25

            
26
- the manual most likely describes a closely related `UM25C` / `UM34C` family device
27
- UI flow and user-facing features are likely reusable across the family
28
- protocol details should not be assumed from this manual alone because it is operational documentation, not a transport spec
29

            
30
## Confirmed Device Capabilities
31

            
32
- color LCD display: `1.44 inch`
33
- measurement ranges:
34
  - voltage: `4-24.00 V`
35
  - current: `0-4.000 A`
36
  - capacity: `0-99999 mAh`
37
  - energy: `0-99999 mWh` and `0-999.99 Wh`
38
  - temperature: `-10 C to 100 C`
39
- refresh rate: `2 Hz`
40
- quick-charge recognition claims support for:
41
  - `QC2.0`
42
  - `QC3.0`
43
  - Apple `2.4A / 2.1A / 1A / 0.5A`
44
  - `Android DCP`
45
  - `SAMSUNG`
46
- port and hardware notes:
47
  - USB 3.0 `A male`
48
  - USB 3.0 `A female`
49
  - `Micro USB`
50
  - `Type-C input`
51
  - Bluetooth switch and Bluetooth status indicator are present on the `C` variant
52

            
53
## Important Functional Notes
54

            
55
### Measurement and storage
56

            
57
- the main screen exposes voltage, current, power, temperature, accumulated `mAh`, accumulated `mWh`, load impedance, and current data-group index
58
- the tester offers `10` data groups: `0-9`
59
- groups `1-9` persist accumulated `mAh` and `mWh` across power cycles
60
- group `0` behaves as temporary storage and is cleared when accumulation resumes beyond `1 mAh`
61
- holding `PREV` clears the current accumulated `mAh` and `mWh`
62

            
63
### Screen flow
64

            
65
The manual describes six interface pages:
66

            
67
- main measurement interface
68
- quick-charge recognition interface
69
- charging record interface
70
- data cable impedance measurement interface
71
- graphing interface
72
- system parameter setting interface
73

            
74
### Recording behavior
75

            
76
- charging record mode auto-starts when current rises above a configurable trigger
77
- trigger range: `0.01 A` to `0.30 A`
78
- the device records accumulated capacity, energy, and elapsed time
79

            
80
### Cable resistance measurement
81

            
82
The cable test is a two-step differential measurement:
83

            
84
1. connect the tester directly to the power supply and record voltage/current under load
85
2. reconnect through the cable under test at the same load and record again
86

            
87
Practical implications:
88

            
89
- the manual recommends approximately `1 A` load for the test
90
- if voltage drop is too high, the tester can brown out near `4 V`
91
- after finishing the cable-resistance test, the manual says the tester must be power-cycled to return to normal measurement
92

            
93
### Graphing
94

            
95
- one graph view shows voltage and current over time
96
- a second graph view shows `D+` / `D-` voltages over time
97

            
98
### Settings
99

            
100
User-facing settings documented in the manual:
101

            
102
- auto screen-off: `0-9 min`
103
- brightness: `0-5`
104
- temperature unit: `C` / `F`
105
- theme background color
106
- theme foreground color
107

            
108
## Android App Notes
109

            
110
The manual includes an Android app section, but still at workflow level only.
111

            
112
Confirmed app notes:
113

            
114
- minimum Android version: `5.0`
115
- pairing code: `0000` or `1234`
116
- the app can:
117
  - connect over Bluetooth
118
  - export recorded data to phone storage
119
  - switch language
120
  - display graph pages
121
  - show quick-charge and `D+` / `D-` values
122
  - adjust brightness and screen-off timer
123
  - switch temperature units
124
  - clear current data group
125
  - rotate the tester display
126
  - adjust low-current trigger value
127

            
128
## Relevance for This Project
129

            
130
Useful as a product-behavior reference:
131

            
132
- confirms the user-visible page model and feature set
133
- confirms persistent data groups and their semantics
134
- confirms graphing and recording features that may exist in app or payload state
135
- confirms Bluetooth control exists on the `C` variant
136
- confirms `D+` / `D-` readings and quick-charge mode are first-class features
137

            
138
Not sufficient as a protocol reference:
139

            
140
- no BLE services, characteristics, or packet format are documented
141
- no field-level payload mapping is documented
142
- no desktop or mobile transport framing is documented
143
- no model-to-model compatibility table is documented
144

            
145
## Working Assumptions
146

            
147
- treat this manual as valid for shared UI concepts across at least part of the `UM25C` / `UM34C` family
148
- do not treat quick-charge detection strings as authoritative protocol identifiers
149
- do not assume the USB-C input is a full Type-C measurement path; the manual limits it to a narrower role
150
- continue comparing runtime observations with this manual before promoting anything to a hard specification
151

            
152
## Open Questions
153

            
154
- whether `UM25C` and `UM34C` expose identical Bluetooth payloads
155
- whether the Android app supports more device variants than the manual title suggests
156
- whether the non-`C` variants share the same UI/page layout but without Bluetooth control