RPICT7V1 v2.0: Difference between revisions

From lechacal
Jump to navigation Jump to search
(11 intermediate revisions by the same user not shown)
Line 21: Line 21:
[[File: IMG_1128_small.png | right| 400px]]
[[File: IMG_1128_small.png | right| 400px]]


=Compatibility=
{| class="wikitable" 
|+
|-
!Version
!Compatible?
|-
|Raspberrypi 1 A
|No
|-
|Raspberrypi 1 B+
|Yes
|-
|Raspberrypi 2 B
|Yes
|-
|Raspberrypi 3 B
|Yes
|-
|Raspberrypi 3 B+
|Partially (Contact shop if required) [[RPICT Compatibility with B+ | More info here]].
|-
|}
==Recommended sensors==
==Recommended sensors==
* AC Current sensor: SCT-013-000
* AC Current sensor: SCT-013-000
Line 26: Line 49:
** UK: 77DB-06-09
** UK: 77DB-06-09
** EU: 77DE-06-09
** EU: 77DE-06-09
** US: STA-4190D
** US: 77DA-10-09


[[File:IMG_1125_small.png | 240px]]
[[File:IMG_1125_small.png | 240px]]
Line 50: Line 73:
[[Over Serial Configuration - Sketch 2.5]]<br>
[[Over Serial Configuration - Sketch 2.5]]<br>
[[Over Serial Configuration - Sketch 2.6]]<br>
[[Over Serial Configuration - Sketch 2.6]]<br>
[[Over Serial Configuration - Sketch 2.8]]<br>


[[File:Online_config_01.png | 300px| link=http://lechacal.com/RPICT/config/generator/]] Starting from sketch 2.4 the board can be configured with the [http://lechacal.com/RPICT/config/generator/ online configurator].
[[File:Online_config_01.png | 300px| link=http://lechacal.com/RPICT/config/generator/]] Starting from sketch 2.4 the board can be configured with the [http://lechacal.com/RPICT/config/generator/ online configurator].
Line 60: Line 84:


[http://lechacal.com/RPICT/7CT1V/RPICT7V1_v2_6_3.ino Default Sketch V2.6.]<br>
[http://lechacal.com/RPICT/7CT1V/RPICT7V1_v2_6_3.ino Default Sketch V2.6.]<br>
[http://lechacal.com/RPICT/7CT1V/RPICT7V1_v2_7_1.ino Default Sketch V2.7.1. (Stable)]<br>
[http://lechacal.com/RPICT/7CT1V/RPICT7V1_v2_8_0.ino Default Sketch V2.8.0. (Not Stable)]<br>


<small>(note boards are sold already flashed with latest firmware).</small>
<small>(note boards are sold already flashed with latest firmware).</small>
Line 66: Line 95:
The Default sketch allows up to 28 computation nodes to be run. If more are needed for higher stacks then we recommend to use the noOSC sketch. This is the same as the default sketch but Over Serial Configuration (OSC) as been removed to allow up to 40 nodes to be computed. Configuration has to be edited in the sketch.
The Default sketch allows up to 28 computation nodes to be run. If more are needed for higher stacks then we recommend to use the noOSC sketch. This is the same as the default sketch but Over Serial Configuration (OSC) as been removed to allow up to 40 nodes to be computed. Configuration has to be edited in the sketch.


[http://lechacal.com/RPICT/7CT1V/RPICT_noOSC_1_0.ino noOSC Sketch v1.0]<br>
[http://lechacal.com/RPICT/7CT1V/RPICT_noOSC_v1_0.ino noOSC Sketch v1.0]<br>
[http://lechacal.com/RPICT/7CT1V/RPICT_noOSC_v1_1.ino noOSC Sketch v1.1]<br>


==Emoncms Config (Emonhub)==
==Emoncms Config (Emonhub)==
Make you read [[Raspberrypi_Current_and_Temperature_Sensor_Adaptor#Using_Emoncms | this]] first.


For default configuration. Used as single board only (not stacked).
For default configuration. Used as single board only (not stacked).
Line 84: Line 116:


[[File:Rpict7v1_channels_001.png]]
[[File:Rpict7v1_channels_001.png]]
==Sketch Upload==
===Using Nanoprog===
One can program the board using the [[NanoProg_v1 | Nanoprog]] programmer with a 6pin SPI connector.<br>
In Arduino IDE select board as '''Arduino Uno'''. Upload sketch using '''File | Upload Using Programmer'''.
[[File:IMG_1150_small.png | 200px]][[File:IMG_1149_small.png | 200px]][[File:IMG_1148_small.png | 200px]]
===Using an ArduinoUNO===
An Arduino UNO board can be used to program the chip. The micontroller should be removed from the RPICT7V1 board and fitted on the Uno to allow programming.


==Related Pages==
==Related Pages==
Line 106: Line 124:


[[How to calibrate the Voltage Port]]
[[How to calibrate the Voltage Port]]
[[Update RPICT firmware (CT7V1/CT4V3/CT8)]]

Revision as of 16:07, 3 January 2019

RPICT7V1 version 2.0

Link to shop

This page is for board specific information. More information can be found on the generic page for RPICT series.

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 (up to 5 boards together)


Compatibility

Version Compatible?
Raspberrypi 1 A No
Raspberrypi 1 B+ Yes
Raspberrypi 2 B Yes
Raspberrypi 3 B Yes
Raspberrypi 3 B+ Partially (Contact shop if required) More info here.

Recommended sensors

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

Stacking Configuration

General stacking information is described in the RPICT stacking page. RPICT_Stacking

Software Configuration

Using a serial line terminal program one can configure the following:

- Polling interval
- Output format (csv or emoncms)
- Calibration values (Voltage and Current)
- Voltage/current combinations for real power computation.
- Output channels

The documentation for serial configuration can be found on this page.
Over Serial Configuration - Sketch 2.2
Over Serial Configuration - Sketch 2.3
Over Serial Configuration - Sketch 2.4
Over Serial Configuration - Sketch 2.5
Over Serial Configuration - Sketch 2.6
Over Serial Configuration - Sketch 2.8

Starting from sketch 2.4 the board can be configured with the online configurator.

Files

Default Sketch

Default Sketch V2.5.

Default Sketch V2.6.

Default Sketch V2.7.1. (Stable)

Default Sketch V2.8.0. (Not Stable)


(note boards are sold already flashed with latest firmware).

noOSC Sketch

The Default sketch allows up to 28 computation nodes to be run. If more are needed for higher stacks then we recommend to use the noOSC sketch. This is the same as the default sketch but Over Serial Configuration (OSC) as been removed to allow up to 40 nodes to be computed. Configuration has to be edited in the sketch.

noOSC Sketch v1.0
noOSC Sketch v1.1

Emoncms Config (Emonhub)

Make you read this first.

For default configuration. Used as single board only (not stacked).

 [[11]]
   nodename = my_RPICT7V1
   hardware = RPICT7V1
   [[[rx]]]
      names = RP1, RP2, RP3, RP4, RP5, RP6, RP7, Irms1, Irms2, Irms3, Irms4, Irms5, Irms6, Irms7, Vrms
      datacode = 0
      scales = 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
      units =W,W,W,W,W,W,W,mA,mA,mA,mA,mA,mA,mA,V


Related Pages

Use Emonhub with RPICT

Howto setup rpi3 for CSV reading

How to calibrate the Voltage Port

Update RPICT firmware (CT7V1/CT4V3/CT8)