PIC18F46K22 MCU Based AC Current Measurement Project

This topic shows how to build a simple DIY circuit that can measure AC current following to a load with nice accuracy compared to a well known digital multimeter instrument (FLUKE 289 true RMS multimeter).
This circuit can accurately measure electric current up to 50 Amps, it’s based on the Microchip PIC18F46K22 8-bit microcontroller and uses a current transformer with ratio 1000/1 to transform the high primary current that follows to the load into a low one which goes to the electronic circuit, the current transformer (CT) also isolates the high voltage power circuit from our low voltage electronic circuit.
Current values are printed on 1602 LCD screen.
CCS C Compiler is used in this project.

Hints:
No warranty is provided with this project, so do it at your own risk!
A part of project circuit may be subjected to a high voltage level which is very harmful to human body, so please be-careful!

Current measurement using PIC18F46K22 microcontroller DIY hardware circuit

Abbreviations:
AC: Alternating Current.
DC: Direct Current.
TRMS: True Root Mean Square.
ADC: Analog-to-Digital Converter
CT: Current Transformer
PCB: Printed Circuit Board
DIY: Do It Yourself

About Current Transformer:
Current transformer (CT) is an instrument transformer used to step down current by the inverse of its turns ratio. The secondary of the current transformer has more turns than the primary. Today, a standard CT secondary rated current is 5A or 1A, however, many CTs have smaller rated secondary current such as 20mA, 40mA …

Generally, current transformer is used to transmit current image information signal to a measuring instrument, protective device or similar apparatus.

Usually, the current transformer ratio is stated to include primary and secondary current ratings, for example 600:5, means that a 600A in the primary is converted into 5A in the secondary.
When current is passing through the primary of the CT, the secondary should be always kept shorted either through a shunt resistor (or meter coils) or through a shorting switch (for example a jumper) because the secondary may produce very high and harmful potential.

Another thing should be noted with CT is its rated apparent power, for example 10VA, or its maximum burden impedance.

PIC18F46K22 MCU based AC current measurement project circuit:
Project circuit diagram is shown below (click on the image for full resolution view).

PIC18F46K22 MCU Based AC Current Measurement Project

The main power source voltage of the circuit is 5V, it’s connected to connector J1 (5V Input connector) where pin 1 is negative (GND) and pin 2 is positive.

Hardware required:
This is a summary of circuit required parts (circuit schematic diagram may contain some component parameters not mentioned below).

  • PIC18F46K22 microcontroller (U1)   —>   datasheet
  • Current transformer with turns ratio 1000:1 (T1)
  • ADG609 analog multiplexer (U4)   —>  details
  • OPA2191 op amp (U5)   —>  details
  • MCP6V02 op amp (U6)   —>  details
  • MCP1501-20 2.048 voltage reference (U3)   —> details
  • TPS60403 charge pump voltage inverter (U2)   —>   details
  • 1602 LCD screen
  • BAT54S dual serial small signal Schottky diode
  • SMBJ3.3CA TVS diode
  • 10uF capacitor (C2)
  • 4 x 1uF capacitor (C1, C3, C4, C20)
  • 10 x 100nF capacitor (C5, C6, C7, C9, C11, C12, C13, C14, C18, C19)
  • 4 x 10nF capacitor (C8, C10, C16, C17)
  • 1nF capacitor (C15)
  • 2 x 200k ohm resistor (R15, R20)
  • 2 x 100k ohm resistor (R8, R12)
  • 2 x 80k ohm resistor (R7, R11)
  • 2 x 20k ohm resistor (R13, R19)
  • 2 x 18k ohm resistor (R5, R10)
  • 5 x 10k ohm resistor (R1, R14, R16, R18, R22)
  • 2 x 2k ohm resistor (R4, R9)
  • 330 ohm resistor (R2)
  • 100 ohm resistor (R17)
  • 2 x 10 ohm resistor (R6, R21)
  • 10k ohm variable resistor (R3)
  • 5V source
  • Breadboard & jumper wires…
  • PIC MCU programmer (PICkit 3, PICkit 4 …)

Circuit description:
As shown in project circuit schematic diagram above, the current transformer which noted as T1 has a turns ratio of 1000/1, the secondary of the current transformer is connected to a shunt resistor with resistance of 10 Ohm (R6), this means at a load current of 50A AC the voltage generated across R6 will be: 50 x 10 / 1000 = 500 mV AC.

The SMBJ3.3CA bidirectional TVS diode is also connected in parallel with CT secondary and it is used to protect the electronic circuit from transient voltages.

