Board-dat/NGS/NGS1131-DAT/NGS1131-DAT.md
... ...
@@ -79,6 +79,6 @@ auto turn ON, USB will list 3 COMs - [[A7670-dat]]
79 79
80 80
## ref
81 81
82
-- [[M2M-dat]] - [[SIMCOM-dat]]
82
+- [[M2M-dat]] - [[SIMCOM-dat]] - [[serial-dat]] - [[Logic-level-shifter-dat]]
83 83
84 84
- [[NGS1131]]
Chip-cn-dat/SIMCOM-dat/A7670-DAT/2025-04-18-20-43-46.png
... ...
Binary files /dev/null and b/Chip-cn-dat/SIMCOM-dat/A7670-DAT/2025-04-18-20-43-46.png differ
Chip-cn-dat/SIMCOM-dat/A7670-DAT/A7670-DAT.md
... ...
@@ -6,10 +6,36 @@
6 6
* Default baudrate is 115200
7 7
8 8
9
+## A7670 versions
10
+
11
+| module suffix | FDD | TDD |
12
+| ------------- | ---------------------------- | ------------------- |
13
+| C | B1/B3/B5/B8 | B34/B38/B39/B40/B41 |
14
+| E | B1/B3/B5/B7/B8/B20 | B34/B38/B39/B40/B41 |
15
+| SA | B1/B2/B3/B4/B5/B7/B8/B28/B66 | B34/B38/B39/B40/B41 |
16
+
9 17
10 18
11 19
## Hardware Design
12 20
21
+| functions | check | |
22
+| ----------- | ----- | -------------------------- |
23
+| SIM / USIM2 | ✔ | SIM1 + SIM2 |
24
+| PCM | x | |
25
+| BT | ✔ | BT5 + tradtional |
26
+| GNSS | ✔ | |
27
+| GPIOx | ✔ | |
28
+| Keyboardx | ✔ | 4x4 |
29
+| ADC | ✔ | VBAT_ADC |
30
+| SPI | ✔ | |
31
+| I2C | ✔ | |
32
+| UART | ✔ | UART main, UART Log, UART3 |
33
+| SPK | ✔ | |
34
+| MIC | ✔ | |
35
+| LCD | ✔ | |
36
+| CAM | ✔ | |
37
+
38
+
13 39
### USB Functionalties
14 40
15 41
the modern and COMs
... ...
@@ -22,26 +48,51 @@ When the module transmits at maximum power in LTE mode, the instantaneous peak c
22 48
23 49
When the power supply can provide a continuous current of 1A, the total capacitance of the external power supply capacitor is recommended to be no less than 200uF. If a continuous current of 1A cannot be provided, the total capacitance of the external capacitor is recommended to be no less than 600uF to ensure that the voltage drop on VBAT does not exceed 300mV at any time.
24 50
25
-## A7670
51
+#### A7672X/A7670X has 2 LDO outputs:VDD_1V8 and VDD_2V8.
26 52
27
-| module suffix | FDD | TDD |
28
-| ------------- | ---------------------------- | ------------------- |
29
-| C | B1/B3/B5/B8 | B34/B38/B39/B40/B41 |
30
-| E | B1/B3/B5/B7/B8/B20 | B34/B38/B39/B40/B41 |
31
-| SA | B1/B2/B3/B4/B5/B7/B8/B28/B66 | B34/B38/B39/B40/B41 |
53
+VDD_1V8 is the module's system IO power supply, which can only provide a current capacity of 50mA. It cannot be used as a high current drive source. It can be used as a power supply for module 1V8_GNSS (PIN97).
54
+
55
+VDD_2V8 is the module 2.8V LDO power output, which can only provide a current capacity of 50mA. It cannot be used as a high current drive source. It can be used as a power supply for LCD VCC_2V8.
56
+
57
+
58
+### Keyboards
59
+
60
+| Signal | Pin | Voltage | Type | Description |
61
+| ------- | --- | ------- | ---- | ---------------------------------- |
62
+| MK_IN2 | 47 | 1.8V | DI | Keyboard input If unused, keep it |
63
+| MK_IN3 | 20 | 1.8V | DI | Keyboard input If unused, keep it |
64
+| MK_IN5 | 68 | 1.8V | DI | Keyboard input If unused, keep it |
65
+| MK_IN6 | 36 | 1.8V | DI | Keyboard input If unused, keep it |
66
+| MK_OUT2 | 44 | 1.8V | DO | Keyboard output If unused, keep it |
67
+| MK_OUT3 | 21 | 1.8V | DO | Keyboard output If unused, keep it |
68
+| MK_OUT5 | 67 | 1.8V | DO | Keyboard output If unused, keep it |
69
+| MK_OUT6 | 35 | 1.8V | DO | Keyboard output If unused, keep it |
70
+
71
+### Bluetooth interface
72
+
73
+A7672X/A7670X module has integrated Bluetooth function inside, and only one BT antenna is left on the module interface.
74
+
75
+A7672X/A7670X Support BT5.0 protocol specification, compatible with BLE low power mode and traditional BT mode; It only supports Bluetooth data transmission and does not support VoiceOverPCM & VoHCI.
76
+
77
+### ADC
78
+
79
+
80
+For A7672X/A7670X VBAT_ADC, the VBAT voltage range is 0~4.2V and the VBAT_ADC is used to read the battery voltage by default.
32 81
82
+The hardware design of the VBAT_ADC must use 680K_1% and 470K_1% resistors for voltage division.
33 83
84
+![](2025-04-18-20-43-46.png)
34 85
35 86
## ref
36 87
37
-* Documentation collection - https://github.com/Edragon/SIMCOM-A7670
38
-* Windows driver you can install common SIMCOM driver here - https://github.com/Edragon/SIMCOM_2G
39
-* demo video to boot and use with USB here https://w.electrodragon.com/w/Demo_Video
88
+* [Documentation collection](https://github.com/Edragon/SIMCOM-A7670) - https://cn.simcom.com/product/A7670X.html
89
+* [Windows driver you can install common SIMCOM driver here](https://github.com/Edragon/SIMCOM_2G)
90
+* [demo video to boot and use with USB here ](https://w.electrodragon.com/w/Demo_Video)
40 91
41 92
42 93
43 94
- [[NGS1131-dat]]
44 95
45
-- [[SIMCOM-dat]]
96
+- [[SIMCOM-dat]] - [[M2M-dat]]
46 97
47 98
- [[SIMCOM]] - [[A7670]]
... ...
\ No newline at end of file
Tech-dat/Network-dat/M2M-dat/M2M-dat.md
... ...
@@ -99,10 +99,6 @@ If you're deploying or using CAT-M technology, check with the specific network p
99 99
100 100
LBS = Base station location, AT+CLBS
101 101
102
-
103
-ASR1603
104
-ASR1606
105
-
106 102
## Module manufacturer
107 103
108 104
- [[fibocom-dat]] - [[simcom-dat]] - [[quectel-dat]]
Tech-dat/logic-dat/Logic-level-shifter-dat/2025-04-18-18-57-43.png
... ...
Binary files /dev/null and b/Tech-dat/logic-dat/Logic-level-shifter-dat/2025-04-18-18-57-43.png differ
Tech-dat/logic-dat/Logic-level-shifter-dat/Logic-level-shifter-dat.md
... ...
@@ -7,7 +7,7 @@
7 7
8 8
## Chip and solutions
9 9
10
-bidirection logic shifter
10
+### bidirection logic shifter
11 11
12 12
- [[ti-signal-dat]]
13 13
... ...
@@ -15,7 +15,10 @@ bidirection logic shifter
15 15
16 16
- [[LSF0102-dat]]
17 17
18
-one-direction logic shifter
18
+
19
+
20
+
21
+### one-direction logic shifter
19 22
20 23
- [[74HCT245-dat]]
21 24
... ...
@@ -36,7 +39,10 @@ For the same reason, the TXB0108 should not be used in applications such as I2C
36 39
37 40
Make sure the VCCA ≤VCCB.
38 41
42
+## Simple logic shifter for VBAT
43
+
39 44
45
+![](2025-04-18-18-57-43.png)
40 46
41 47
42 48
## ref