RPICT4V3: Difference between revisions

From lechacal
Jump to navigation Jump to search
No edit summary
Line 21: Line 21:
[http://lechacal.com/RPICT/4CT3V/RPICT4V3_v1_1.ino Default Sketch V1.1.]<br>
[http://lechacal.com/RPICT/4CT3V/RPICT4V3_v1_1.ino Default Sketch V1.1.]<br>


==Emonhub config==
==Emoncms Output==


[[File:Emoncms_channels.png]]
[[File:Emoncms_channels.png]]


===Emonhub Config===


   <nowiki>[[11]]</nowiki>
   <nowiki>[[11]]</nowiki>

Revision as of 22:41, 22 July 2016

  • 4 AC current sensor
  • 3 AC Voltage sensor.
  • Compute real power.
  • Fit on Raspberrypi 4 holes mounting pattern.
  • Attiny84 Mcu

Recommended sensors

  • AC Current sensor: SCT-013-000
  • AC Voltage sensor:
    • UK: 77DB-06-09
    • EU: 77DE-06-09
    • US: 77DA-10-09


Files

Default Sketch V1.1.

Emoncms Output

Emonhub Config

 [[11]]
   nodename = RPICT4V3
   firmware = RPICT4V3_V1_1.ino
   hardware = RPICT4V3
   [[[rx]]]
       names = Vrms1,Vrms2,Vrms3,Realpower1,Realpower2,Realpower3,Realpower4
       datacodes = h, h, h, h, h, h, h
       scales = 1,1,1,1,1,1,1
       units = V,V,V,W,W,W,W

Sketch Upload

An avr programmer with 6pin ribbon cable is needed for programming.