733cf4d054fc6e06be2e9ab1e9486e40f9e44dba
BOM-DAT/Resistor-Dat/shunt-resistor-dat.md
... | ... | @@ -0,0 +1,7 @@ |
1 | + |
|
2 | +# shunt-resistor-dat |
|
3 | + |
|
4 | + |
|
5 | +## ref |
|
6 | + |
|
7 | +- [[shunt-resistor]] |
|
... | ... | \ No newline at end of file |
Board/SVC/SVC1027-DAT/SVC1027-DAT.md
... | ... | @@ -5,7 +5,9 @@ |
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | -while no inputs |
|
8 | +## while no inputs |
|
9 | + |
|
10 | +serial output |
|
9 | 11 | |
10 | 12 | Bus Voltage: 1.01 V |
11 | 13 | Shunt Voltage: -0.05 mV |
... | ... | @@ -19,3 +21,4 @@ while no inputs |
19 | 21 | |
20 | 22 | - [[power-meter-dat]] |
21 | 23 | |
24 | +- [[SVC1027]] |
|
... | ... | \ No newline at end of file |
Chip/TI/TI-sensor-dat/2023-10-25-15-59-39.png
... | ... | Binary files /dev/null and b/Chip/TI/TI-sensor-dat/2023-10-25-15-59-39.png differ |
Chip/TI/TI-sensor-dat/INA219-dat.md
... | ... | @@ -3,9 +3,22 @@ |
3 | 3 | |
4 | 4 | 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. |
5 | 5 | |
6 | -Here are some useful links for INA219: |
|
6 | +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 |
|
7 | + |
|
8 | + |
|
9 | +## Here are some useful links for INA219: |
|
7 | 10 | |
8 | 11 | - Datasheet: https://www.ti.com/lit/ds/symlink/ina219.pdf |
9 | 12 | - Adafruit INA219 tutorial: https://learn.adafruit.com/adafruit-ina219-current-sensor-breakout |
10 | 13 | - Sparkfun INA219 hookup guide: https://learn.sparkfun.com/tutorials/ina219-current-sensor-hookup-guide |
11 | -- Arduino library for INA219: https://github.com/adafruit/Adafruit_INA219 |
|
... | ... | \ No newline at end of file |
0 | +- Arduino library for INA219: https://github.com/adafruit/Adafruit_INA219 |
|
1 | + |
|
2 | + |
|
3 | +## SCH |
|
4 | + |
|
5 | +![](2023-10-25-15-59-39.png) |
|
6 | + |
|
7 | + |
|
8 | +## ref |
|
9 | + |
|
10 | +- [[shunt-resistor-dat]] - [[power-meter-dat]] - [[INA226-dat]] |
|
... | ... | \ No newline at end of file |
Chip/TI/TI-sensor-dat/INA226-dat.md
... | ... | @@ -7,7 +7,7 @@ https://www.ti.com/product/INA226 |
7 | 7 | |
8 | 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 | 9 | |
10 | -Here are a few links where you can find more information about INA226: |
|
10 | +## Here are a few links where you can find more information about INA226: |
|
11 | 11 | |
12 | 12 | Texas Instruments official product page: https://www.ti.com/product/INA226 |
13 | 13 | |
... | ... | @@ -17,4 +17,9 @@ INA226 Arduino Library and Example Code on GitHub: https://github.com/SV-Zanshin |
17 | 17 | |
18 | 18 | INA226 Breakout Board on Adafruit: https://www.adafruit.com/product/904 |
19 | 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. |
|
... | ... | \ No newline at end of file |
0 | +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. |
|
1 | + |
|
2 | + |
|
3 | +## ref |
|
4 | + |
|
5 | +- [[power-meter-dat]] |
|
... | ... | \ No newline at end of file |
Tech/power-dat/power-meter-dat/power-meter-dat.md
... | ... | @@ -1,5 +1,5 @@ |
1 | 1 | |
2 | -# energy-meter-dat |
|
2 | +# power-meter-dat |
|
3 | 3 | |
4 | 4 | ## DC-DC |
5 | 5 | |
... | ... | @@ -11,9 +11,6 @@ |
11 | 11 | - [[svc1015-dat]] - [[svc1017-dat]] - [[svc1019-dat]] |
12 | 12 | |
13 | 13 | |
14 | - |
|
15 | - |
|
16 | - |
|
17 | 14 | ## AC-DC |
18 | 15 | |
19 | 16 | ### Code Documentation |