Skip to content
/ FreePMU Public
forked from gustavowd/FreePMU

The FreePMU project delivers an open source Phasor Measurement Unit (PMU) for power system analysis based on the STM32F769 Discovery kit and an instrumentation PCB. Its characteristics are low cost, open architecture and open source code. FreePMU measures fundamental and harmonic synchrophasors as well as the signal frequency for a three-phase d…

Notifications You must be signed in to change notification settings

iicsys/FreePMU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microPMU

The microPMU project delivers an open source Phasor Measurement Unit (PMU) for power system analysis based on the STM32F769 Discovery kit and an instrumentation PCB.

Prototype

Prototype

The PMU code has several possible configurations. These settings can be configured in the main.h file.

  1. Set the PMU identification number for the communication with PDC

#define PMUID 0x0001

  1. Set the utility nominal frequency (50 or 60Hz)

#define NOMINAL_FREQ 60

  1. Set the utility nominal voltage (127 or 220V)

#define NOMINAL_VOLTAGE 127

  1. Set if the oversamling will be used or not (0 or 1)

#define OVERSAMPLING 1

  1. Defines if the GPS will provide the 30 pulses per second or not (if not defined, GPS will provide 1 pulse per second)

#define PPS_30_HZ

  1. Defines if the measure data will be based on peak or RMS values (possible values are RMS_GAIN or PEAK_GAIN)

#define PEAK_OR_RMS RMS_GAIN

  1. Set the transport protocol to communicate with the PDC (TCP_PMU or UDP_PMU)

#define TRANSPORT_PROTOCOL TCP_PMU

  1. Several gains for the fit curves (depends on the instrumentation board)

For better performance, such gains must be defined through a calibration process

Interface video

Watch the interface video

Connections

Connections

Used GPS GPS

Used voltage transformer

voltage transformer

About

The FreePMU project delivers an open source Phasor Measurement Unit (PMU) for power system analysis based on the STM32F769 Discovery kit and an instrumentation PCB. Its characteristics are low cost, open architecture and open source code. FreePMU measures fundamental and harmonic synchrophasors as well as the signal frequency for a three-phase d…

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.3%
  • HTML 1.5%
  • Other 0.2%