Difference between revisions of "Arduino Smart Plug Shield"
(→Current and voltage metering options) |
(→Software Projects) |
||
(14 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | This page is the documentation platform | + | This page is the development documentation platform of the Smart Plug Shield for Arduino. |
== Parent Projects == | == Parent Projects == | ||
*http://openenergymonitor.org/emon/input | *http://openenergymonitor.org/emon/input | ||
+ | |||
+ | == Design requirements == | ||
+ | * Precise, easy calibration, reduced size, Current and Voltage measuring system | ||
+ | * Modular communication module: XBEE (jNode?, Etherner?, CAN?) | ||
+ | * Load ON/OFF or dimmer (10-12A Triac) | ||
+ | * Integrated 220V to 9V-5V power supply (ex. 220 to USB chargers > Switched-mode power supply?) | ||
+ | * Optional: RTC chip for having time stamps on the measurements. | ||
+ | * Optional: RGB LED / LCD for feedback | ||
+ | |||
+ | == Software Projects == | ||
+ | * Pachube, Nanonode, Energy http://code.google.com/p/ardugrid7753/ | ||
+ | |||
== Similar shields == | == Similar shields == | ||
===Arduino Energy Shield=== | ===Arduino Energy Shield=== | ||
− | XBEE + RTC + ADE7753 (power calculation | + | XBEE + RTC + ADE7753 (power calculation SPI or pulse comunication) + 1 Clamp input + 1 Transformer input. The current is mesured with a non-invasive AC external current sensor and the voltage with an external 12V adaptor. |
*http://www.olimex.cl/product_info.php?products_id=797 | *http://www.olimex.cl/product_info.php?products_id=797 | ||
− | |||
===SEG meter=== | ===SEG meter=== | ||
XBEE + 6 Clamp input + 1 Transformer input | XBEE + 6 Clamp input + 1 Transformer input | ||
Line 14: | Line 25: | ||
===CuteDigi Smart Outlet LCD Shield=== | ===CuteDigi Smart Outlet LCD Shield=== | ||
ACS712 (current mesuring) + 16A TRIAC (switch) + LCD + 2 buttons interface | ACS712 (current mesuring) + 16A TRIAC (switch) + LCD + 2 buttons interface | ||
− | The current is mesured with an invasive IC (ACS712). No voltage | + | The current is mesured with an invasive IC (ACS712). No voltage measuring? |
*http://www.cutedigi.com/index.php?cPath=313 | *http://www.cutedigi.com/index.php?cPath=313 | ||
+ | ===emonTX (not a shield, standalone)=== | ||
+ | *http://openenergymonitor.org/emon/emontx | ||
− | == Current and voltage | + | == Current and voltage measurement options == |
Non-invasive AC external current sensor clamp + 9V Power adapter + Rectifier circuit | Non-invasive AC external current sensor clamp + 9V Power adapter + Rectifier circuit | ||
* http://openenergymonitor.org/emon/node/58 | * http://openenergymonitor.org/emon/node/58 | ||
Non-invasive AC external current sensor clamp + 12V Power adapter + dedicated dsp chip (ADE7753) | Non-invasive AC external current sensor clamp + 12V Power adapter + dedicated dsp chip (ADE7753) | ||
* http://www.olimex.cl/pdf/Main_Sch.pdf | * http://www.olimex.cl/pdf/Main_Sch.pdf | ||
+ | * The ADE7753 IC http://www.analog.com/static/imported-files/data_sheets/ADE7753.pdf | ||
Invasive current mesurement IC ACS712 | Invasive current mesurement IC ACS712 | ||
* http://www.sparkfun.com/products/8883 | * http://www.sparkfun.com/products/8883 | ||
* http://www.cutedigi.com/pub/Arduino/Arduino_Smart_Outlet.pdf | * http://www.cutedigi.com/pub/Arduino/Arduino_Smart_Outlet.pdf | ||
+ | Invasive current mesurement with OP-AMP (the kill-a-watt method) | ||
+ | * http://compendiumarcana.com/kaw/kaw3.zip (eagles) | ||
+ | |||
+ | [[Category:Projects]][[Category:Arduino]] |
Latest revision as of 11:49, 21 March 2012
This page is the development documentation platform of the Smart Plug Shield for Arduino.
Contents
Parent Projects
Design requirements
- Precise, easy calibration, reduced size, Current and Voltage measuring system
- Modular communication module: XBEE (jNode?, Etherner?, CAN?)
- Load ON/OFF or dimmer (10-12A Triac)
- Integrated 220V to 9V-5V power supply (ex. 220 to USB chargers > Switched-mode power supply?)
- Optional: RTC chip for having time stamps on the measurements.
- Optional: RGB LED / LCD for feedback
Software Projects
- Pachube, Nanonode, Energy http://code.google.com/p/ardugrid7753/
Similar shields
Arduino Energy Shield
XBEE + RTC + ADE7753 (power calculation SPI or pulse comunication) + 1 Clamp input + 1 Transformer input. The current is mesured with a non-invasive AC external current sensor and the voltage with an external 12V adaptor.
SEG meter
XBEE + 6 Clamp input + 1 Transformer input The current is mesured with a non-invasive AC external current sensor and the voltage with an external 12V adaptor.
CuteDigi Smart Outlet LCD Shield
ACS712 (current mesuring) + 16A TRIAC (switch) + LCD + 2 buttons interface The current is mesured with an invasive IC (ACS712). No voltage measuring?
emonTX (not a shield, standalone)
Current and voltage measurement options
Non-invasive AC external current sensor clamp + 9V Power adapter + Rectifier circuit
Non-invasive AC external current sensor clamp + 12V Power adapter + dedicated dsp chip (ADE7753)
- http://www.olimex.cl/pdf/Main_Sch.pdf
- The ADE7753 IC http://www.analog.com/static/imported-files/data_sheets/ADE7753.pdf
Invasive current mesurement IC ACS712
Invasive current mesurement with OP-AMP (the kill-a-watt method)