TelenkovDmitry 2 rokov pred
rodič
commit
cfbf4157b6
2 zmenil súbory, kde vykonal 40 pridanie a 18 odobranie
  1. 10 10
      .obsidian/workspace
  2. 30 8
      Artery testing.md

+ 10 - 10
.obsidian/workspace

@@ -4,30 +4,30 @@
     "type": "split",
     "children": [
       {
-        "id": "ba0fc598015af7da",
+        "id": "10887484a84b3273",
         "type": "leaf",
         "state": {
           "type": "markdown",
           "state": {
-            "file": "Artery-testing.md",
+            "file": "Artery testing.md",
             "mode": "source",
             "source": false
           }
         },
-        "group": "3befa81e41fa1abf"
+        "group": "f1e38bc1a855fcbd"
       },
       {
-        "id": "0531de7aa171fe0f",
+        "id": "39c8cf9b9b4f428e",
         "type": "leaf",
         "state": {
           "type": "markdown",
           "state": {
-            "file": "Artery-testing.md",
+            "file": "Artery testing.md",
             "mode": "preview",
             "source": false
           }
         },
-        "group": "3befa81e41fa1abf"
+        "group": "f1e38bc1a855fcbd"
       }
     ],
     "direction": "vertical"
@@ -83,7 +83,7 @@
             "state": {
               "type": "backlink",
               "state": {
-                "file": "Artery-testing.md",
+                "file": "Artery testing.md",
                 "collapseAll": false,
                 "extraContext": false,
                 "sortOrder": "alphabetical",
@@ -101,13 +101,13 @@
     "width": 300,
     "collapsed": true
   },
-  "active": "ba0fc598015af7da",
+  "active": "10887484a84b3273",
   "lastOpenFiles": [
+    "Grinding machine.md",
     "Счета.md",
     "Разное.md",
+    "Artery testing.md",
     "TODO.md",
-    "Artery-testing.md",
-    "Grinding machine.md",
     "img/sch04.JPG"
   ]
 }

+ 30 - 8
Artery-testing.md → Artery testing.md

@@ -3,15 +3,34 @@
 - [x] Ethernet
 - [x] DEBUG UART
 - [x] SPI FLASH
-- [ ] Сдвиговые регистры (LED)
+- [x] Сдвиговые регистры (LED)
 - [ ] Сдвиговые регистры (UART)
-- [ ] Artery flash
+- [ ] Artery FLASH
+- [ ] USB
+- [ ] RTC
+- [ ] ADC
+	- [x] АКБ (PB1 - IN9) 
+	- [x] Напряжение 220 (PC0 - IN10)
+	- [ ] Ревизии
+	- [x] Внутренний датчик температуры (IN16)
+- [ ] GPIO
+	- [x] GSM 
+	- [x] SIM switch
+	- [ ] IN/OUT
+	- [ ] 1 - wire
 - [x] LED
 	- [x] LED "Сервер" (green + red)
 	- [x] LED "Состояние" (green + red)
-	- [x] LEDs "Уровень сигнала"
-	 
+	- [x] LEDs "Уровень сигнала" (4 штуки)
+- [ ] UART
+	 - [x] RS485_1
+	 - [x] RS485_2
+	 - [x] RS232_1
+	 - [x] RS232_2
+	 - [x] GSM_UART
+	 - [ ] Система параллельной диспетчеризации
 
+###### JTAG	 
 ![[ARM_JTAG_SWD_Header.png]]
 ###### Ethernet
 PC_1 - DC (+)
@@ -57,13 +76,16 @@ SPI тактируется от шины APB через делитель /2. В
 - UART_4 - RS232_1 PC_10 - Tx, PC_11 - Rx
 - UART_5 - RS232_2 PC_12 - Tx, PD_2 - Rx
  
-Метролог М3 с at32:
-- UART_1 - USB (to GSM) PB_6 - Tx, PB_7 - Rx (Remap)
-- UART_2 - GMS модуль PD_5 - Tx, PD_6 - Rx (Remap)
- 
+Метролог М3 с at32, внешние порты RS232 и RS485:
 - UART_7 - RS485_1 PE_8 - Tx, PE_7 - Rx
 - UART_3 - RS485_2 PD_8 - Tx, PD_9 - Rx (Remap)
 - UART_4 - RS232_1 PC_10 - Tx, PC_11 - Rx 
 - UART_5 - RS232_1 PC_12 - Tx, PD_2 - Rx
 
+USART для связи с GSM модемом:
+- USART_2 - GSM, PD_5 - Tx, PD_6 - Rx (Remap)
 
+###### GSM
+- DTR - PE_2
+- GSMPOK - PC_2
+- GSMRST - PE_3