CuVoodoo

the sorcery of copper

User Tools

Site Tools


spark_counter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
spark_counter [2016/10/01 10:01] – [peacefair PZEM-004] connector kingkevinspark_counter [2017/02/03 15:34] – mention spark abacus kingkevin
Line 13: Line 13:
 {{:spark_counter:dsc02371.jpg?0x300|complete spark counter}} {{:spark_counter:dsc02371.jpg?0x300|complete spark counter}}
  
-**warning: the electricity meter I am presenting will only work for 1 phase 2 wires power distribution systems. I have a 3 phases wires system and I am doing it wrong.**+**warning: the electricity meter I am presenting will only work for 1-phase 2-wire power distribution systems. I have a 3-phase 4-wire system and I was doing it wrong. This has been fixed with the [[spark abacus]].**
  
 ====== peacefair PZEM-004 ====== ====== peacefair PZEM-004 ======
Line 52: Line 52:
 The {{:spark_counter:pzem-004.rtf|manual}} provides the corresponding commands, but lacks some information. The {{:spark_counter:pzem-004.rtf|manual}} provides the corresponding commands, but lacks some information.
 The UART configurations is 9600 bps 8N1. The UART configurations is 9600 bps 8N1.
-All commands include a device address (i.e. C0 A8 01 01 = 192.168.1.1). +You have to set the device'address (i.e. C0 A8 01 01 = 192.168.1.1 in the examples) at least once using the 0xB4 command before querying measurements. 
-Only the device with the specified address will respond. +This address will be saved so the next time (even after power down) you can directly query measurements using the address(es) set in the device(s)
-This allows to query multiple devices on the same UART port, one after another, when they have different addresses. +All commands include the target device address and only the device with the specified address will respond, except for the command setting the address in the first place. 
-Thus you have to set the device's address at least once using the 0xA4 command before querying measurements. +This allows to query multiple devices connected to the same UART port, one after another, when they have different addresses. 
-This address will be saved so the next time (even after power down) you can directly query measurements using the address(se) set in the device(s).+Note: the optocouplers on the Tx pin of the device have a pull-up resistor. Be sure to remove all but one when using multiple devices, else the low value of the signal will be too high for the receiver to decode the serial communication.
  
 The commands use the following 7 bytes message format: The commands use the following 7 bytes message format:
Line 80: Line 80:
 I removed the pizeo-element to prevent this annoying sound. I removed the pizeo-element to prevent this annoying sound.
  
-{{:spark_counter:dsc02344.jpg?0x200|PZEM-004 board front}} +{{:spark_counter:pzem-004-01.jpg?0x200|PZEM-004 board front}} 
-{{:spark_counter:dsc02325.jpg?0x200|PZEM-004 board back}} +{{:spark_counter:pzem-004-02.jpg?0x200|PZEM-004 board back (without buzzer)}}
-{{:spark_counter:dsc02327.jpg?0x200|PZEM-004 board IC}}+
  
 The power meter uses a single chip solution, the [[http://www.sdicmicro.com/products.html?ic=SD3004|SDIC microelectronics SD3004]] ({{:spark_counter:sd3004_datasheet_v0.2c.pdf|datasheet}}). The power meter uses a single chip solution, the [[http://www.sdicmicro.com/products.html?ic=SD3004|SDIC microelectronics SD3004]] ({{:spark_counter:sd3004_datasheet_v0.2c.pdf|datasheet}}).
Line 157: Line 156:
 {{:spark_counter:grafana.png?0x200|grafana visualization}} {{:spark_counter:grafana.png?0x200|grafana visualization}}
  
-====== Orange Pi ====== 
  
-The [[http://www.orangepi.org/orangepipc/|Orange Pi PC]] is a cheap [[http://www.aliexpress.com/item/Orange-Pi-PC-ubuntu-linux-and-android-mini-PC-Beyond-and-Compatible-with-Raspberry-Pi-2/32448079125.html|$15 alternative]] to the Raspberry Pi 2. 
-This single board computer is based on an [[https://linux-sunxi.org/H3|Allwinner H3 (sun8iw7p1)]] SoC with ARM Cortex-A7 @ 1.2GHz (often over-clocked), and 1 GB of RAM. 
- 
-For this price the hardware is unbeatable, but the software support is really poor. 
-Also only Android supports the video hardware acceleration currently. 
-The official [[http://www.orangepi.org/downloadresources/|images]] are quite old (e.g. Android 4.2.2), but there are a bit newer images made available by the community: 
-  * [[http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=755|Android]] (often ROMs from other Allwinner based products), with a weird [[http://www.orangepi.org/Docs/SDcardinstallation.html#Install_Android_OS_image|installation process]] 
-  * various [[http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=342|linux]] distributions 
-Since I'll only use it as server I decided to go with debian jessie minimal. 
- 
-The pin header is the same as the [[http://www.raspberry-projects.com/pi/pi-hardware/raspberry-pi-2-model-b/rpi2-model-b-io-pins|40-pin Raspberry Pi]]. 
-The SPI port to connect the nRF24L01 is also available over ''/dev/spi''. 
-But else this board is not really worth spending time on. 
- 
-Also don't forget to put a heat sink on the CPU, else they will be slowed down quite often because of the high temperatures. 
spark_counter.txt · Last modified: 2024/01/07 17:49 by 127.0.0.1