Chip-dat/TI-dat/INA219-dat/2023-10-25-15-59-39.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/INA219-dat/2023-10-25-15-59-39.png differ
Chip-dat/TI-dat/INA219-dat/INA219-dat.md
... ...
@@ -0,0 +1,71 @@
1
+
2
+# INA219
3
+
4
+
5
+## Info 1
6
+
7
+INA219 is a high-side voltage and current sensor that communicates over I2C. It can measure voltage up to 26V and current up to 3.2A with a resolution of 0.8mV and 0.1mA respectively. It is commonly used in battery monitoring, power management, and current sensing applications.
8
+
9
+The INA219 senses across shunts on buses that can vary from 0 to 26 V. The device uses a single 3- to 5.5-V supply, drawing a maximum of 1 mA of supply current
10
+
11
+
12
+
13
+
14
+
15
+## Info 2
16
+
17
+
18
+The INA219 chip is a zero-drift, bidirectional current/power monitoring integrated circuit (IC) with an I2C interface, adding to TI's portfolio of energy-saving electronics products.
19
+
20
+With the industry's highest accuracy and smallest size, the INA219 not only monitors the voltage drop across the shunt resistor, senses the shunt supply voltage, but also calculates the power supply.
21
+
22
+The device is available in an SOT23 package and provides a small, low-cost solution for digital current sensing in servers, laptops, power supplies, battery management, and automotive and telecommunications equipment.
23
+
24
+The INA219 achieves a maximum error accuracy of 100 µV over the -40C to +85C temperature range with a maximum offset of 100 uV. The product's high precision combined with the advantage of 12-bit resolution can help customers minimize the voltage drop across the shunt resistor, thereby minimizing power loss and consumption and saving board space. The device can sense bus voltages from 0 V to +26 V.
25
+
26
+Other important features of the INA219 include:
27
+
28
+- Programmable calibration registers can directly read current in amps and power in watts.
29
+- Up to 128 samples can be averaged to enable filtering in noisy environments.
30
+- The I2C interface has a timeout setting to avoid bus lockup and also provides a high-speed mode for communications up to 3.4 MHz.
31
+- All features of the INA219 are software programmable.
32
+- Operated from a single power supply, its operating voltage ranges from +3.0 to +5.5V.
33
+
34
+
35
+## Here are some useful links for INA219:
36
+
37
+- Datasheet: https://www.ti.com/lit/ds/symlink/ina219.pdf
38
+- Adafruit INA219 tutorial: https://learn.adafruit.com/adafruit-ina219-current-sensor-breakout
39
+- Sparkfun INA219 hookup guide: https://learn.sparkfun.com/tutorials/ina219-current-sensor-hookup-guide
40
+- Arduino library for INA219: https://github.com/adafruit/Adafruit_INA219
41
+
42
+
43
+## SCH
44
+
45
+![](2023-10-25-15-59-39.png)
46
+
47
+## Code and Wiring for arduino
48
+
49
+- arduino INA219 library - read voltage and current: [[INA219_library.zip]]
50
+
51
+
52
+| Arduino UNO | Target - LED | INA219 |
53
+| ----------- | ------------ | ------ |
54
+| 5V | x | VCC |
55
+| GND | x | GND |
56
+| GND | LED - | x |
57
+| 3.3V | x | VIN+ |
58
+| x | LED+ | VIN- |
59
+
60
+Test result is:
61
+
62
+ Bus Voltage: 1.81 V
63
+ Shunt Voltage: 0.19 mV
64
+ Load Voltage: 1.81 V
65
+ Current: 1.90 mA
66
+
67
+## ref
68
+
69
+- CN datasheet - [[INA219.pdf]]
70
+
71
+- [[shunt-resistor-dat]] - [[power-meter-dat]] - [[INA226-dat]]
... ...
\ No newline at end of file
Chip-dat/TI-dat/INA219-dat/INA219.pdf
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/INA219-dat/INA219.pdf differ
Chip-dat/TI-dat/INA219-dat/INA219_library.zip
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/INA219-dat/INA219_library.zip differ
Chip-dat/TI-dat/LM358-DAT/2024-03-28-17-24-55.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/LM358-DAT/2024-03-28-17-24-55.png differ
Chip-dat/TI-dat/LM358-DAT/50-41-17-07-07-2023.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/LM358-DAT/50-41-17-07-07-2023.png differ
Chip-dat/TI-dat/LM358-DAT/LM358-DAT.md
... ...
@@ -0,0 +1,18 @@
1
+
2
+# LM358 DAT
3
+
4
+![](50-41-17-07-07-2023.png)
5
+
6
+https://www.ti.com/lit/ds/snosbt3j/snosbt3j.pdf?ts=1688712730211&ref_url=https%253A%252F%252Fwww.google.com%252F
7
+
8
+
9
+## App
10
+
11
+- solar detector
12
+- solar voltage at 2.6-2.8V, output 3.5V
13
+
14
+![](2024-03-28-17-24-55.png)
15
+
16
+## ref
17
+
18
+[[LM358]]
Chip-dat/TI-dat/LM386-dat/2024-03-26-15-35-38.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/LM386-dat/2024-03-26-15-35-38.png differ
Chip-dat/TI-dat/LM386-dat/LM386-dat.md
... ...
@@ -0,0 +1,22 @@
1
+
2
+# LM386-dat
3
+
4
+legacy wiki page - https://w.electrodragon.com/w/LM386
5
+
6
+
7
+- gain 200:R1=0
8
+- gain 50:R1=1.2K
9
+- gain 20:R1,C1,C2 NC
10
+
11
+## SCH
12
+
13
+![](2024-03-26-15-35-38.png)
14
+
15
+## demo
16
+
17
+https://www.youtube.com/watch?v=Q6ArZWTh-w0&ab_channel=Electrodragon
18
+
19
+
20
+## ref
21
+
22
+- [[LM386]]
... ...
\ No newline at end of file
Chip-dat/TI-dat/LM393-dat/2024-03-21-16-18-43.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/LM393-dat/2024-03-21-16-18-43.png differ
Chip-dat/TI-dat/LM393-dat/LM393-dat.md
... ...
@@ -0,0 +1,8 @@
1
+# LM393-dat
2
+
3
+## analog sensor input
4
+
5
+![](2024-03-21-16-18-43.png)
6
+
7
+
8
+- [[comparator-dat]]
Chip-dat/TI-dat/MAX3232-dat/MAX3232-dat.md
... ...
@@ -0,0 +1,33 @@
1
+
2
+# MAX3232-dat
3
+
4
+https://www.ti.com/lit/ds/symlink/max3232.pdf?ts=1702918921870&ref_url=https%253A%252F%252Fwww.google.com%252F
5
+
6
+
7
+## Reference Specification
8
+
9
+* Interface Type: RS232
10
+* Drive: 2
11
+* Supply Voltage Range: 3V to 5.5V
12
+* Style: SOIC
13
+* Number of Pins: 16
14
+* Operating temperature range: -40 ° C to + 85 ° C
15
+* Interface Type: RS232
16
+* Device label: 3232
17
+* Device Marking: MAX3232ESE +
18
+* Package Type: stripping formula
19
+* Style: SOIC
20
+* Operating Temperature Min: -40 ° C
21
+* Highest Temperature: 85 ° C
22
+* Interface: RS232
23
+* Receiver Number: 2
24
+* Transceivers: 1
25
+* Data Rate: 120Kbps
26
+* The maximum supply voltage: 5.5V
27
+* The minimum supply voltage: 3V
28
+* Supply Current: 0.3mA
29
+* Line / Bus Driver / Receiver / Transceiver Type: low power transmitter and receiver
30
+* Chip label: 3232
31
+* Surface mount device: Surface Mount
32
+* Number of channels: 2
33
+* Logic Function Number: 3232
... ...
\ No newline at end of file
Chip-dat/TI-dat/NE555-DAT/NE555-DAT.md
... ...
@@ -0,0 +1,8 @@
1
+
2
+# NE555 DAT
3
+
4
+- input voltage up to 12 (16)V
5
+
6
+https://www.ti.com/lit/ds/symlink/ne555.pdf
7
+
8
+T = 1.1C = 1.1 * 500 000 * 0.000047 = 25.85 seconds
Chip-dat/TI-dat/TI-Network-dat/CC1101-DAT/2023-09-05-16-37-37.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/TI-Network-dat/CC1101-DAT/2023-09-05-16-37-37.png differ
Chip-dat/TI-dat/TI-Network-dat/CC1101-DAT/2023-09-05-16-37-57.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/TI-Network-dat/CC1101-DAT/2023-09-05-16-37-57.png differ
Chip-dat/TI-dat/TI-Network-dat/CC1101-DAT/36-52-17-29-01-2023.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/TI-Network-dat/CC1101-DAT/36-52-17-29-01-2023.png differ
Chip-dat/TI-dat/TI-Network-dat/CC1101-DAT/CC1101-DAT.md
... ...
@@ -0,0 +1,44 @@
1
+
2
+
3
+# CC1101 DAT
4
+
5
+
6
+Low-Power Sub-1 GHz RF Transceiver
7
+
8
+## CC1101 Chip Features
9
+- Work on 433 MHz free ISM RF band, no need license.
10
+- Built-in hardware CRC error detection, and address control
11
+- The maximum rate of 500kbps (1.2K Min.), support for 2-FSK, GFSK, FSK and MSK modulation, support the transmission channel before the auto-clean-up visits (CCA), the Carrier Sense System, very suitable for using at industrial environment.
12
+- Fast frequency changes brought about by a suitable synthesizer frequency hopping system
13
+- Most 256 program channels (20M band).
14
+- Large data buffer area. Separate 64-byte RX and TX data FIFO
15
+- Address can be set up by software, only received local address only when the output data (provided interrupt instruction), can be directly connected using a variety of MCU, very convenient
16
+- High sensitivity: 1.2Kbps under-110dBm, 1% packet error rate
17
+- Lower current consumption: 20mA averagely in RX mode and 30mA averagely in TX mode, at 10dBm
18
+
19
+## Board Versions
20
+![](36-52-17-29-01-2023.png)
21
+
22
+LSS - standard chip only version
23
+- CC1101-LSS: Low Power, SPI interface, Spring Coil - [[NWL1037-DAT]]
24
+
25
+MSR
26
+- CC1101-MSR: Medium Power, SPI interface, rod antenna - [[NWL1044-DAT]]
27
+
28
+
29
+- same board except antenna LUS LUR
30
+- CC1101-LUS: Low Power, UART TLL interface, Spring Coil - [[NWL1042-DAT]]
31
+- CC1101-LUR: Low Power, UART TTL interface, rod antenna - [[NWL1039-DAT]]
32
+
33
+
34
+
35
+
36
+
37
+
38
+## ref
39
+
40
+- [[CC1101-code]]
41
+
42
+- legacy wiki - https://w.electrodragon.com/w/CC1101
43
+
44
+- [[RF-DAT]] - [[RF]]
... ...
\ No newline at end of file
Chip-dat/TI-dat/TI-Network-dat/CC1101-DAT/CC1101-code.md
... ...
@@ -0,0 +1,33 @@
1
+# CC1101 code
2
+
3
+## wiring arduino
4
+
5
+
6
+
7
+| CC1101 Pins | func | Arduino Pins | Description |
8
+| ----------- | ---- | ------------ | ----------------------------------------------- |
9
+| SCK | SCK | 13 | Clock Pin |
10
+| SI | MISO | 12 | Data input |
11
+| SO | MOSI | 11 | Data output |
12
+| SS | SS | 10 | Chip select |
13
+| GDO2 | Pin | 9 | output as a symbol of receiving or sending data |
14
+| GDO0 | Pin | 2 | serial clock output |
15
+| VCC 3.3/5V | VCC | 3.3/5V | VCC |
16
+| GND | GND | GND | Ground |
17
+
18
+
19
+* Connect SPI to arduino SPI pins
20
+* Demo code available in documents section below
21
+* This is the demo code, you may need to add some delays (delay(3000);) to slow down the serial output
22
+
23
+
24
+![](2023-09-05-16-37-37.png)
25
+![](2023-09-05-16-37-57.png)
26
+
27
+## Library code
28
+
29
+
30
+* SmartRF - http://www.ti.com/tool/smartrftm-studio
31
+* find the SmartRF tool to adjust the parapmeters of CC1101, such as frequency 433, 915, modulation ask, fsk, etc.
32
+* Arduino Support Lib - [[RadioLib]]
33
+
Chip-dat/TI-dat/TI-Network-dat/CC2541-dat/CC2541-dat.md
... ...
@@ -0,0 +1,26 @@
1
+
2
+# CC2541-dat
3
+
4
+CC2541 is a Bluetooth Low Energy (BLE) System-on-Chip (SoC) developed by Texas Instruments. It is widely used in various applications such as wireless sensor networks, wearable devices, health and fitness devices, and home automation.
5
+
6
+The CC2541 offers low power consumption and a small form factor, making it suitable for battery-powered and energy-efficient devices. It includes a powerful 8051 microcontroller unit (MCU), along with an integrated Bluetooth radio and a range of peripherals.
7
+
8
+
9
+### DOC
10
+
11
+To find more information about CC2541, you can refer to the following links:
12
+
13
+Texas Instruments CC2541 product page: Link: https://www.ti.com/product/CC2541
14
+
15
+This page provides an overview of the CC2541, its features, datasheets, and other related resources.
16
+
17
+
18
+CC2541 datasheet: Link: https://www.ti.com/lit/ds/symlink/cc2541.pdf
19
+
20
+The datasheet contains detailed technical information about the CC2541, including its pinout, electrical characteristics, and programming information.
21
+
22
+
23
+CC2541 software development kit (SDK): Link: https://www.ti.com/tool/ble-stack
24
+
25
+This SDK provides tools, libraries, and examples to develop applications for the CC2541. It includes the BLE-Stack software, which simplifies Bluetooth Low Energy development.
26
+If you have any specific code-rela
... ...
\ No newline at end of file
Chip-dat/TI-dat/TI-Power-dat/2024-01-31-15-52-03.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/TI-Power-dat/2024-01-31-15-52-03.png differ
Chip-dat/TI-dat/TI-Power-dat/2024-04-29-15-58-23.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/TI-Power-dat/2024-04-29-15-58-23.png differ
Chip-dat/TI-dat/TI-Power-dat/2024-04-29-16-00-08.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/TI-Power-dat/2024-04-29-16-00-08.png differ
Chip-dat/TI-dat/TI-Power-dat/LM2596-dat.md
... ...
@@ -0,0 +1,12 @@
1
+
2
+# LM2596-dat
3
+
4
+https://www.ti.com/lit/ds/symlink/lm2596.pdf?ts=1696891822162
5
+
6
+## Efficiency
7
+
8
+![](2024-01-31-15-52-03.png)
9
+
10
+
11
+## Modules
12
+- [[OPM1003-dat]] - [[OPM1026-dat]]
... ...
\ No newline at end of file
Chip-dat/TI-dat/TI-Power-dat/TI-power-dat.md
... ...
@@ -0,0 +1,28 @@
1
+
2
+# TI-power
3
+
4
+## TPS54302
5
+
6
+![](2024-04-29-15-58-23.png)
7
+
8
+| Parts | Common Value | Note |
9
+| ----- | ------------ | ---- |
10
+| Cin | 10+0.1 | |
11
+| Cboot | 0.1 | |
12
+| Lo | 10uh | |
13
+| Rfb1 | 100K | |
14
+| Rfb2 | 13.3K | |
15
+| Cfb | 75pf | |
16
+| Co | 22uf x2 | |
17
+
18
+
19
+Vout = Vref * (R2/R3+1)
20
+
21
+for 5V = 0.6V * (100K / ? + 1 )
22
+
23
+100K / R3 = 5V/0.6V - 1 = 7.3333
24
+100K / R3 = 5.2V/0.6V - 1 = 7.6666
25
+
26
+R3 = 13.633K or below 13.3K for 5.2V
27
+
28
+![](2024-04-29-16-00-08.png)
... ...
\ No newline at end of file
Chip-dat/TI-dat/TI-Signal-dat/TI-Signal-dat.md
Chip-dat/TI-dat/TI-Signal-dat/TXB0108-dat.md
... ...
@@ -0,0 +1,10 @@
1
+
2
+
3
+# TXB0108-dat
4
+
5
+TXB0108 8-Bit Bidirectional Voltage-Level Translator with Auto-Direction Sensing and
6
+±15-kV ESD Protection
7
+
8
+https://www.ti.com/lit/ds/symlink/txb0108.pdf?ts=1714464770009&ref_url=https%253A%252F%252Fwww.google.com%252F
9
+
10
+
Chip-dat/TI-dat/TI-Signal-dat/TXS0108-dat.md
... ...
@@ -0,0 +1,7 @@
1
+
2
+# TXS0108-dat.md
3
+
4
+资料链接:http://www.ti.com/product/TXS0108E?keyMatch=TXS0108EPWR&tisearch=Search-EN-Everything
5
+
6
+
7
+Eight-bit bidirectional voltage-level shifter for open-drain and push-pull applications
... ...
\ No newline at end of file
Chip-dat/TI-dat/TI-audio-dat/TI-audio-dat.md
... ...
@@ -0,0 +1,4 @@
1
+
2
+# TI-audio-dat
3
+
4
+- [[TPA3116-dat]]
... ...
\ No newline at end of file
Chip-dat/TI-dat/TI-audio-dat/TPA3116-dat/2023-11-09-16-33-55.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/TI-audio-dat/TPA3116-dat/2023-11-09-16-33-55.png differ
Chip-dat/TI-dat/TI-audio-dat/TPA3116-dat/TPA3116-dat.md
... ...
@@ -0,0 +1,12 @@
1
+
2
+# TPA3116-dat
3
+
4
+https://www.ti.com/product/TPA3116D2
5
+
6
+50-W stereo, 100-W mono, 4.5- to 26-V supply, analog input Class-D audio amplifier w/ SpeakerGuard™
7
+
8
+https://www.electrodragon.com/product/210w-dual-channel-hifi-mini-audio-amplifier-pam8610/
9
+
10
+## SCH
11
+
12
+![](2023-11-09-16-33-55.png)
... ...
\ No newline at end of file
Chip-dat/TI-dat/TI-dat.md
... ...
@@ -0,0 +1,4 @@
1
+
2
+# TI-dat.md
3
+
4
+- [[TI-power-dat]]
... ...
\ No newline at end of file
Chip-dat/TI-dat/TI-sensor-dat/2023-10-25-17-39-43.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/TI-sensor-dat/2023-10-25-17-39-43.png differ
Chip-dat/TI-dat/TI-sensor-dat/INA226-dat.md
... ...
@@ -0,0 +1,30 @@
1
+
2
+# INA226-dat
3
+
4
+
5
+https://www.ti.com/product/INA226
6
+
7
+
8
+INA226 is a high-side current and power monitor IC (integrated circuit) developed by Texas Instruments. It is designed to accurately measure current, voltage, and power in various applications. The INA226 offers high accuracy, low offset voltage, and a wide common-mode voltage range, making it suitable for a range of precision current sensing applications.
9
+
10
+## Here are a few links where you can find more information about INA226:
11
+
12
+Texas Instruments official product page: https://www.ti.com/product/INA226
13
+
14
+Datasheet for INA226: https://www.ti.com/lit/ds/symlink/ina226.pdf
15
+
16
+INA226 Arduino Library and Example Code on GitHub: https://github.com/SV-Zanshin/INA226
17
+
18
+INA226 Breakout Board on Adafruit: https://www.adafruit.com/product/904
19
+
20
+Please note that providing code for INA226 without any specific requirements would not be meaningful. However, you can find code examples and libraries in the links provided above, which can help you get started with using INA226 in your projects.
21
+
22
+## Typical Application
23
+
24
+![](2023-10-25-17-39-43.png)
25
+
26
+
27
+
28
+## ref
29
+
30
+- [[power-meter-dat]]
... ...
\ No newline at end of file
Chip-dat/TI-dat/ULN2003-dat/ULN2003-dat.md
... ...
@@ -0,0 +1,4 @@
1
+
2
+# ULN2003-dat
3
+
4
+- datasheet [[ULN2003.pdf]]
... ...
\ No newline at end of file
Chip-dat/TI-dat/ULN2003-dat/ULN2003.pdf
... ...
@@ -0,0 +1,313 @@
1
+<!DOCTYPE html>
2
+<html class="client-nojs" lang="en" dir="ltr">
3
+<head>
4
+<meta charset="UTF-8"/>
5
+<title>File:ULN2003.pdf - ElectroDragon Wiki</title>
6
+<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"dcbc49b0df64874179b10f92","wgCSPNonce":!1,"wgCanonicalNamespace":"File","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":6,"wgPageName":"File:ULN2003.pdf","wgTitle":"ULN2003.pdf","wgCurRevisionId":2356,"wgRevisionId":2356,"wgArticleId":791,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":"Chao","wgUserGroups":["bureaucrat","sysop","*","user","autoconfirmed"],"wgCategories":[],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"File:ULN2003.pdf","wgRelevantArticleId":791,"wgUserId":1,"wgUserEditCount":30453,"wgUserRegistration":1336972619000,"wgIsProbablyEditable":!0,"wgRelevantPageIsProbablyEditable":!0,
7
+"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgRestrictionUpload":[]};RLSTATE={"site.styles":"ready","noscript":"ready","user.styles":"ready","user":"ready","user.options":"loading","filepage":"ready","mediawiki.action.view.filepage":"ready","mediawiki.ui.button":"ready","skins.vector.styles":"ready","skins.vector.icons":"ready","mediawiki.ui.icon":"ready"};RLPAGEMODULES=["site","mediawiki.page.ready","skins.vector.js","mediawiki.page.watch.ajax"];</script>
8
+<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1hzgi",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"8753ad973cba9fc6aebe14ccbce2c59d656daec2+\\","watchToken":"685582ab9544077c14b17a16acd0d078656daec2+\\","csrfToken":"d081c3fcf4024ae86785555b655222e0656daec2+\\"});mw.user.options.set({"VectorSidebarVisible":"1","VectorSkinVersion":"2","rcfilters-limit":"50","rcfilters-rc-collapsed":0,"rcfilters-saved-queries":"{\"queries\":{},\"version\":\"2\"}","timecorrection":"Offset|0","usebetatoolbar-cgd":"1","watchlisttoken":"ca9a15dcf47baca86cb357993b56793709924352"});
9
+});});</script>
10
+<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=filepage%7Cmediawiki.action.view.filepage%7Cmediawiki.ui.button%2Cicon%7Cskins.vector.icons%2Cstyles&amp;only=styles&amp;skin=vector"/>
11
+<script async="" src="/w/load.php?lang=en&amp;modules=startup&amp;only=scripts&amp;raw=1&amp;skin=vector"></script>
12
+<meta name="ResourceLoaderDynamicStyles" content=""/>
13
+<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=vector"/>
14
+<meta name="generator" content="MediaWiki 1.37.2"/>
15
+<meta name="format-detection" content="telephone=no"/>
16
+<link rel="alternate" type="application/x-wiki" title="Edit" href="/w/index.php?title=File:ULN2003.pdf&amp;action=edit"/>
17
+<link rel="edit" title="Edit" href="/w/index.php?title=File:ULN2003.pdf&amp;action=edit"/>
18
+<link rel="shortcut icon" href="/favicon.ico"/>
19
+<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="ElectroDragon Wiki (en)"/>
20
+<link rel="EditURI" type="application/rsd+xml" href="//w.electrodragon.com/w/api.php?action=rsd"/>
21
+<link rel="alternate" type="application/atom+xml" title="ElectroDragon Wiki Atom feed" href="/w/index.php?title=Special:RecentChanges&amp;feed=atom"/>
22
+</head>
23
+<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-6 ns-subject mw-editable page-File_ULN2003_pdf rootpage-File_ULN2003_pdf skin-vector action-view skin-vector-search-vue"><div class="mw-page-container">
24
+ <a class="mw-jump-link" href="#content">Jump to content</a>
25
+ <div class="mw-page-container-inner">
26
+
27
+<input
28
+ type="checkbox"
29
+ id="mw-sidebar-checkbox"
30
+ class="mw-checkbox-hack-checkbox"
31
+ checked>
32
+
33
+<header class="mw-header">
34
+ <label
35
+ id="mw-sidebar-button"
36
+ class="mw-checkbox-hack-button mw-ui-icon mw-ui-button mw-ui-quiet mw-ui-icon-element"
37
+ for="mw-sidebar-checkbox"
38
+ role="button"
39
+ aria-controls="mw-panel"
40
+ data-event-name="ui.sidebar"
41
+ tabindex="0"
42
+ title="Main menu">
43
+ Toggle sidebar
44
+ </label>
45
+ <a href="/w/Main_Page" class="mw-logo">
46
+ <span class="mw-logo-container">
47
+ <strong class="mw-logo-wordmark">ElectroDragon Wiki</strong>
48
+ </span>
49
+ </a>
50
+ <div id="p-search" role="search" class="vector-search-box vector-search-box-collapses vector-search-box-show-thumbnail">
51
+ <div>
52
+ <h3 >
53
+ <label for="searchInput">Search</label>
54
+ </h3>
55
+ <form action="/w/index.php" id="searchform">
56
+ <div id="simpleSearch" data-search-loc="header-moved">
57
+ <input type="search" name="search" placeholder="Search ElectroDragon Wiki" autocapitalize="sentences" title="Search ElectroDragon Wiki [f]" accesskey="f" id="searchInput"/>
58
+ <input type="hidden" name="title" value="Special:Search"/>
59
+ <input type="submit" name="fulltext" value="Search" title="Search the pages for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton"/>
60
+ <input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton"/>
61
+ </div>
62
+ </form>
63
+ </div>
64
+ <a href="/w/Special:Search"
65
+
66
+ id=""
67
+ class="mw-ui-button mw-ui-quiet mw-ui-icon mw-ui-icon-element mw-ui-icon-wikimedia-search search-toggle">
68
+
69
+ <span>Search</span>
70
+ </a>
71
+
72
+</div>
73
+
74
+ <div class="vector-user-links">
75
+ <nav id="p-personal-more" class="mw-portlet mw-portlet-personal-more vector-menu vector-user-menu-more" aria-labelledby="p-personal-more-label" role="navigation"
76
+ >
77
+ <h3 id="p-personal-more-label" class="vector-menu-heading"> <span>User links</span>
78
+ </h3>
79
+ <div class="vector-menu-content">
80
+
81
+ <ul class="vector-menu-content-list">
82
+ <li id="pt-userpage-2" class="user-links-collapsible-item mw-list-item"><a href="/w/User:Chao" icon="userAvatar" dir="auto" class="new mw-ui-button mw-ui-quiet" title=" (page does not exist)"><span>Chao</span></a></li>
83
+
84
+</ul>
85
+
86
+ </div>
87
+</nav>
88
+
89
+ <nav id="p-personal" class="mw-portlet mw-portlet-personal vector-user-menu vector-user-menu-logged-in vector-menu vector-menu-dropdown" aria-labelledby="p-personal-label" role="navigation" title="User menu"
90
+ >
91
+ <input type="checkbox"
92
+ id="p-personal-checkbox"
93
+ role="button"
94
+ aria-haspopup="true"
95
+ data-event-name="ui.dropdown-p-personal"
96
+ class=" vector-menu-checkbox" aria-labelledby="p-personal-label" />
97
+ <h3 id="p-personal-label" class="vector-menu-heading mw-ui-button mw-ui-quiet mw-ui-icon mw-ui-icon-element mw-ui-icon-wikimedia-userAvatar"> <span>Personal tools</span>
98
+ <span class="vector-menu-checkbox-expanded">expanded</span>
99
+ <span class="vector-menu-checkbox-collapsed">collapsed</span>
100
+ </h3>
101
+ <div class="vector-menu-content">
102
+
103
+ <ul class="vector-menu-content-list"><li id="pt-userpage" class="user-links-collapsible-item mw-list-item"><a class="new mw-ui-icon mw-ui-icon-before mw-ui-icon-wikimedia-userAvatar" href="/w/User:Chao" dir="auto" title="Your user page (page does not exist) [.]" accesskey="."><span>Chao</span></a></li><li id="pt-mytalk" class="new mw-list-item"><a class="mw-ui-icon mw-ui-icon-before mw-ui-icon-wikimedia-userTalk" href="/w/User_talk:Chao" title="Your talk page (page does not exist) [n]" accesskey="n"><span>Talk</span></a></li><li id="pt-preferences" class="mw-list-item"><a class="mw-ui-icon mw-ui-icon-before mw-ui-icon-wikimedia-settings" href="/w/Special:Preferences" title="Your preferences"><span>Preferences</span></a></li><li id="pt-watchlist" class="mw-list-item"><a class="mw-ui-icon mw-ui-icon-before mw-ui-icon-wikimedia-unStar" href="/w/Special:Watchlist" title="A list of pages you are monitoring for changes [l]" accesskey="l"><span>Watchlist</span></a></li><li id="pt-mycontris" class="mw-list-item"><a class="mw-ui-icon mw-ui-icon-before mw-ui-icon-wikimedia-userContributions" href="/w/Special:Contributions/Chao" title="A list of your contributions [y]" accesskey="y"><span>Contributions</span></a></li></ul>
104
+ <div id="pt-logout" class="vector-user-menu-logout">
105
+ <a data-mw="interface" href="/w/index.php?title=Special:UserLogout&amp;returnto=File%3AULN2003.pdf" icon="logOut" class="vector-menu-content-item vector-menu-content-item-logout mw-ui-icon mw-ui-icon-before mw-ui-icon-wikimedia-logOut"><span>Log out</span></a>
106
+</div>
107
+
108
+ </div>
109
+</nav>
110
+
111
+</div>
112
+
113
+</header>
114
+<div class="mw-workspace-container">
115
+ <div id="mw-navigation">
116
+ <h2>Navigation menu</h2>
117
+
118
+<div id="mw-panel" class="mw-sidebar">
119
+ <nav id="p-navigation" class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal" aria-labelledby="p-navigation-label" role="navigation"
120
+ >
121
+ <h3 id="p-navigation-label" class="vector-menu-heading"> <span>Navigation</span>
122
+ </h3>
123
+ <div class="vector-menu-content">
124
+
125
+ <ul class="vector-menu-content-list"><li id="n-Wiki-Home" class="mw-list-item"><a href="/w/Main_Page"><span>Wiki Home</span></a></li><li id="n-portal" class="mw-list-item"><a href="/w/ElectroDragon_Wiki:Community_portal" title="About the project, what you can do, where to find things"><span>Community portal</span></a></li><li id="n-currentevents" class="mw-list-item"><a href="/w/ElectroDragon_Wiki:Current_events" title="Find background information on current events"><span>Current events</span></a></li><li id="n-recentchanges" class="mw-list-item"><a href="/w/Special:RecentChanges" title="A list of recent changes in the wiki [r]" accesskey="r"><span>Recent changes</span></a></li><li id="n-randompage" class="mw-list-item"><a href="/w/Special:Random" title="Load a random page [x]" accesskey="x"><span>Random page</span></a></li><li id="n-Mediawiki" class="mw-list-item"><a href="/w/Mediawiki"><span>Mediawiki</span></a></li><li id="n-help" class="mw-list-item"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents" title="The place to find out"><span>Help</span></a></li></ul>
126
+
127
+ </div>
128
+</nav>
129
+
130
+ <div class="mw-sidebar-action">
131
+ <a class="mw-sidebar-action-link" title="Change your settings to go back to the old look of the skin (legacy Vector)"
132
+ href="/w/index.php?title=Special:Preferences&amp;wprov=vctw1#mw-prefsection-rendering-skin-skin-prefs">Switch to old look</a>
133
+ </div>
134
+ <nav id="p-tb" class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation"
135
+ >
136
+ <h3 id="p-tb-label" class="vector-menu-heading"> <span>Tools</span>
137
+ </h3>
138
+ <div class="vector-menu-content">
139
+
140
+ <ul class="vector-menu-content-list"><li id="t-whatlinkshere" class="mw-list-item"><a href="/w/Special:WhatLinksHere/File:ULN2003.pdf" title="A list of all wiki pages that link here [j]" accesskey="j"><span>What links here</span></a></li><li id="t-recentchangeslinked" class="mw-list-item"><a href="/w/Special:RecentChangesLinked/File:ULN2003.pdf" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k"><span>Related changes</span></a></li><li id="t-upload" class="mw-list-item"><a href="/w/Special:Upload" title="Upload files [u]" accesskey="u"><span>Upload file</span></a></li><li id="t-specialpages" class="mw-list-item"><a href="/w/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q"><span>Special pages</span></a></li><li id="t-print" class="mw-list-item"><a href="javascript:print();" rel="alternate" title="Printable version of this page [p]" accesskey="p"><span>Printable version</span></a></li><li id="t-permalink" class="mw-list-item"><a href="/w/index.php?title=File:ULN2003.pdf&amp;oldid=2356" title="Permanent link to this revision of the page"><span>Permanent link</span></a></li><li id="t-info" class="mw-list-item"><a href="/w/index.php?title=File:ULN2003.pdf&amp;action=info" title="More information about this page"><span>Page information</span></a></li></ul>
141
+
142
+ </div>
143
+</nav>
144
+
145
+
146
+</div>
147
+
148
+ <div id="mw-head">
149
+ <div class="mw-article-toolbar-container">
150
+ <div id="left-navigation">
151
+ <nav id="p-namespaces" class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs" aria-labelledby="p-namespaces-label" role="navigation"
152
+ >
153
+ <h3 id="p-namespaces-label" class="vector-menu-heading"> <span>Namespaces</span>
154
+ </h3>
155
+ <div class="vector-menu-content">
156
+
157
+ <ul class="vector-menu-content-list"><li id="ca-nstab-image" class="selected mw-list-item"><a href="/w/File:ULN2003.pdf" title="View the file page [c]" accesskey="c"><span>File</span></a></li><li id="ca-talk" class="new mw-list-item"><a href="/w/index.php?title=File_talk:ULN2003.pdf&amp;action=edit&amp;redlink=1" rel="discussion" title="Discussion about the content page (page does not exist) [t]" accesskey="t"><span>Discussion</span></a></li></ul>
158
+
159
+ </div>
160
+</nav>
161
+
162
+ <nav id="p-variants" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-variants-label" role="navigation"
163
+ >
164
+ <input type="checkbox"
165
+ id="p-variants-checkbox"
166
+ role="button"
167
+ aria-haspopup="true"
168
+ data-event-name="ui.dropdown-p-variants"
169
+ class=" vector-menu-checkbox" aria-labelledby="p-variants-label" />
170
+ <h3 id="p-variants-label" class="vector-menu-heading"> <span>Variants</span>
171
+ <span class="vector-menu-checkbox-expanded">expanded</span>
172
+ <span class="vector-menu-checkbox-collapsed">collapsed</span>
173
+ </h3>
174
+ <div class="vector-menu-content">
175
+
176
+ <ul class="vector-menu-content-list"></ul>
177
+
178
+ </div>
179
+</nav>
180
+
181
+ </div>
182
+ <div id="right-navigation">
183
+ <nav id="p-views" class="mw-portlet mw-portlet-views vector-menu vector-menu-tabs" aria-labelledby="p-views-label" role="navigation"
184
+ >
185
+ <h3 id="p-views-label" class="vector-menu-heading"> <span>Views</span>
186
+ </h3>
187
+ <div class="vector-menu-content">
188
+
189
+ <ul class="vector-menu-content-list"><li id="ca-view" class="selected mw-list-item"><a href="/w/File:ULN2003.pdf"><span>Read</span></a></li><li id="ca-edit" class="mw-list-item"><a href="/w/index.php?title=File:ULN2003.pdf&amp;action=edit" title="Edit this page [e]" accesskey="e"><span>Edit</span></a></li><li id="ca-history" class="mw-list-item"><a href="/w/index.php?title=File:ULN2003.pdf&amp;action=history" title="Past revisions of this page [h]" accesskey="h"><span>View history</span></a></li><li id="ca-watch" class="mw-watchlink icon mw-list-item"><a href="/w/index.php?title=File:ULN2003.pdf&amp;action=watch" data-mw="interface" title="Add this page to your watchlist [w]" accesskey="w"><span>Watch</span></a></li></ul>
190
+
191
+ </div>
192
+</nav>
193
+
194
+ <nav id="p-cactions" class="mw-portlet mw-portlet-cactions vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-cactions-label" role="navigation" title="More options"
195
+ >
196
+ <input type="checkbox"
197
+ id="p-cactions-checkbox"
198
+ role="button"
199
+ aria-haspopup="true"
200
+ data-event-name="ui.dropdown-p-cactions"
201
+ class=" vector-menu-checkbox" aria-labelledby="p-cactions-label" />
202
+ <h3 id="p-cactions-label" class="vector-menu-heading"> <span>More</span>
203
+ <span class="vector-menu-checkbox-expanded">expanded</span>
204
+ <span class="vector-menu-checkbox-collapsed">collapsed</span>
205
+ </h3>
206
+ <div class="vector-menu-content">
207
+
208
+ <ul class="vector-menu-content-list"><li id="ca-delete" class="mw-list-item"><a href="/w/index.php?title=File:ULN2003.pdf&amp;action=delete" title="Delete this page [d]" accesskey="d"><span>Delete</span></a></li><li id="ca-move" class="mw-list-item"><a href="/w/Special:MovePage/File:ULN2003.pdf" title="Move this page [m]" accesskey="m"><span>Move</span></a></li><li id="ca-protect" class="mw-list-item"><a href="/w/index.php?title=File:ULN2003.pdf&amp;action=protect" title="Protect this page [=]" accesskey="="><span>Protect</span></a></li></ul>
209
+
210
+ </div>
211
+</nav>
212
+
213
+ </div>
214
+ </div>
215
+ </div>
216
+ </div>
217
+ <div class="mw-content-container">
218
+<main id="content" class="mw-body" role="main">
219
+ <a id="top"></a>
220
+ <div id="siteNotice"></div>
221
+
222
+ <div class="mw-indicators">
223
+ </div>
224
+ <h1 id="firstHeading" class="firstHeading" >File:ULN2003.pdf</h1>
225
+
226
+
227
+ <div id="bodyContent" class="vector-body">
228
+ <div id="siteSub" class="noprint">From ElectroDragon Wiki</div>
229
+ <div id="contentSub"></div>
230
+ <div id="contentSub2"></div>
231
+
232
+ <div id="mw-content-text" class="mw-body-content"><ul id="filetoc"><li><a href="#file">File</a></li>
233
+<li><a href="#filehistory">File history</a></li>
234
+<li><a href="#filelinks">File usage</a></li></ul><div class="fullImageLink" id="file"><a href="/w/images/3/34/ULN2003.pdf"><img alt="" src="/w/resources/assets/file-type-icons/fileicon-pdf.png" decoding="async" width="120" height="120" /></a></div>
235
+<div class="fullMedia"><p><a href="/w/images/3/34/ULN2003.pdf" class="internal" title="ULN2003.pdf">ULN2003.pdf</a> &#8206;<span class="fileInfo">(file size: 328 KB, MIME type: <span class="mime-type">application/pdf</span>)</span>
236
+</p></div><div id="mw-imagepage-content" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output">
237
+<!--
238
+NewPP limit report
239
+Cached time: 20231203133148
240
+Cache expiry: 86400
241
+Reduced expiry: false
242
+Complications: []
243
+CPU time usage: 0.000 seconds
244
+Real time usage: 0.000 seconds
245
+Preprocessor visited node count: 0/1000000
246
+Post‐expand include size: 0/2097152 bytes
247
+Template argument size: 0/2097152 bytes
248
+Highest expansion depth: 0/40
249
+Expensive parser function count: 0/100
250
+Unstrip recursion depth: 0/20
251
+Unstrip post‐expand size: 0/5000000 bytes
252
+-->
253
+<!--
254
+Transclusion expansion time report (%,ms,calls,template)
255
+100.00% 0.000 1 -total
256
+-->
257
+
258
+<!-- Saved in parser cache with key wiki:pcache:idhash:791-0!canonical and timestamp 20231203133148 and revision id 2356. Serialized with JSON.
259
+ -->
260
+</div></div><h2 id="filehistory">File history</h2>
261
+<div id="mw-imagepage-section-filehistory">
262
+<p>Click on a date/time to view the file as it appeared at that time.
263
+</p>
264
+<table class="wikitable filehistory">
265
+<tr><th></th><th></th><th>Date/Time</th><th>Dimensions</th><th>User</th><th>Comment</th></tr>
266
+<tr><td><a href="/w/index.php?title=File:ULN2003.pdf&amp;action=delete" title="File:ULN2003.pdf">delete all</a></td><td>current</td><td class='filehistory-selected' style='white-space: nowrap;'><a href="/w/images/3/34/ULN2003.pdf">05:27, 21 December 2012</a></td><td> <span style="white-space: nowrap;">(328 KB)</span></td><td><a href="/w/index.php?title=User:Chao&amp;action=edit&amp;redlink=1" class="new mw-userlink" title="User:Chao (page does not exist)"><bdi>Chao</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/w/index.php?title=User_talk:Chao&amp;action=edit&amp;redlink=1" class="new mw-usertoollinks-talk" title="User talk:Chao (page does not exist)">talk</a> | <a href="/w/Special:Contributions/Chao" class="mw-usertoollinks-contribs" title="Special:Contributions/Chao">contribs</a> | <a href="/w/Special:Block/Chao" class="mw-usertoollinks-block" title="Special:Block/Chao">block</a>)</span></span></td><td dir="ltr"></td></tr>
267
+</table>
268
+
269
+</div>
270
+<div class="mw-imagepage-upload-links"><p class="plainlinks" id="mw-imagepage-reupload-link"><a class="external" rel="nofollow" href="//w.electrodragon.com/w/index.php?title=Special:Upload&amp;wpDestFile=ULN2003.pdf&amp;wpForReUpload=1">Upload a new version of this file</a></p></div><h2 id="filelinks">File usage</h2>
271
+<div id="mw-imagepage-nolinkstoimage">
272
+<p>There are no pages that use this file.
273
+</p>
274
+</div>
275
+<div class="printfooter">Retrieved from "<a dir="ltr" href="http://w.electrodragon.com/w/index.php?title=File:ULN2003.pdf&amp;oldid=2356">http://w.electrodragon.com/w/index.php?title=File:ULN2003.pdf&amp;oldid=2356</a>"</div></div>
276
+ <div id="catlinks" class="catlinks catlinks-allhidden" data-mw="interface"></div>
277
+ </div>
278
+
279
+
280
+</main>
281
+
282
+ </div>
283
+</div>
284
+
285
+<div class="mw-workspace-container mw-footer-container">
286
+ <div class="mw-content-container">
287
+ <footer id="footer" class="mw-footer" role="contentinfo" >
288
+ <ul id="footer-info" >
289
+ <li id="footer-info-lastmod"> This page was last edited on 21 December 2012, at 05:27.</li>
290
+</ul>
291
+
292
+ <ul id="footer-places" >
293
+ <li id="footer-places-privacy"><a href="/w/ElectroDragon_Wiki:Privacy_policy" title="ElectroDragon Wiki:Privacy policy">Privacy policy</a></li>
294
+ <li id="footer-places-about"><a href="/w/ElectroDragon_Wiki:About" title="ElectroDragon Wiki:About">About ElectroDragon Wiki</a></li>
295
+ <li id="footer-places-disclaimer"><a href="/w/ElectroDragon_Wiki:General_disclaimer" title="ElectroDragon Wiki:General disclaimer">Disclaimers</a></li>
296
+</ul>
297
+
298
+ <ul id="footer-icons" class="noprint">
299
+ <li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/w/resources/assets/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/w/resources/assets/poweredby_mediawiki_132x47.png 1.5x, /w/resources/assets/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>
300
+</ul>
301
+
302
+</footer>
303
+
304
+ </div>
305
+</div>
306
+ </div>
307
+</div>
308
+
309
+<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.000","walltime":"0.000","ppvisitednodes":{"value":0,"limit":1000000},"postexpandincludesize":{"value":0,"limit":2097152},"templateargumentsize":{"value":0,"limit":2097152},"expansiondepth":{"value":0,"limit":40},"expensivefunctioncount":{"value":0,"limit":100},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":0,"limit":5000000},"timingprofile":["100.00% 0.000 1 -total"]},"cachereport":{"timestamp":"20231203133148","ttl":86400,"transientcontent":false}}});});</script>
310
+<!-- No web analytics configured. -->
311
+
312
+<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":184});});</script>
313
+</body></html>
... ...
\ No newline at end of file
Chip-dat/TI/INA219-dat/2023-10-25-15-59-39.png
... ...
Binary files a/Chip-dat/TI/INA219-dat/2023-10-25-15-59-39.png and /dev/null differ
Chip-dat/TI/INA219-dat/INA219-dat.md
... ...
@@ -1,71 +0,0 @@
1
-
2
-# INA219
3
-
4
-
5
-## Info 1
6
-
7
-INA219 is a high-side voltage and current sensor that communicates over I2C. It can measure voltage up to 26V and current up to 3.2A with a resolution of 0.8mV and 0.1mA respectively. It is commonly used in battery monitoring, power management, and current sensing applications.
8
-
9
-The INA219 senses across shunts on buses that can vary from 0 to 26 V. The device uses a single 3- to 5.5-V supply, drawing a maximum of 1 mA of supply current
10
-
11
-
12
-
13
-
14
-
15
-## Info 2
16
-
17
-
18
-The INA219 chip is a zero-drift, bidirectional current/power monitoring integrated circuit (IC) with an I2C interface, adding to TI's portfolio of energy-saving electronics products.
19
-
20
-With the industry's highest accuracy and smallest size, the INA219 not only monitors the voltage drop across the shunt resistor, senses the shunt supply voltage, but also calculates the power supply.
21
-
22
-The device is available in an SOT23 package and provides a small, low-cost solution for digital current sensing in servers, laptops, power supplies, battery management, and automotive and telecommunications equipment.
23
-
24
-The INA219 achieves a maximum error accuracy of 100 µV over the -40C to +85C temperature range with a maximum offset of 100 uV. The product's high precision combined with the advantage of 12-bit resolution can help customers minimize the voltage drop across the shunt resistor, thereby minimizing power loss and consumption and saving board space. The device can sense bus voltages from 0 V to +26 V.
25
-
26
-Other important features of the INA219 include:
27
-
28
-- Programmable calibration registers can directly read current in amps and power in watts.
29
-- Up to 128 samples can be averaged to enable filtering in noisy environments.
30
-- The I2C interface has a timeout setting to avoid bus lockup and also provides a high-speed mode for communications up to 3.4 MHz.
31
-- All features of the INA219 are software programmable.
32
-- Operated from a single power supply, its operating voltage ranges from +3.0 to +5.5V.
33
-
34
-
35
-## Here are some useful links for INA219:
36
-
37
-- Datasheet: https://www.ti.com/lit/ds/symlink/ina219.pdf
38
-- Adafruit INA219 tutorial: https://learn.adafruit.com/adafruit-ina219-current-sensor-breakout
39
-- Sparkfun INA219 hookup guide: https://learn.sparkfun.com/tutorials/ina219-current-sensor-hookup-guide
40
-- Arduino library for INA219: https://github.com/adafruit/Adafruit_INA219
41
-
42
-
43
-## SCH
44
-
45
-![](2023-10-25-15-59-39.png)
46
-
47
-## Code and Wiring for arduino
48
-
49
-- arduino INA219 library - read voltage and current: [[INA219_library.zip]]
50
-
51
-
52
-| Arduino UNO | Target - LED | INA219 |
53
-| ----------- | ------------ | ------ |
54
-| 5V | x | VCC |
55
-| GND | x | GND |
56
-| GND | LED - | x |
57
-| 3.3V | x | VIN+ |
58
-| x | LED+ | VIN- |
59
-
60
-Test result is:
61
-
62
- Bus Voltage: 1.81 V
63
- Shunt Voltage: 0.19 mV
64
- Load Voltage: 1.81 V
65
- Current: 1.90 mA
66
-
67
-## ref
68
-
69
-- CN datasheet - [[INA219.pdf]]
70
-
71
-- [[shunt-resistor-dat]] - [[power-meter-dat]] - [[INA226-dat]]
... ...
\ No newline at end of file
Chip-dat/TI/INA219-dat/INA219.pdf
... ...
Binary files a/Chip-dat/TI/INA219-dat/INA219.pdf and /dev/null differ
Chip-dat/TI/INA219-dat/INA219_library.zip
... ...
Binary files a/Chip-dat/TI/INA219-dat/INA219_library.zip and /dev/null differ
Chip-dat/TI/LM358-DAT/2024-03-28-17-24-55.png
... ...
Binary files a/Chip-dat/TI/LM358-DAT/2024-03-28-17-24-55.png and /dev/null differ
Chip-dat/TI/LM358-DAT/50-41-17-07-07-2023.png
... ...
Binary files a/Chip-dat/TI/LM358-DAT/50-41-17-07-07-2023.png and /dev/null differ
Chip-dat/TI/LM358-DAT/LM358-DAT.md
... ...
@@ -1,18 +0,0 @@
1
-
2
-# LM358 DAT
3
-
4
-![](50-41-17-07-07-2023.png)
5
-
6
-https://www.ti.com/lit/ds/snosbt3j/snosbt3j.pdf?ts=1688712730211&ref_url=https%253A%252F%252Fwww.google.com%252F
7
-
8
-
9
-## App
10
-
11
-- solar detector
12
-- solar voltage at 2.6-2.8V, output 3.5V
13
-
14
-![](2024-03-28-17-24-55.png)
15
-
16
-## ref
17
-
18
-[[LM358]]
Chip-dat/TI/LM386-dat/2024-03-26-15-35-38.png
... ...
Binary files a/Chip-dat/TI/LM386-dat/2024-03-26-15-35-38.png and /dev/null differ
Chip-dat/TI/LM386-dat/LM386-dat.md
... ...
@@ -1,22 +0,0 @@
1
-
2
-# LM386-dat
3
-
4
-legacy wiki page - https://w.electrodragon.com/w/LM386
5
-
6
-
7
-- gain 200:R1=0
8
-- gain 50:R1=1.2K
9
-- gain 20:R1,C1,C2 NC
10
-
11
-## SCH
12
-
13
-![](2024-03-26-15-35-38.png)
14
-
15
-## demo
16
-
17
-https://www.youtube.com/watch?v=Q6ArZWTh-w0&ab_channel=Electrodragon
18
-
19
-
20
-## ref
21
-
22
-- [[LM386]]
... ...
\ No newline at end of file
Chip-dat/TI/LM393-dat/2024-03-21-16-18-43.png
... ...
Binary files a/Chip-dat/TI/LM393-dat/2024-03-21-16-18-43.png and /dev/null differ
Chip-dat/TI/LM393-dat/LM393-dat.md
... ...
@@ -1,8 +0,0 @@
1
-# LM393-dat
2
-
3
-## analog sensor input
4
-
5
-![](2024-03-21-16-18-43.png)
6
-
7
-
8
-- [[comparator-dat]]
Chip-dat/TI/MAX3232-dat/MAX3232-dat.md
... ...
@@ -1,33 +0,0 @@
1
-
2
-# MAX3232-dat
3
-
4
-https://www.ti.com/lit/ds/symlink/max3232.pdf?ts=1702918921870&ref_url=https%253A%252F%252Fwww.google.com%252F
5
-
6
-
7
-## Reference Specification
8
-
9
-* Interface Type: RS232
10
-* Drive: 2
11
-* Supply Voltage Range: 3V to 5.5V
12
-* Style: SOIC
13
-* Number of Pins: 16
14
-* Operating temperature range: -40 ° C to + 85 ° C
15
-* Interface Type: RS232
16
-* Device label: 3232
17
-* Device Marking: MAX3232ESE +
18
-* Package Type: stripping formula
19
-* Style: SOIC
20
-* Operating Temperature Min: -40 ° C
21
-* Highest Temperature: 85 ° C
22
-* Interface: RS232
23
-* Receiver Number: 2
24
-* Transceivers: 1
25
-* Data Rate: 120Kbps
26
-* The maximum supply voltage: 5.5V
27
-* The minimum supply voltage: 3V
28
-* Supply Current: 0.3mA
29
-* Line / Bus Driver / Receiver / Transceiver Type: low power transmitter and receiver
30
-* Chip label: 3232
31
-* Surface mount device: Surface Mount
32
-* Number of channels: 2
33
-* Logic Function Number: 3232
... ...
\ No newline at end of file
Chip-dat/TI/NE555-DAT/NE555-DAT.md
... ...
@@ -1,8 +0,0 @@
1
-
2
-# NE555 DAT
3
-
4
-- input voltage up to 12 (16)V
5
-
6
-https://www.ti.com/lit/ds/symlink/ne555.pdf
7
-
8
-T = 1.1C = 1.1 * 500 000 * 0.000047 = 25.85 seconds
Chip-dat/TI/TI-Network-dat/CC1101-DAT/2023-09-05-16-37-37.png
... ...
Binary files a/Chip-dat/TI/TI-Network-dat/CC1101-DAT/2023-09-05-16-37-37.png and /dev/null differ
Chip-dat/TI/TI-Network-dat/CC1101-DAT/2023-09-05-16-37-57.png
... ...
Binary files a/Chip-dat/TI/TI-Network-dat/CC1101-DAT/2023-09-05-16-37-57.png and /dev/null differ
Chip-dat/TI/TI-Network-dat/CC1101-DAT/36-52-17-29-01-2023.png
... ...
Binary files a/Chip-dat/TI/TI-Network-dat/CC1101-DAT/36-52-17-29-01-2023.png and /dev/null differ
Chip-dat/TI/TI-Network-dat/CC1101-DAT/CC1101-DAT.md
... ...
@@ -1,44 +0,0 @@
1
-
2
-
3
-# CC1101 DAT
4
-
5
-
6
-Low-Power Sub-1 GHz RF Transceiver
7
-
8
-## CC1101 Chip Features
9
-- Work on 433 MHz free ISM RF band, no need license.
10
-- Built-in hardware CRC error detection, and address control
11
-- The maximum rate of 500kbps (1.2K Min.), support for 2-FSK, GFSK, FSK and MSK modulation, support the transmission channel before the auto-clean-up visits (CCA), the Carrier Sense System, very suitable for using at industrial environment.
12
-- Fast frequency changes brought about by a suitable synthesizer frequency hopping system
13
-- Most 256 program channels (20M band).
14
-- Large data buffer area. Separate 64-byte RX and TX data FIFO
15
-- Address can be set up by software, only received local address only when the output data (provided interrupt instruction), can be directly connected using a variety of MCU, very convenient
16
-- High sensitivity: 1.2Kbps under-110dBm, 1% packet error rate
17
-- Lower current consumption: 20mA averagely in RX mode and 30mA averagely in TX mode, at 10dBm
18
-
19
-## Board Versions
20
-![](36-52-17-29-01-2023.png)
21
-
22
-LSS - standard chip only version
23
-- CC1101-LSS: Low Power, SPI interface, Spring Coil - [[NWL1037-DAT]]
24
-
25
-MSR
26
-- CC1101-MSR: Medium Power, SPI interface, rod antenna - [[NWL1044-DAT]]
27
-
28
-
29
-- same board except antenna LUS LUR
30
-- CC1101-LUS: Low Power, UART TLL interface, Spring Coil - [[NWL1042-DAT]]
31
-- CC1101-LUR: Low Power, UART TTL interface, rod antenna - [[NWL1039-DAT]]
32
-
33
-
34
-
35
-
36
-
37
-
38
-## ref
39
-
40
-- [[CC1101-code]]
41
-
42
-- legacy wiki - https://w.electrodragon.com/w/CC1101
43
-
44
-- [[RF-DAT]] - [[RF]]
... ...
\ No newline at end of file
Chip-dat/TI/TI-Network-dat/CC1101-DAT/CC1101-code.md
... ...
@@ -1,33 +0,0 @@
1
-# CC1101 code
2
-
3
-## wiring arduino
4
-
5
-
6
-
7
-| CC1101 Pins | func | Arduino Pins | Description |
8
-| ----------- | ---- | ------------ | ----------------------------------------------- |
9
-| SCK | SCK | 13 | Clock Pin |
10
-| SI | MISO | 12 | Data input |
11
-| SO | MOSI | 11 | Data output |
12
-| SS | SS | 10 | Chip select |
13
-| GDO2 | Pin | 9 | output as a symbol of receiving or sending data |
14
-| GDO0 | Pin | 2 | serial clock output |
15
-| VCC 3.3/5V | VCC | 3.3/5V | VCC |
16
-| GND | GND | GND | Ground |
17
-
18
-
19
-* Connect SPI to arduino SPI pins
20
-* Demo code available in documents section below
21
-* This is the demo code, you may need to add some delays (delay(3000);) to slow down the serial output
22
-
23
-
24
-![](2023-09-05-16-37-37.png)
25
-![](2023-09-05-16-37-57.png)
26
-
27
-## Library code
28
-
29
-
30
-* SmartRF - http://www.ti.com/tool/smartrftm-studio
31
-* find the SmartRF tool to adjust the parapmeters of CC1101, such as frequency 433, 915, modulation ask, fsk, etc.
32
-* Arduino Support Lib - [[RadioLib]]
33
-
Chip-dat/TI/TI-Network-dat/CC2541-dat/CC2541-dat.md
... ...
@@ -1,26 +0,0 @@
1
-
2
-# CC2541-dat
3
-
4
-CC2541 is a Bluetooth Low Energy (BLE) System-on-Chip (SoC) developed by Texas Instruments. It is widely used in various applications such as wireless sensor networks, wearable devices, health and fitness devices, and home automation.
5
-
6
-The CC2541 offers low power consumption and a small form factor, making it suitable for battery-powered and energy-efficient devices. It includes a powerful 8051 microcontroller unit (MCU), along with an integrated Bluetooth radio and a range of peripherals.
7
-
8
-
9
-### DOC
10
-
11
-To find more information about CC2541, you can refer to the following links:
12
-
13
-Texas Instruments CC2541 product page: Link: https://www.ti.com/product/CC2541
14
-
15
-This page provides an overview of the CC2541, its features, datasheets, and other related resources.
16
-
17
-
18
-CC2541 datasheet: Link: https://www.ti.com/lit/ds/symlink/cc2541.pdf
19
-
20
-The datasheet contains detailed technical information about the CC2541, including its pinout, electrical characteristics, and programming information.
21
-
22
-
23
-CC2541 software development kit (SDK): Link: https://www.ti.com/tool/ble-stack
24
-
25
-This SDK provides tools, libraries, and examples to develop applications for the CC2541. It includes the BLE-Stack software, which simplifies Bluetooth Low Energy development.
26
-If you have any specific code-rela
... ...
\ No newline at end of file
Chip-dat/TI/TI-Power-dat/2024-01-31-15-52-03.png
... ...
Binary files a/Chip-dat/TI/TI-Power-dat/2024-01-31-15-52-03.png and /dev/null differ
Chip-dat/TI/TI-Power-dat/2024-04-29-15-58-23.png
... ...
Binary files a/Chip-dat/TI/TI-Power-dat/2024-04-29-15-58-23.png and /dev/null differ
Chip-dat/TI/TI-Power-dat/2024-04-29-16-00-08.png
... ...
Binary files a/Chip-dat/TI/TI-Power-dat/2024-04-29-16-00-08.png and /dev/null differ
Chip-dat/TI/TI-Power-dat/LM2596-dat.md
... ...
@@ -1,12 +0,0 @@
1
-
2
-# LM2596-dat
3
-
4
-https://www.ti.com/lit/ds/symlink/lm2596.pdf?ts=1696891822162
5
-
6
-## Efficiency
7
-
8
-![](2024-01-31-15-52-03.png)
9
-
10
-
11
-## Modules
12
-- [[OPM1003-dat]] - [[OPM1026-dat]]
... ...
\ No newline at end of file
Chip-dat/TI/TI-Power-dat/TI-power-dat.md
... ...
@@ -1,28 +0,0 @@
1
-
2
-# TI-power
3
-
4
-## TPS54302
5
-
6
-![](2024-04-29-15-58-23.png)
7
-
8
-| Parts | Common Value | Note |
9
-| ----- | ------------ | ---- |
10
-| Cin | 10+0.1 | |
11
-| Cboot | 0.1 | |
12
-| Lo | 10uh | |
13
-| Rfb1 | 100K | |
14
-| Rfb2 | 13.3K | |
15
-| Cfb | 75pf | |
16
-| Co | 22uf x2 | |
17
-
18
-
19
-Vout = Vref * (R2/R3+1)
20
-
21
-for 5V = 0.6V * (100K / ? + 1 )
22
-
23
-100K / R3 = 5V/0.6V - 1 = 7.3333
24
-100K / R3 = 5.2V/0.6V - 1 = 7.6666
25
-
26
-R3 = 13.633K or below 13.3K for 5.2V
27
-
28
-![](2024-04-29-16-00-08.png)
... ...
\ No newline at end of file
Chip-dat/TI/TI-audio-dat/TI-audio-dat.md
... ...
@@ -1,4 +0,0 @@
1
-
2
-# TI-audio-dat
3
-
4
-- [[TPA3116-dat]]
... ...
\ No newline at end of file
Chip-dat/TI/TI-audio-dat/TPA3116-dat/2023-11-09-16-33-55.png
... ...
Binary files a/Chip-dat/TI/TI-audio-dat/TPA3116-dat/2023-11-09-16-33-55.png and /dev/null differ
Chip-dat/TI/TI-audio-dat/TPA3116-dat/TPA3116-dat.md
... ...
@@ -1,12 +0,0 @@
1
-
2
-# TPA3116-dat
3
-
4
-https://www.ti.com/product/TPA3116D2
5
-
6
-50-W stereo, 100-W mono, 4.5- to 26-V supply, analog input Class-D audio amplifier w/ SpeakerGuard™
7
-
8
-https://www.electrodragon.com/product/210w-dual-channel-hifi-mini-audio-amplifier-pam8610/
9
-
10
-## SCH
11
-
12
-![](2023-11-09-16-33-55.png)
... ...
\ No newline at end of file
Chip-dat/TI/TI-dat.md
... ...
@@ -1,4 +0,0 @@
1
-
2
-# TI-dat.md
3
-
4
-- [[TI-power-dat]]
... ...
\ No newline at end of file
Chip-dat/TI/TI-sensor-dat/2023-10-25-17-39-43.png
... ...
Binary files a/Chip-dat/TI/TI-sensor-dat/2023-10-25-17-39-43.png and /dev/null differ
Chip-dat/TI/TI-sensor-dat/INA226-dat.md
... ...
@@ -1,30 +0,0 @@
1
-
2
-# INA226-dat
3
-
4
-
5
-https://www.ti.com/product/INA226
6
-
7
-
8
-INA226 is a high-side current and power monitor IC (integrated circuit) developed by Texas Instruments. It is designed to accurately measure current, voltage, and power in various applications. The INA226 offers high accuracy, low offset voltage, and a wide common-mode voltage range, making it suitable for a range of precision current sensing applications.
9
-
10
-## Here are a few links where you can find more information about INA226:
11
-
12
-Texas Instruments official product page: https://www.ti.com/product/INA226
13
-
14
-Datasheet for INA226: https://www.ti.com/lit/ds/symlink/ina226.pdf
15
-
16
-INA226 Arduino Library and Example Code on GitHub: https://github.com/SV-Zanshin/INA226
17
-
18
-INA226 Breakout Board on Adafruit: https://www.adafruit.com/product/904
19
-
20
-Please note that providing code for INA226 without any specific requirements would not be meaningful. However, you can find code examples and libraries in the links provided above, which can help you get started with using INA226 in your projects.
21
-
22
-## Typical Application
23
-
24
-![](2023-10-25-17-39-43.png)
25
-
26
-
27
-
28
-## ref
29
-
30
-- [[power-meter-dat]]
... ...
\ No newline at end of file
Chip-dat/TI/ULN2003-dat/ULN2003-dat.md
... ...
@@ -1,4 +0,0 @@
1
-
2
-# ULN2003-dat
3
-
4
-- datasheet [[ULN2003.pdf]]
... ...
\ No newline at end of file
Chip-dat/TI/ULN2003-dat/ULN2003.pdf
... ...
@@ -1,313 +0,0 @@
1
-<!DOCTYPE html>
2
-<html class="client-nojs" lang="en" dir="ltr">
3
-<head>
4
-<meta charset="UTF-8"/>
5
-<title>File:ULN2003.pdf - ElectroDragon Wiki</title>
6
-<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"dcbc49b0df64874179b10f92","wgCSPNonce":!1,"wgCanonicalNamespace":"File","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":6,"wgPageName":"File:ULN2003.pdf","wgTitle":"ULN2003.pdf","wgCurRevisionId":2356,"wgRevisionId":2356,"wgArticleId":791,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":"Chao","wgUserGroups":["bureaucrat","sysop","*","user","autoconfirmed"],"wgCategories":[],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"File:ULN2003.pdf","wgRelevantArticleId":791,"wgUserId":1,"wgUserEditCount":30453,"wgUserRegistration":1336972619000,"wgIsProbablyEditable":!0,"wgRelevantPageIsProbablyEditable":!0,
7
-"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgRestrictionUpload":[]};RLSTATE={"site.styles":"ready","noscript":"ready","user.styles":"ready","user":"ready","user.options":"loading","filepage":"ready","mediawiki.action.view.filepage":"ready","mediawiki.ui.button":"ready","skins.vector.styles":"ready","skins.vector.icons":"ready","mediawiki.ui.icon":"ready"};RLPAGEMODULES=["site","mediawiki.page.ready","skins.vector.js","mediawiki.page.watch.ajax"];</script>
8
-<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1hzgi",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"8753ad973cba9fc6aebe14ccbce2c59d656daec2+\\","watchToken":"685582ab9544077c14b17a16acd0d078656daec2+\\","csrfToken":"d081c3fcf4024ae86785555b655222e0656daec2+\\"});mw.user.options.set({"VectorSidebarVisible":"1","VectorSkinVersion":"2","rcfilters-limit":"50","rcfilters-rc-collapsed":0,"rcfilters-saved-queries":"{\"queries\":{},\"version\":\"2\"}","timecorrection":"Offset|0","usebetatoolbar-cgd":"1","watchlisttoken":"ca9a15dcf47baca86cb357993b56793709924352"});
9
-});});</script>
10
-<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=filepage%7Cmediawiki.action.view.filepage%7Cmediawiki.ui.button%2Cicon%7Cskins.vector.icons%2Cstyles&amp;only=styles&amp;skin=vector"/>
11
-<script async="" src="/w/load.php?lang=en&amp;modules=startup&amp;only=scripts&amp;raw=1&amp;skin=vector"></script>
12
-<meta name="ResourceLoaderDynamicStyles" content=""/>
13
-<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=vector"/>
14
-<meta name="generator" content="MediaWiki 1.37.2"/>
15
-<meta name="format-detection" content="telephone=no"/>
16
-<link rel="alternate" type="application/x-wiki" title="Edit" href="/w/index.php?title=File:ULN2003.pdf&amp;action=edit"/>
17
-<link rel="edit" title="Edit" href="/w/index.php?title=File:ULN2003.pdf&amp;action=edit"/>
18
-<link rel="shortcut icon" href="/favicon.ico"/>
19
-<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="ElectroDragon Wiki (en)"/>
20
-<link rel="EditURI" type="application/rsd+xml" href="//w.electrodragon.com/w/api.php?action=rsd"/>
21
-<link rel="alternate" type="application/atom+xml" title="ElectroDragon Wiki Atom feed" href="/w/index.php?title=Special:RecentChanges&amp;feed=atom"/>
22
-</head>
23
-<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-6 ns-subject mw-editable page-File_ULN2003_pdf rootpage-File_ULN2003_pdf skin-vector action-view skin-vector-search-vue"><div class="mw-page-container">
24
- <a class="mw-jump-link" href="#content">Jump to content</a>
25
- <div class="mw-page-container-inner">
26
-
27
-<input
28
- type="checkbox"
29
- id="mw-sidebar-checkbox"
30
- class="mw-checkbox-hack-checkbox"
31
- checked>
32
-
33
-<header class="mw-header">
34
- <label
35
- id="mw-sidebar-button"
36
- class="mw-checkbox-hack-button mw-ui-icon mw-ui-button mw-ui-quiet mw-ui-icon-element"
37
- for="mw-sidebar-checkbox"
38
- role="button"
39
- aria-controls="mw-panel"
40
- data-event-name="ui.sidebar"
41
- tabindex="0"
42
- title="Main menu">
43
- Toggle sidebar
44
- </label>
45
- <a href="/w/Main_Page" class="mw-logo">
46
- <span class="mw-logo-container">
47
- <strong class="mw-logo-wordmark">ElectroDragon Wiki</strong>
48
- </span>
49
- </a>
50
- <div id="p-search" role="search" class="vector-search-box vector-search-box-collapses vector-search-box-show-thumbnail">
51
- <div>
52
- <h3 >
53
- <label for="searchInput">Search</label>
54
- </h3>
55
- <form action="/w/index.php" id="searchform">
56
- <div id="simpleSearch" data-search-loc="header-moved">
57
- <input type="search" name="search" placeholder="Search ElectroDragon Wiki" autocapitalize="sentences" title="Search ElectroDragon Wiki [f]" accesskey="f" id="searchInput"/>
58
- <input type="hidden" name="title" value="Special:Search"/>
59
- <input type="submit" name="fulltext" value="Search" title="Search the pages for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton"/>
60
- <input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton"/>
61
- </div>
62
- </form>
63
- </div>
64
- <a href="/w/Special:Search"
65
-
66
- id=""
67
- class="mw-ui-button mw-ui-quiet mw-ui-icon mw-ui-icon-element mw-ui-icon-wikimedia-search search-toggle">
68
-
69
- <span>Search</span>
70
- </a>
71
-
72
-</div>
73
-
74
- <div class="vector-user-links">
75
- <nav id="p-personal-more" class="mw-portlet mw-portlet-personal-more vector-menu vector-user-menu-more" aria-labelledby="p-personal-more-label" role="navigation"
76
- >
77
- <h3 id="p-personal-more-label" class="vector-menu-heading"> <span>User links</span>
78
- </h3>
79
- <div class="vector-menu-content">
80
-
81
- <ul class="vector-menu-content-list">
82
- <li id="pt-userpage-2" class="user-links-collapsible-item mw-list-item"><a href="/w/User:Chao" icon="userAvatar" dir="auto" class="new mw-ui-button mw-ui-quiet" title=" (page does not exist)"><span>Chao</span></a></li>
83
-
84
-</ul>
85
-
86
- </div>
87
-</nav>
88
-
89
- <nav id="p-personal" class="mw-portlet mw-portlet-personal vector-user-menu vector-user-menu-logged-in vector-menu vector-menu-dropdown" aria-labelledby="p-personal-label" role="navigation" title="User menu"
90
- >
91
- <input type="checkbox"
92
- id="p-personal-checkbox"
93
- role="button"
94
- aria-haspopup="true"
95
- data-event-name="ui.dropdown-p-personal"
96
- class=" vector-menu-checkbox" aria-labelledby="p-personal-label" />
97
- <h3 id="p-personal-label" class="vector-menu-heading mw-ui-button mw-ui-quiet mw-ui-icon mw-ui-icon-element mw-ui-icon-wikimedia-userAvatar"> <span>Personal tools</span>
98
- <span class="vector-menu-checkbox-expanded">expanded</span>
99
- <span class="vector-menu-checkbox-collapsed">collapsed</span>
100
- </h3>
101
- <div class="vector-menu-content">
102
-
103
- <ul class="vector-menu-content-list"><li id="pt-userpage" class="user-links-collapsible-item mw-list-item"><a class="new mw-ui-icon mw-ui-icon-before mw-ui-icon-wikimedia-userAvatar" href="/w/User:Chao" dir="auto" title="Your user page (page does not exist) [.]" accesskey="."><span>Chao</span></a></li><li id="pt-mytalk" class="new mw-list-item"><a class="mw-ui-icon mw-ui-icon-before mw-ui-icon-wikimedia-userTalk" href="/w/User_talk:Chao" title="Your talk page (page does not exist) [n]" accesskey="n"><span>Talk</span></a></li><li id="pt-preferences" class="mw-list-item"><a class="mw-ui-icon mw-ui-icon-before mw-ui-icon-wikimedia-settings" href="/w/Special:Preferences" title="Your preferences"><span>Preferences</span></a></li><li id="pt-watchlist" class="mw-list-item"><a class="mw-ui-icon mw-ui-icon-before mw-ui-icon-wikimedia-unStar" href="/w/Special:Watchlist" title="A list of pages you are monitoring for changes [l]" accesskey="l"><span>Watchlist</span></a></li><li id="pt-mycontris" class="mw-list-item"><a class="mw-ui-icon mw-ui-icon-before mw-ui-icon-wikimedia-userContributions" href="/w/Special:Contributions/Chao" title="A list of your contributions [y]" accesskey="y"><span>Contributions</span></a></li></ul>
104
- <div id="pt-logout" class="vector-user-menu-logout">
105
- <a data-mw="interface" href="/w/index.php?title=Special:UserLogout&amp;returnto=File%3AULN2003.pdf" icon="logOut" class="vector-menu-content-item vector-menu-content-item-logout mw-ui-icon mw-ui-icon-before mw-ui-icon-wikimedia-logOut"><span>Log out</span></a>
106
-</div>
107
-
108
- </div>
109
-</nav>
110
-
111
-</div>
112
-
113
-</header>
114
-<div class="mw-workspace-container">
115
- <div id="mw-navigation">
116
- <h2>Navigation menu</h2>
117
-
118
-<div id="mw-panel" class="mw-sidebar">
119
- <nav id="p-navigation" class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal" aria-labelledby="p-navigation-label" role="navigation"
120
- >
121
- <h3 id="p-navigation-label" class="vector-menu-heading"> <span>Navigation</span>
122
- </h3>
123
- <div class="vector-menu-content">
124
-
125
- <ul class="vector-menu-content-list"><li id="n-Wiki-Home" class="mw-list-item"><a href="/w/Main_Page"><span>Wiki Home</span></a></li><li id="n-portal" class="mw-list-item"><a href="/w/ElectroDragon_Wiki:Community_portal" title="About the project, what you can do, where to find things"><span>Community portal</span></a></li><li id="n-currentevents" class="mw-list-item"><a href="/w/ElectroDragon_Wiki:Current_events" title="Find background information on current events"><span>Current events</span></a></li><li id="n-recentchanges" class="mw-list-item"><a href="/w/Special:RecentChanges" title="A list of recent changes in the wiki [r]" accesskey="r"><span>Recent changes</span></a></li><li id="n-randompage" class="mw-list-item"><a href="/w/Special:Random" title="Load a random page [x]" accesskey="x"><span>Random page</span></a></li><li id="n-Mediawiki" class="mw-list-item"><a href="/w/Mediawiki"><span>Mediawiki</span></a></li><li id="n-help" class="mw-list-item"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents" title="The place to find out"><span>Help</span></a></li></ul>
126
-
127
- </div>
128
-</nav>
129
-
130
- <div class="mw-sidebar-action">
131
- <a class="mw-sidebar-action-link" title="Change your settings to go back to the old look of the skin (legacy Vector)"
132
- href="/w/index.php?title=Special:Preferences&amp;wprov=vctw1#mw-prefsection-rendering-skin-skin-prefs">Switch to old look</a>
133
- </div>
134
- <nav id="p-tb" class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation"
135
- >
136
- <h3 id="p-tb-label" class="vector-menu-heading"> <span>Tools</span>
137
- </h3>
138
- <div class="vector-menu-content">
139
-
140
- <ul class="vector-menu-content-list"><li id="t-whatlinkshere" class="mw-list-item"><a href="/w/Special:WhatLinksHere/File:ULN2003.pdf" title="A list of all wiki pages that link here [j]" accesskey="j"><span>What links here</span></a></li><li id="t-recentchangeslinked" class="mw-list-item"><a href="/w/Special:RecentChangesLinked/File:ULN2003.pdf" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k"><span>Related changes</span></a></li><li id="t-upload" class="mw-list-item"><a href="/w/Special:Upload" title="Upload files [u]" accesskey="u"><span>Upload file</span></a></li><li id="t-specialpages" class="mw-list-item"><a href="/w/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q"><span>Special pages</span></a></li><li id="t-print" class="mw-list-item"><a href="javascript:print();" rel="alternate" title="Printable version of this page [p]" accesskey="p"><span>Printable version</span></a></li><li id="t-permalink" class="mw-list-item"><a href="/w/index.php?title=File:ULN2003.pdf&amp;oldid=2356" title="Permanent link to this revision of the page"><span>Permanent link</span></a></li><li id="t-info" class="mw-list-item"><a href="/w/index.php?title=File:ULN2003.pdf&amp;action=info" title="More information about this page"><span>Page information</span></a></li></ul>
141
-
142
- </div>
143
-</nav>
144
-
145
-
146
-</div>
147
-
148
- <div id="mw-head">
149
- <div class="mw-article-toolbar-container">
150
- <div id="left-navigation">
151
- <nav id="p-namespaces" class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs" aria-labelledby="p-namespaces-label" role="navigation"
152
- >
153
- <h3 id="p-namespaces-label" class="vector-menu-heading"> <span>Namespaces</span>
154
- </h3>
155
- <div class="vector-menu-content">
156
-
157
- <ul class="vector-menu-content-list"><li id="ca-nstab-image" class="selected mw-list-item"><a href="/w/File:ULN2003.pdf" title="View the file page [c]" accesskey="c"><span>File</span></a></li><li id="ca-talk" class="new mw-list-item"><a href="/w/index.php?title=File_talk:ULN2003.pdf&amp;action=edit&amp;redlink=1" rel="discussion" title="Discussion about the content page (page does not exist) [t]" accesskey="t"><span>Discussion</span></a></li></ul>
158
-
159
- </div>
160
-</nav>
161
-
162
- <nav id="p-variants" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-variants-label" role="navigation"
163
- >
164
- <input type="checkbox"
165
- id="p-variants-checkbox"
166
- role="button"
167
- aria-haspopup="true"
168
- data-event-name="ui.dropdown-p-variants"
169
- class=" vector-menu-checkbox" aria-labelledby="p-variants-label" />
170
- <h3 id="p-variants-label" class="vector-menu-heading"> <span>Variants</span>
171
- <span class="vector-menu-checkbox-expanded">expanded</span>
172
- <span class="vector-menu-checkbox-collapsed">collapsed</span>
173
- </h3>
174
- <div class="vector-menu-content">
175
-
176
- <ul class="vector-menu-content-list"></ul>
177
-
178
- </div>
179
-</nav>
180
-
181
- </div>
182
- <div id="right-navigation">
183
- <nav id="p-views" class="mw-portlet mw-portlet-views vector-menu vector-menu-tabs" aria-labelledby="p-views-label" role="navigation"
184
- >
185
- <h3 id="p-views-label" class="vector-menu-heading"> <span>Views</span>
186
- </h3>
187
- <div class="vector-menu-content">
188
-
189
- <ul class="vector-menu-content-list"><li id="ca-view" class="selected mw-list-item"><a href="/w/File:ULN2003.pdf"><span>Read</span></a></li><li id="ca-edit" class="mw-list-item"><a href="/w/index.php?title=File:ULN2003.pdf&amp;action=edit" title="Edit this page [e]" accesskey="e"><span>Edit</span></a></li><li id="ca-history" class="mw-list-item"><a href="/w/index.php?title=File:ULN2003.pdf&amp;action=history" title="Past revisions of this page [h]" accesskey="h"><span>View history</span></a></li><li id="ca-watch" class="mw-watchlink icon mw-list-item"><a href="/w/index.php?title=File:ULN2003.pdf&amp;action=watch" data-mw="interface" title="Add this page to your watchlist [w]" accesskey="w"><span>Watch</span></a></li></ul>
190
-
191
- </div>
192
-</nav>
193
-
194
- <nav id="p-cactions" class="mw-portlet mw-portlet-cactions vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-cactions-label" role="navigation" title="More options"
195
- >
196
- <input type="checkbox"
197
- id="p-cactions-checkbox"
198
- role="button"
199
- aria-haspopup="true"
200
- data-event-name="ui.dropdown-p-cactions"
201
- class=" vector-menu-checkbox" aria-labelledby="p-cactions-label" />
202
- <h3 id="p-cactions-label" class="vector-menu-heading"> <span>More</span>
203
- <span class="vector-menu-checkbox-expanded">expanded</span>
204
- <span class="vector-menu-checkbox-collapsed">collapsed</span>
205
- </h3>
206
- <div class="vector-menu-content">
207
-
208
- <ul class="vector-menu-content-list"><li id="ca-delete" class="mw-list-item"><a href="/w/index.php?title=File:ULN2003.pdf&amp;action=delete" title="Delete this page [d]" accesskey="d"><span>Delete</span></a></li><li id="ca-move" class="mw-list-item"><a href="/w/Special:MovePage/File:ULN2003.pdf" title="Move this page [m]" accesskey="m"><span>Move</span></a></li><li id="ca-protect" class="mw-list-item"><a href="/w/index.php?title=File:ULN2003.pdf&amp;action=protect" title="Protect this page [=]" accesskey="="><span>Protect</span></a></li></ul>
209
-
210
- </div>
211
-</nav>
212
-
213
- </div>
214
- </div>
215
- </div>
216
- </div>
217
- <div class="mw-content-container">
218
-<main id="content" class="mw-body" role="main">
219
- <a id="top"></a>
220
- <div id="siteNotice"></div>
221
-
222
- <div class="mw-indicators">
223
- </div>
224
- <h1 id="firstHeading" class="firstHeading" >File:ULN2003.pdf</h1>
225
-
226
-
227
- <div id="bodyContent" class="vector-body">
228
- <div id="siteSub" class="noprint">From ElectroDragon Wiki</div>
229
- <div id="contentSub"></div>
230
- <div id="contentSub2"></div>
231
-
232
- <div id="mw-content-text" class="mw-body-content"><ul id="filetoc"><li><a href="#file">File</a></li>
233
-<li><a href="#filehistory">File history</a></li>
234
-<li><a href="#filelinks">File usage</a></li></ul><div class="fullImageLink" id="file"><a href="/w/images/3/34/ULN2003.pdf"><img alt="" src="/w/resources/assets/file-type-icons/fileicon-pdf.png" decoding="async" width="120" height="120" /></a></div>
235
-<div class="fullMedia"><p><a href="/w/images/3/34/ULN2003.pdf" class="internal" title="ULN2003.pdf">ULN2003.pdf</a> &#8206;<span class="fileInfo">(file size: 328 KB, MIME type: <span class="mime-type">application/pdf</span>)</span>
236
-</p></div><div id="mw-imagepage-content" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output">
237
-<!--
238
-NewPP limit report
239
-Cached time: 20231203133148
240
-Cache expiry: 86400
241
-Reduced expiry: false
242
-Complications: []
243
-CPU time usage: 0.000 seconds
244
-Real time usage: 0.000 seconds
245
-Preprocessor visited node count: 0/1000000
246
-Post‐expand include size: 0/2097152 bytes
247
-Template argument size: 0/2097152 bytes
248
-Highest expansion depth: 0/40
249
-Expensive parser function count: 0/100
250
-Unstrip recursion depth: 0/20
251
-Unstrip post‐expand size: 0/5000000 bytes
252
--->
253
-<!--
254
-Transclusion expansion time report (%,ms,calls,template)
255
-100.00% 0.000 1 -total
256
--->
257
-
258
-<!-- Saved in parser cache with key wiki:pcache:idhash:791-0!canonical and timestamp 20231203133148 and revision id 2356. Serialized with JSON.
259
- -->
260
-</div></div><h2 id="filehistory">File history</h2>
261
-<div id="mw-imagepage-section-filehistory">
262
-<p>Click on a date/time to view the file as it appeared at that time.
263
-</p>
264
-<table class="wikitable filehistory">
265
-<tr><th></th><th></th><th>Date/Time</th><th>Dimensions</th><th>User</th><th>Comment</th></tr>
266
-<tr><td><a href="/w/index.php?title=File:ULN2003.pdf&amp;action=delete" title="File:ULN2003.pdf">delete all</a></td><td>current</td><td class='filehistory-selected' style='white-space: nowrap;'><a href="/w/images/3/34/ULN2003.pdf">05:27, 21 December 2012</a></td><td> <span style="white-space: nowrap;">(328 KB)</span></td><td><a href="/w/index.php?title=User:Chao&amp;action=edit&amp;redlink=1" class="new mw-userlink" title="User:Chao (page does not exist)"><bdi>Chao</bdi></a><span style="white-space: nowrap;"> <span class="mw-usertoollinks">(<a href="/w/index.php?title=User_talk:Chao&amp;action=edit&amp;redlink=1" class="new mw-usertoollinks-talk" title="User talk:Chao (page does not exist)">talk</a> | <a href="/w/Special:Contributions/Chao" class="mw-usertoollinks-contribs" title="Special:Contributions/Chao">contribs</a> | <a href="/w/Special:Block/Chao" class="mw-usertoollinks-block" title="Special:Block/Chao">block</a>)</span></span></td><td dir="ltr"></td></tr>
267
-</table>
268
-
269
-</div>
270
-<div class="mw-imagepage-upload-links"><p class="plainlinks" id="mw-imagepage-reupload-link"><a class="external" rel="nofollow" href="//w.electrodragon.com/w/index.php?title=Special:Upload&amp;wpDestFile=ULN2003.pdf&amp;wpForReUpload=1">Upload a new version of this file</a></p></div><h2 id="filelinks">File usage</h2>
271
-<div id="mw-imagepage-nolinkstoimage">
272
-<p>There are no pages that use this file.
273
-</p>
274
-</div>
275
-<div class="printfooter">Retrieved from "<a dir="ltr" href="http://w.electrodragon.com/w/index.php?title=File:ULN2003.pdf&amp;oldid=2356">http://w.electrodragon.com/w/index.php?title=File:ULN2003.pdf&amp;oldid=2356</a>"</div></div>
276
- <div id="catlinks" class="catlinks catlinks-allhidden" data-mw="interface"></div>
277
- </div>
278
-
279
-
280
-</main>
281
-
282
- </div>
283
-</div>
284
-
285
-<div class="mw-workspace-container mw-footer-container">
286
- <div class="mw-content-container">
287
- <footer id="footer" class="mw-footer" role="contentinfo" >
288
- <ul id="footer-info" >
289
- <li id="footer-info-lastmod"> This page was last edited on 21 December 2012, at 05:27.</li>
290
-</ul>
291
-
292
- <ul id="footer-places" >
293
- <li id="footer-places-privacy"><a href="/w/ElectroDragon_Wiki:Privacy_policy" title="ElectroDragon Wiki:Privacy policy">Privacy policy</a></li>
294
- <li id="footer-places-about"><a href="/w/ElectroDragon_Wiki:About" title="ElectroDragon Wiki:About">About ElectroDragon Wiki</a></li>
295
- <li id="footer-places-disclaimer"><a href="/w/ElectroDragon_Wiki:General_disclaimer" title="ElectroDragon Wiki:General disclaimer">Disclaimers</a></li>
296
-</ul>
297
-
298
- <ul id="footer-icons" class="noprint">
299
- <li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/w/resources/assets/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/w/resources/assets/poweredby_mediawiki_132x47.png 1.5x, /w/resources/assets/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>
300
-</ul>
301
-
302
-</footer>
303
-
304
- </div>
305
-</div>
306
- </div>
307
-</div>
308
-
309
-<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.000","walltime":"0.000","ppvisitednodes":{"value":0,"limit":1000000},"postexpandincludesize":{"value":0,"limit":2097152},"templateargumentsize":{"value":0,"limit":2097152},"expansiondepth":{"value":0,"limit":40},"expensivefunctioncount":{"value":0,"limit":100},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":0,"limit":5000000},"timingprofile":["100.00% 0.000 1 -total"]},"cachereport":{"timestamp":"20231203133148","ttl":86400,"transientcontent":false}}});});</script>
310
-<!-- No web analytics configured. -->
311
-
312
-<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":184});});</script>
313
-</body></html>
... ...
\ No newline at end of file
Tech/Logic-shifter-dat/Logic-shifter-dat.md
... ...
@@ -16,10 +16,10 @@ one-direction logic shifter
16 16
17 17
For the same reason, the TXB0108 should not be used in applications such as I2C or 1-Wire where an open-drain driver is connected on the bidirectional data I/O. For these applications, use a device from the TI TXS01xx series of level translators.
18 18
19
-| Type | Open-Drive | Examples |
20
-| -------- | ---------- | ----------- |
21
-| TXB 010x | × | |
22
-| TXS 010x | ✔ | I2C, 1-Wire |
19
+| Type | Open-Drive | Push-pull | Examples |
20
+| -------- | ---------- | --------- | ----------- |
21
+| TXB 010x | × | | |
22
+| TXS 010x | ✔ | ✔ | I2C, 1-Wire |
23 23
24 24
25 25