RPICT7V1 v2.0: Difference between revisions

From lechacal
Jump to navigation Jump to search
Line 28: Line 28:


==Files==
==Files==
Library needed is the [https://github.com/openenergymonitor/EmonLib EMonlib from openergymonitor].<br>
 
[http://lechacal.com/RPICT/7CT1V/RPICT7V1_v2_0.ino Default Sketch V2.0.]<br>
[http://lechacal.com/RPICT/7CT1V/ Default Sketch V2.0.]<br>


==Emoncms Config==
==Emoncms Config==

Revision as of 21:30, 30 September 2016

RPICT7V1 version 2.0

This is the new version of the RPICT7V1. It now features the same microcontroller as an Arduino UNO. The best of all is the possibility to stack up to 5 boards together to increase the sensor capacity onto one single raspberrypi.

  • 7 AC current sensors.
  • 1 AC Voltage sensor.
  • Compute real power.
  • Fit on Raspberrypi 4 holes mounting pattern.
  • AtMega328 Mcu (Arduino UNO)
  • MCP3208 ADC
  • Stackable (5 boards together)


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 V2.0.

Emoncms Config

 [[11]]
    nodename = RPICT7V1
    firmware = RPICT7V1_V2_0.ino
    hardware = RPICT7V1
    [[[rx]]]
        names = Vrms1,Realpower1, Realpower2, Realpower3, Realpower4, Realpower5, Realpower6, Realpower7
        datacodes = h, h, h, h, h, h, h, h
        scales = 1,1,1,1,1,1,1,1
        units = V,W,W,W,W,W,W,W


Programming

In order to program the board an avr programmer with 6pin SPI connector is needed.
In Arduino IDE select board as Arduino Nano w/ ATmega328. Upload sketch using File | Upload Using Programmer.