a0510784a80b542ff3205cbe78edc39dd9c87479
Board/SVC/SVC1027-DAT/SVC1027-DAT.md
... | ... | @@ -17,5 +17,5 @@ while no inputs |
17 | 17 | |
18 | 18 | - [[INA219-DAT]] - [[I2C-dat]] |
19 | 19 | |
20 | - |
|
20 | +- [[power-meter-dat]] |
|
21 | 21 |
Chip/TI/TI-sensor-dat/INA219-dat.md
... | ... | @@ -0,0 +1,11 @@ |
1 | + |
|
2 | +# INA219 |
|
3 | + |
|
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 | + |
|
6 | +Here are some useful links for INA219: |
|
7 | + |
|
8 | +- Datasheet: https://www.ti.com/lit/ds/symlink/ina219.pdf |
|
9 | +- Adafruit INA219 tutorial: https://learn.adafruit.com/adafruit-ina219-current-sensor-breakout |
|
10 | +- 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 |
Chip/TI/TI-sensor-dat/INA226-dat.md
... | ... | @@ -0,0 +1,20 @@ |
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. |
|
... | ... | \ No newline at end of file |
Shipment/shipment-by-country/shipment-by-country.md
... | ... | @@ -124,3 +124,9 @@ |
124 | 124 | - [[EUEX-V]] - [[EURPOST]] - [[CAEXPRESS]] - [[USPS-DAT]] - [[DHL]] |
125 | 125 | |
126 | 126 | prepaid [[VAT]] tax |
127 | + |
|
128 | + |
|
129 | + |
|
130 | +## ref |
|
131 | + |
|
132 | +- |
|
... | ... | \ No newline at end of file |
Tech/Sensor-dat/power-sensor-dat/INA226-dat.md
... | ... | @@ -1,5 +0,0 @@ |
1 | - |
|
2 | -# INA226-dat |
|
3 | - |
|
4 | - |
|
5 | -https://www.ti.com/product/INA226 |
Tech/Sensor-dat/power-sensor-dat/power-sensor-dat.md
... | ... | @@ -1,16 +0,0 @@ |
1 | - |
|
2 | -# power-sensor-dat |
|
3 | - |
|
4 | -- [[INA226-dat]] |
|
5 | - |
|
6 | - |
|
7 | - |
|
8 | -## boards |
|
9 | - |
|
10 | -- [[svc1015-dat]] - [[svc1017-dat]] - [[svc1019-dat]] |
|
11 | - |
|
12 | - |
|
13 | - |
|
14 | -## ref |
|
15 | - |
|
16 | -- [[power-sensor]] |
|
... | ... | \ No newline at end of file |
Tech/power-dat/power-meter-dat/power-meter-dat.md
... | ... | @@ -1,15 +1,28 @@ |
1 | 1 | |
2 | 2 | # energy-meter-dat |
3 | 3 | |
4 | +## DC-DC |
|
4 | 5 | |
6 | +- [[SVC1027-dat]] - [[INA226-dat]] |
|
5 | 7 | |
6 | -## Code Documentation |
|
8 | + |
|
9 | +### boards |
|
10 | + |
|
11 | +- [[svc1015-dat]] - [[svc1017-dat]] - [[svc1019-dat]] |
|
12 | + |
|
13 | + |
|
14 | + |
|
15 | + |
|
16 | + |
|
17 | +## AC-DC |
|
18 | + |
|
19 | +### Code Documentation |
|
7 | 20 | |
8 | 21 | * [HLW Datasheet please find here](https://github.com/Edragon/Datasheet/tree/master/HLW) |
9 | 22 | * [All demo codes please find here](https://bitbucket.org/e_dragon/hlw) |
10 | 23 | * Arduino demo code please see our arduino github. |
11 | 24 | |
12 | -## Other energy meters Reference |
|
25 | +### Other energy meters Reference |
|
13 | 26 | |
14 | 27 | Other reference, energy monitor ICs: |
15 | 28 | * ATT7309 |
... | ... | @@ -20,7 +33,7 @@ Other reference, energy monitor ICs: |
20 | 33 | * https://www.solo-labs.com/diy-digital-ac-watt-meter/ |
21 | 34 | |
22 | 35 | |
23 | -## Applications |
|
36 | +### Applications |
|
24 | 37 | |
25 | 38 | * SONOFF POWER SCH - https://wiki.iteadstudio.com/images/5/52/Sonoff_POW_Schematic.pdf |
26 | 39 | * SONOFF SCH - https://wiki.iteadstudio.com/images/f/ff/Sonoff-Schematic.pdf |
... | ... | @@ -33,5 +46,13 @@ Software |
33 | 46 | * https://tasmota.github.io/docs/Power-Monitoring-Calibration/ |
34 | 47 | |
35 | 48 | |
49 | +## AC-DC boards |
|
50 | + |
|
51 | +- [[HLW-dat]] - [[HLW8012-dat]] - [[HLW8032-dat]] |
|
52 | + |
|
53 | + |
|
54 | + |
|
55 | +## ref |
|
56 | + |
|
57 | +- [[power-sensor]] |
|
36 | 58 | |
37 | -- [[HLW-dat]] - [[HLW8012-dat]] - [[HLW8032-dat]] |
|
... | ... | \ No newline at end of file |
Tech/power-dat/power-meter-dat/power-sensor-dat/power-sensor-dat.md
Tech/tech-dat.md
... | ... | @@ -32,6 +32,8 @@ |
32 | 32 | |
33 | 33 | - [[battery-drainer-dat]] - [[acdc-dat]] |
34 | 34 | |
35 | +- [[power-meter-dat]] |
|
36 | + |
|
35 | 37 | |
36 | 38 | ### Interactive |
37 | 39 |