4025112ca6d7d8a4976b429a7cd6cd6fd5d2b7c7
Board-dat/DAS/DAS1010-dat/2025-05-31-17-36-22.png
| ... | ... | Binary files /dev/null and b/Board-dat/DAS/DAS1010-dat/2025-05-31-17-36-22.png differ |
Board-dat/DAS/DAS1010-dat/DAS1010-dat.md
| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | |
| 4 | 4 | ## Info |
| 5 | 5 | |
| 6 | -[product url - Arduino Energy Monitoring Shield R2.1](https://www.electrodragon.com/product/arduino-energy-monitoring-shield-v2/) |
|
| 6 | +[product url - Arduino Energy Monitoring Shield V3](https://www.electrodragon.com/product/arduino-energy-monitoring-shield-v2/) |
|
| 7 | 7 | |
| 8 | 8 | [this type of non-invasive AC current sensor](https://www.electrodragon.com/product/yhdc-non-invasive-ac-current-sensor-100a30a/) |
| 9 | 9 | |
| ... | ... | @@ -11,8 +11,22 @@ |
| 11 | 11 | |
| 12 | 12 | ### Board Map, Dimension, Pins, chip info, etc. |
| 13 | 13 | |
| 14 | + |
|
| 15 | +#### Board Map V3 2025 |
|
| 16 | + |
|
| 17 | + |
|
| 18 | + |
|
| 19 | + |
|
| 20 | +#### Setup |
|
| 21 | + |
|
| 22 | +- To use 100A STC-013-000, put jumper on for the burder resistor on the board. Otherwise, use 30A or 50A STC-013-030 or STC-013-050, no jumper needed. |
|
| 23 | + |
|
| 24 | + |
|
| 25 | +#### Functions |
|
| 26 | + |
|
| 14 | 27 | - [[Nokia-5110-dat]] - [[button-dat]] |
| 15 | 28 | |
| 29 | +- [[ILC0003-dat]] - [[nrf24l01-dat]] |
|
| 16 | 30 | |
| 17 | 31 | |
| 18 | 32 | ## Applications, category, tags, etc. |
| ... | ... | @@ -21,8 +35,14 @@ |
| 21 | 35 | |
| 22 | 36 | ## Demo Code and Video |
| 23 | 37 | |
| 38 | +- [github.com/openenergymonitor/EmonLib](https://github.com/openenergymonitor/EmonLib/tree/master/examples/current_only) |
|
| 39 | + |
|
| 40 | + |
|
| 41 | + |
|
| 24 | 42 | ## ref |
| 25 | 43 | |
| 44 | +- [[AC-mains-dat]] |
|
| 45 | + |
|
| 26 | 46 | - [[DAS1010]] |
| 27 | 47 | |
| 28 | 48 | - [legacy wiki page ](https://www.electrodragon.com/w/Enery_Monitoring_Shield) |
Board-dat/ILC/ILC0003-dat/ILC0003-dat.md
| ... | ... | @@ -0,0 +1,24 @@ |
| 1 | + |
|
| 2 | +# ILC0003-dat |
|
| 3 | + |
|
| 4 | +## Info |
|
| 5 | + |
|
| 6 | +[product url - EDS TFT LCD Display LCM, SPI SD-Card Touch, 1.8~4.0” [Size]](https://www.electrodragon.com/product/eds-tft-lcd-lcm-spi-interface-variable1-82-2/) |
|
| 7 | + |
|
| 8 | +### Board Map, Dimension, Pins, chip info, Use Guide, Setup Jumper, etc. |
|
| 9 | + |
|
| 10 | +## Applications, category, tags, etc. |
|
| 11 | + |
|
| 12 | +## Demo Code and Video |
|
| 13 | + |
|
| 14 | + |
|
| 15 | + |
|
| 16 | + |
|
| 17 | +## ref |
|
| 18 | + |
|
| 19 | +- [[eds-lcd-dat]] |
|
| 20 | + |
|
| 21 | +- legacy wiki page |
|
| 22 | + |
|
| 23 | + |
|
| 24 | + |
Chip-cn-dat/HLW-dat/HLW8032-dat/HLW8032-DAT.md
| ... | ... | @@ -67,8 +67,6 @@ Data format of HLW8032: |
| 67 | 67 | |
| 68 | 68 | - [[sample-resistor-dat]] - [[resistor-dat]] - [[Optical-Coupler-DAT]] - [[current-transformer-dat]] - [[78L05-dat]] - [[wire-2-wire-dat]] - [[ACDC-dat]] - [[AC-dat]] |
| 69 | 69 | |
| 70 | -- [[HLW-dat]] |
|
| 70 | +- [[AC-mains-dat]] |
|
| 71 | 71 | |
| 72 | -- [[HLW8032.pdf]] |
|
| 73 | - |
|
| 74 | -- [[HLW8012-dat]] |
|
| ... | ... | \ No newline at end of file |
| 0 | +- [[HLW-dat]] - [[HLW8032.pdf]] - [[HLW8012-dat]] |
|
| ... | ... | \ No newline at end of file |
Chip-cn-dat/YHDC-dat/YHDC-dat.md
| ... | ... | @@ -45,22 +45,31 @@ All the remaining module in STC-013 series comes with Inbuilt burden resistor. N |
| 45 | 45 | |
| 46 | 46 | ## code |
| 47 | 47 | |
| 48 | -[“EmonLib.h”](https://github.com/openenergymonitor/EmonLib) Electricity monitoring library designed by https://openenergymonitor.org is best for voltage and current measurement usign Arduino Code. |
|
| 48 | +[“EmonLib.h”](https://github.com/openenergymonitor/EmonLib) |
|
| 49 | 49 | |
| 50 | -#include “EmonLib.h” // Include Emon Library |
|
| 50 | +https://github.com/openenergymonitor/EmonLib/blob/master/examples/current_only/current_only.ino |
|
| 51 | 51 | |
| 52 | -EnergyMonitor emon1; // Create an instance |
|
| 53 | 52 | |
| 54 | -void setup() |
|
| 55 | -{ |
|
| 56 | - Serial.begin(9600); |
|
| 57 | - emon1.current(1, 111.1); // Current: input pin, calibration. |
|
| 58 | -} |
|
| 53 | +Electricity monitoring library designed by https://openenergymonitor.org is best for voltage and current measurement usign Arduino Code. |
|
| 54 | + |
|
| 55 | + #include “EmonLib.h” // Include Emon Library |
|
| 56 | + |
|
| 57 | + EnergyMonitor emon1; // Create an instance |
|
| 58 | + |
|
| 59 | + void setup() |
|
| 60 | + { |
|
| 61 | + Serial.begin(9600); |
|
| 62 | + emon1.current(1, 111.1); // Current: input pin, calibration. |
|
| 63 | + } |
|
| 64 | + |
|
| 65 | + void loop() |
|
| 66 | + { |
|
| 67 | + double Irms = emon1.calcIrms(1480); // Calculate Irms only |
|
| 68 | + Serial.print(Irms*230.0); // Apparent power |
|
| 69 | + Serial.print(” “); |
|
| 70 | + Serial.println(Irms); // Irms |
|
| 71 | + } |
|
| 72 | + |
|
| 73 | + |
|
| 74 | +## ref |
|
| 59 | 75 | |
| 60 | -void loop() |
|
| 61 | -{ |
|
| 62 | - double Irms = emon1.calcIrms(1480); // Calculate Irms only |
|
| 63 | - Serial.print(Irms*230.0); // Apparent power |
|
| 64 | - Serial.print(” “); |
|
| 65 | - Serial.println(Irms); // Irms |
|
| 66 | -} |
|
| ... | ... | \ No newline at end of file |
app-dat/Drip-system-dat/Drip-system-dat.md
| ... | ... | @@ -0,0 +1,65 @@ |
| 1 | + |
|
| 2 | +# Drip-system-dat |
|
| 3 | + |
|
| 4 | +## How to Design a Drip Irrigation System |
|
| 5 | + |
|
| 6 | +Designing a **drip irrigation system** ensures water is delivered efficiently to plant roots. Here's a step-by-step guide: |
|
| 7 | + |
|
| 8 | +--- |
|
| 9 | + |
|
| 10 | +### ✅ Step 1: Assess Your Area |
|
| 11 | +- Measure the **area** (length × width). |
|
| 12 | +- Identify **plant types** and their water needs (e.g., vegetables, trees, flowers). |
|
| 13 | +- Check the **water source** (tap, well, tank, or pump). |
|
| 14 | + |
|
| 15 | +--- |
|
| 16 | + |
|
| 17 | +### ✅ Step 2: Calculate Water Pressure and Flow Rate |
|
| 18 | +- Measure **water pressure** using a pressure gauge (in psi or bar). |
|
| 19 | +- Determine **flow rate** using a flow meter or a bucket test (in gallons per minute or liters per hour). |
|
| 20 | + |
|
| 21 | +--- |
|
| 22 | + |
|
| 23 | +### ✅ Step 3: Plan the Layout |
|
| 24 | +Sketch a layout of the area: |
|
| 25 | +- Mark **main water lines**, **rows of plants**, and **zones**. |
|
| 26 | +- Consider **multiple zones** for different plant needs or elevations. |
|
| 27 | + |
|
| 28 | +--- |
|
| 29 | + |
|
| 30 | +### ✅ Step 4: Select Components |
|
| 31 | +- **Filter**: Prevents emitter clogging. |
|
| 32 | +- **Pressure Regulator**: Reduces pressure to 10–30 psi. |
|
| 33 | +- **Mainline Tubing**: ½" (13–16 mm) polyethylene tubing. |
|
| 34 | +- **Emitters / Drip Lines**: |
|
| 35 | + - *Inline drip tubing*: Emitters are built-in. |
|
| 36 | + - *Point-source emitters*: Ideal for trees or spaced plants. |
|
| 37 | +- **Connectors**: Tees, elbows, end caps. |
|
| 38 | +- **Timer (optional)**: Automates watering. |
|
| 39 | + |
|
| 40 | +--- |
|
| 41 | + |
|
| 42 | +### ✅ Step 5: Install the System |
|
| 43 | +1. Lay out **main tubing** along rows. |
|
| 44 | +2. Punch holes and insert **emitters** or micro-tubing. |
|
| 45 | +3. Secure tubing with **stakes**. |
|
| 46 | +4. Connect the **filter**, **regulator**, and **timer** to the water source. |
|
| 47 | +5. **Flush the system** before sealing end caps. |
|
| 48 | + |
|
| 49 | +--- |
|
| 50 | + |
|
| 51 | +### ✅ Step 6: Test and Adjust |
|
| 52 | +- Turn on the water. |
|
| 53 | +- Check each emitter for proper function. |
|
| 54 | +- Adjust emitter locations or types as needed. |
|
| 55 | + |
|
| 56 | +--- |
|
| 57 | + |
|
| 58 | +### 💡 Tips |
|
| 59 | +- Apply **mulch** over tubing to reduce evaporation. |
|
| 60 | +- **Clean the filter** regularly. |
|
| 61 | +- Use **color-coded emitters** (e.g., 1, 2, 4 L/h) for different water needs. |
|
| 62 | + |
|
| 63 | +## ref |
|
| 64 | + |
|
| 65 | + |
power-dat/AC-Mains-dat/ac-mains-dat.md
| ... | ... | @@ -10,7 +10,14 @@ |
| 10 | 10 | |
| 11 | 11 | ## Measurement |
| 12 | 12 | |
| 13 | -- [[HLW8012-dat]] - [[HLW8032-dat]] |
|
| 13 | +- invasive current sensor |
|
| 14 | + - [[ACS712-dat]] - [[ACS723-dat]] - [[ACS758-dat]] |
|
| 15 | + - [[HLW8012-dat]] - [[HLW8032-dat]] |
|
| 16 | + |
|
| 17 | + |
|
| 18 | +- non-invasive current sensor - [[YHDC-dat]] |
|
| 19 | + - [[YHDC-dat]] based shield - [[DAS1010-dat]] |
|
| 20 | + |
|
| 14 | 21 | |
| 15 | 22 | ## Note |
| 16 | 23 |