Once the electric current is converter into voltage we can easily measure it using analog-to-digital converter module (ADC), in this circuit I’m using the PIC18F46K22 microcontroller which already has one ADC module with 10-bit resolution.

But before the signal goes to the MCU it firstly passes through a signal conditioning circuit which basically amplifies (if required), filters and adds a bias voltage of 1.024V in order for the ADC module to safely read the analog signal.
I used the ADG609 analog multiplexer from Analog Devices and OPA2191 op amp from Texas Instruments with some resistors to build a programmable gain amplifier with gains: 1, 2, 10 & 100 where we can change the gain through the ADG609 inputs A0 (pin #1) and A1 (pin #16). For example if A0 = A1 = LOW then the gain = 100, and so on.

The two chips ADG609 analog multiplexer and OPA2191 op amp are powered with bipolar supply of voltage ±5V, I used the TPS60403 60mA charge pump voltage inverter from Texas Instruments to get -5V where it automatically generates a -5 V from the +5 V supply.

Another alternatives with pin compatible to the ADG609 are: ADG409 –datasheet– and ADG5409 –datasheet-, the best one is the ADG5409 since its typical ON resistance is low (13.5 Ohm), but according to device’s datasheet the ADG409 as well as the ADG5409 requires a minimum dual voltage of ±9.

Resistor R7 has a resistance of not well used value -80k Ohm-, we may connect two resistors in parallel to get 80k, for example in my DIY circuit I used 120k in parallel with 240k.
Note that for better accuracy the following resistors should have a tolerance of 0.1%:
R4 ~ R15, R18, R19 & R20. A tolerance of 1% can also be used but it will directly affects the accuracy of the measurements.

The MCP1501-20 high-precision buffered voltage reference from Microchip is used to get a precise voltage of 2.048V which is then used as a positive voltage reference for the PIC18F46K22 microcontroller ADC module and a bias voltage for the AC signal.

The 1602 LCD screen (2 rows and 16 columns) is used to display the RMS value of the applied voltage, it is connected to the PIC18F46K22 MCU as follows:
RS —> pin RD0
RW —> pin RD1
E   —> pin RD2
D4 —> pin RD3
D5 —> pin RD4
D6 —> pin RD5
D7 —> pin RD6
VSS, D0, D1, D2, D3 and K are connected to circuit ground
VEE to the variable resistor (or potentiometer) output
VDD to +5V and A to +5V through 330 ohm resistor.
VEE pin is used to control the contrast of the LCD. A (anode) and K (cathode) are the back light LED pins.

Internal oscillator of the PIC18F46K22 microcontroller is used @64MHz.

PIC18F46K22 MCU based AC ammeter project C code:
The C code below is for CCS C compiler, it was tested with version 5.112.

This C code calculates average and RMS values of AC signals, the average value is just used in the RMS calculations. The MCU only shows the RMS value of load current on the LCD and serial monitor.

Simply the average (mean or DC offset) value in discrete-time is the sum of all sample values divided by number of samples:

mean value equation

and the RMS value in discrete-time domain can be calculated using the following equation:

RMS value equation

The PIC18F46K22 microcontroller contains a 10-bit ADC module, with a positive voltage reference of 2.048 V, a 0 V is digitally represented by 0 and a 2.048 V is represented by 1023.

Programming hints:
As we have a 10-bit ADC module working in the range [0, 2.048V], the MCU makes 64 samples every 1 cycle and saves the sampled data in an array named sample_array.

For a 50 Hz signal the period is 20 ms, the MCU takes one sample every 20000/64 = 312.5 us. I used CCP5 (Capture, Compare, PWM) module to start an ADC conversion every 312.5 us where the module is configured to use Timer5 for the compare operation, once the conversion is complete ADC interrupt saves the digital value in the variable sample_array. The array element is incremented every new reading until the filling of all elements and completion of the cycle.

At all times the microcontroller automatically changes the gain of the PGA circuit according to the load current, if the load current is less than 0.5A the MCU sets the gain to 100, if the load current is between 0.5A & 5A then the MCU sets the gain to 10, if the current is between 5A & 25A then the MCU sets the gain to 10 and if the load current is higher than 25A the MCU sets the gain to 1.

Full CCS C code:

The following small video shows my DIY circuit for this project, FLUKE 289 true RMS multimeter is used to test the accuracy of the circuit:

Related Project:
AC Voltage Measurement using PIC18F46K22 Microcontroller

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Scroll to Top