Board-dat/Board-DAT.md
... ...
@@ -558,6 +558,7 @@ DC current voltage
558 558
- [[USB1000-dat]] - [[USB1003-dat]]
559 559
560 560
- USB-HID - [[USB1006-dat]]
561
+
561 562
- OTG - [[USB1010-dat]]
562 563
- Android HOST - [[USB1014-dat]]
563 564
Board-dat/USB/USB1006-DAT/USB1006-DAT.md
... ...
@@ -15,6 +15,7 @@
15 15
16 16
17 17
## Mode Setup
18
+
18 19
* All Jumper off: Mode 0
19 20
* #1 Jumper on: Mode 1
20 21
* #2 Jumper on: Mode 2
... ...
@@ -80,4 +81,6 @@ For example,
80 81
81 82
## ref
82 83
84
+- [[USB-HID-dat]] - [[USB-dat]]
85
+
83 86
- [[USB1006]]
... ...
\ No newline at end of file
Home.md
... ...
@@ -27,7 +27,7 @@
27 27
28 28
- [[SDK-DAT]] - [[RPI-SDK-dat]] - [[ESP-SDK-dat]] - [[camera-sdk-dat]] - [[display-sdk-dat]] - [[arduino-ide-dat]] - [[MDK-ARM-dat]]
29 29
30
-- [[PCB-dat]] - [[PCBA-dat]] - [[EDA-dat]]
30
+- [[PCB-dat]] - [[PCBA-dat]] - [[EDA-dat]] - [[PCB-design-dat]]
31 31
32 32
33 33
PCB-dat/PCB-design-dat/2025-08-28-16-29-41.png
... ...
Binary files /dev/null and b/PCB-dat/PCB-design-dat/2025-08-28-16-29-41.png differ
PCB-dat/PCB-design-dat/PCB-design-dat.md
... ...
@@ -37,6 +37,11 @@
37 37
| 16 | 0.4064 |
38 38
39 39
40
+## experiences
41
+
42
+ground protected crystals for [[RP2040-dat]] - [[RPI-dat]]
43
+
44
+![](2025-08-28-16-29-41.png)
40 45
41 46
42 47
Tech-dat/Interface-dat/USB-dat/usb-dat.md
... ...
@@ -60,6 +60,7 @@
60 60
- USB Power Delivery (PD) is a specification that allows devices to negotiate power requirements and deliver higher power levels over USB connections. It enables faster charging and power delivery to devices like laptops and smartphones.
61 61
- USB Audio is a specification that allows audio devices to connect to computers and other peripherals using USB connections. It supports high-quality audio streaming and can replace traditional audio connectors like 3.5mm jacks.
62 62
- USB HID (Human Interface Device) is a class of USB devices that includes keyboards, mice, and game controllers. It allows these devices to communicate with computers without the need for custom drivers.
63
+
63 64
- USB Mass Storage is a class of USB devices that allows storage devices like flash drives and external hard drives to connect to computers and other peripherals. It enables easy file transfer and access to storage media.
64 65
- USB Serial is a class of USB devices that allows serial communication over USB connections. It is commonly used for connecting microcontrollers and other embedded systems to computers for debugging and data transfer.
65 66
- USB CDC (Communications Device Class) is a class of USB devices that allows devices to emulate serial ports over USB connections. It is commonly used for connecting modems, network adapters, and other communication devices to computers.