RPI DCV8: Difference between revisions

From lechacal
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
[http://lechacalshop.com/gb/internetofthing/72-rpidcv8.html Link to the shop.]


RPI_DCV8 is a 8 channels acquisition board for Raspberrypi. Any of AC current & voltage or DC current & voltage can be setup at assembly/purchase time.
RPI_DCV8 is a 8 channels acquisition board for Raspberrypi. Any of AC current & voltage or DC current & voltage can be setup at assembly/purchase time.

Revision as of 15:41, 15 November 2019

Link to the shop.

RPI_DCV8 is a 8 channels acquisition board for Raspberrypi. Any of AC current & voltage or DC current & voltage can be setup at assembly/purchase time.

  • 8 Channels.
  • Instrumentation amplifiers.
  • Measure RMS or Average signal.
  • Fit on Raspberrypi 4 holes mounting pattern.
  • Atmega328p Mcu (Arduino UNO)
  • MCP3208 ADC (12bits)
  • Screw Terminal connectors.


Hardware Channel Setup

The idea of the RPI_DCV8 brings a customisable base to setup each channel as per your requirement. We will setup the channel type and range at purchase time. Currently supported type of channels are:

  • AC Current (using both Voltage and Current CT).
  • AC Voltage.
  • DC Current.
  • Dc Voltage.
  • Thermocouple.

DC Current

DC current can be read using a Clamp meter suitable for DC.

BT-605A

With the BT-605A currents up to 600A can be measured.
The amplification stage can be adapted on the RPI_DCV8 to adjust for desired range.


AC Current

For measuring AC current current a Current Transformer (CT) must be used.

RPI_DCV8 can host the burden resistor for current output CT.







Thermocouple

K Type

K type thermocouple can be used and offer measuring range up to 1350 Celsius.

Arduino Firmware

The RPI_DCV8 operate with an Atmel microcontroller programmable with Arduino.

A default sketch (firmware) is provided to read AC and DC readings.

Raspberrypi Communication

The RPI_DCV8 interface with the Raspberrypi using the serial uart. Data can be simply read by reading the serial port. You will find more details about the raspberrypi setup in the following link. Howto setup Raspbian for serial read

RPI_DCV8 configuration

The RPI_DCV8 has many configuration parameters. Some of them are

  • Polling interval.
  • Order of Channel to ouput.
  • RealPower, ApparentPower, Power factor if in AC reading.
  • Frequency.
  • Irms.
  • Average value for D.C reading.
  • Length of applied average.
  • and more...

A web interface to help configuring the board will be out soon.