The idea of this board was that in my house I`ve got a lot electrical home appliances like electric heater,Dishwashers, Electric Cooktop, Water Heater.. etc and if I conect some of the machine altogether afther some minutes the electrical company turns off the electircal line and i have to turn off all the machine and after some secons I have electricity again. In Spain you pay to the electrical company for 2 reason the energy you've consumed and the power you 've contracted ... and a lot of Tax!. The purpose of this is made a board that i could monitor the energy and when i am spending more electicity that i've contrated the buzzer plays and I will turn off some home appliances before the electrical company turns off .
The board had been desinged for use with arduino Nano and with the following features:
The pinout of the arduino boar is :
The board has 4 channel for Current Sensor (based of https://openenergymonitor.org/emon/modules/emonTxV3) where you can conect a non-invasive Energy Monitor Sensor(SCT-013-000 or SCT-013-030 )
![enter image description here](https://www.openhardware.io//uploads/56e5d6455905c64977a5e158/image/current sensor copia.jpg "enter image title here")
The difference between SCT-013-000 and SCT-013-030 is that SCT-013-000 has a current output and SCT-013-030 has a voltage output . Such arduino only has analog pin that can read voltage if we use current output type we have put a burder resistor. Depending on the type sensor you use , yo should put on the board R17,R14,R22,(burder resistor) R26 or not.
In the other hand you can conect a Nokia LCD where you can show the information that you need, In my case i show a grafic of some of the current sensor. If we conect rotary encoder module we can do some menu for change parameter
Also it has 2 input where depending of the sensors we can put a pull up resistor (R15, R16) or a Capacitor (C5, C6) as a filter. If for example we can conected the light of the background of the screen we only have 1 input.
For the powering we have two regulator the first if we conecter with voltage above 5v. And the seconds is for giving 3.3v to the NRF24L01 with some of capacitor.
Qty | Value | Device | Package | Parts | Description | MF | MPN | Aliexpress or ebay link |
---|---|---|---|---|---|---|---|---|
4 | 10uF | C1, C2, C10, C11 | C1206 | C-EUC1206 | CAPACITOR, European symbol | |||
8 | 100nF | C4, C5, C6, C7, C8, C9, C12, C13 | C0805K | C-EUC0805K | CAPACITOR, European symbol | |||
1 | 10uF | C14 | C0805K | C-EUC0805K | CAPACITOR, European symbol | |||
1 | 100uF | C15 | 153CLV-0605 | CPOL-EU153CLV-0605 | POLARIZED CAPACITOR, European symbol | |||
7 | 10k | R1, R2, R3, R4, R5, R15, R16 | M0805 | R-EU_M0805 | RESISTOR, European symbol | |||
1 | 22 | R18 | M0805 | R-EU_M0805 | RESISTOR, European symbol | |||
4 | 33 | R14, R17, R22, R26 | M0805 | R-EU_M0805 | RESISTOR, European symbol | |||
8 | 100K | R7,R8, R9, R10, R12, R19, R20, R23, R24 | M0805 | R-EU_M0805 | RESISTOR, European symbol | |||
1 | 470 | R6 | M0805 | R-EU_M0805 | RESISTOR, European symbol | |||
1 | 7805 | IC1 | TO220H | 7808T | Positive VOLTAGE REGULATOR | |||
1 | LD117AS33TR | IC2 | SOT223 | LD117AS33TR | Low drop fixed and adjustable positive voltage regulators 1 A | |||
1 | 2N7002 | Q1 | SOT23 | MOSFET-NREFLOW | N-Channel Mosfet | |||
1 | BC807 | T1 | SOT23-EBC | PNP Transistror | ||||
4 | CHASIS3.5STJ | G1, G2, G3, G4 | CHASIS3.5JCK | CHASIS3.5STJ | AliExpress: https://www.aliexpress.com/item//32550969118.htm... | |||
1 | F/CM12P | SG1 | F/CM12P | F/CM12P | BUZZER Source: Buerklin | AliExpress: https://www.aliexpress.com/item//32619383105.htm... | ||
3 | X1,X2,X3 | 1751251 | 1751251 | Terminal block 3 pin 3,5mm | AliExpress: https://www.aliexpress.com/item//32601791456.htm... | |||
1 | ARDUINO-NANO-3.0 | M1 | ARDUINO-NANO-3.0 | ARDUINO-NANO-3.0 | ||||
1 | WIRELESS-NRF24L01-PA-EXT | M2 | WIRELESS-NRD24L01-PA-EXT | WIRELESS-NRF24L01-PA-EXT | ||||
1 | DISPLAY_84X48 | U$2 | DISPLAY-NOKIA-3310 | DISPLAY_84X48 | AliExpress: High Quality 84X48 84x84 LCD Module Red baseboar... | |||
1 | KY-040 | KY-040 | AliExpress: https://www.aliexpress.com/item//32462116984.htm... | |||||
3 | 30A | SCT-013-030 | G1 | Current Sensor 30A | AliExpress: https://www.aliexpress.com/item//32593306658.htm... | |||
1 | 100A | SCT-013-000 | G2,G3,G4 | Current Sensor 100A | AliExpress: https://www.aliexpress.com/item//32527783305.htm... |
Name | Size | # Downloads |
---|---|---|
MyPowerMeterV1.sch | 867.12 kB | 1050 |
MyPowerMeterV1.brd | 169.99 kB | 947 |
MyPowerMeterV1-Schematic.pdf | 514.2 kB | 1394 |
MyPowerMeterV1-board.pdf | 167.16 kB | 778 |
Name | Size | # Downloads |
---|---|---|
MyPowerMeter.ino | 0 B | 1560 |