Skip to content

Upon receipt on external trigger on pin 3 of J4, measure 3x phase voltages with ADC, then send 3 readings with checksum over isolation barrier via 2 wire SPI

License

Notifications You must be signed in to change notification settings

microchip-pic-avr-examples/dspic33ck-power-isolated-voltage-acquisition-board

Repository files navigation

image


dsPIC33C Isolated Voltage Acquisition Board

dsPIC33CK Firmware for Isolated Voltage Acquisition Board

dsPIC33C Isolated Voltage Acquisition Board

Isolated Voltage Acquisition Board.


Summary

The Isolated Voltage Acquisition Board can be used for isolated sensing of up to three voltages. Three op amps, a small dsPIC33C and three opto-couplers are used to scale, digitize and transmit the sensed voltages across the isolation barrier.

The board was originally developed as a Plug-In Board (PIM) for our dsPIC33C 11kW Totem Pole Demonstration Application. In this case, it is used to sense the three-phase AC line voltages with reference to neutral, and send this information to the main PFC controller, which sits on the output voltage ground. It is preprogrammed for this function but can be easily adapted for other functions by changing the firmware on the dsPIC33C.

In this document we describe the pre-programmed firmware.

[back to top]


Highlights

  • 4kV galvanic isolation
  • Accurate sensing of AC voltages up to 27V rms (low voltage configuration) and 265V rms (high voltage configuration)
  • dsPIC33C configurable via firmware leads to flexibility for a wide variety of applications

[back to top]


Related Documentation

Hardware Documentation

Target Device Documentation

Please always check for the latest data sheets on the respective product websites:


Software Used

Hardware Used

[back to top]


Functionality Overview

The operation of the firmware is quite straightforward.

See below.


Isolated Voltage Acquisition Firmware Operation

On a low to high transition on pin 3 of J4, an interrupt is triggered. In the interrupt, the 3 input voltages (relative to N) are measured with the 12-bit ADC on the dsPIC33CK. A checksum is computed, and the data is sent across the isolaton barrier via SPI using 2 optocouplers.


Inputs and Outputs of Isolated Voltage Acquisition Board

[back to top]


© 2023, Microchip Technology Inc.

About

Upon receipt on external trigger on pin 3 of J4, measure 3x phase voltages with ADC, then send 3 readings with checksum over isolation barrier via 2 wire SPI

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published