Skip to content

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

gustavowd/FreePMU

Repository files navigation

FreePMU

A Low-Cost, Open Architecture, Synchronized Harmonic Phasor Measurement Unit.

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 distribution circuit.

Prototype

pmu

Publications

SEGER, P. V. H.; MORETO, MIGUEL; GRANDO, F. L.; LAZZARETTI, A. E.; DENARDIN, G. W.; PASTRO, C. R. Power System Monitoring Through Low-Voltage Distribution Network Using freePMU. IEEE Transactions on Industry Applications, v. 58, n. 3, p. 3153-3163, 2022.

SEGER, P. V. H.; MORETO, MIGUEL; GRANDO, F. L.; LAZZARETTI, A. E.; DENARDIN, G. W.; PASTRO, C. R. Monitoring Low Voltage Electrical Networks Using Low Cost PMUs: a Case Study. IEEE International Conference on Environment and Electrical Engineering and IEEE Industrial and Commercial Power Systems Europe, 2020, Madrid.

GRANDO, F. L.; DENARDIN, G. W.; MORETO, M.; LAZZARETTI, A. E.; VIEIRA NETO, H. A method for synchronized harmonic phasor measurement based on hardware-enhanced Fast Fourier Transform. International Transactions on Electrical Energy Systems, v. 30, p. 1-19, 2020.

Configurations

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. Define if harmonics are enable or not

#define ENABLE_HARMONICS 1

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

#define OVERSAMPLING 1

  1. Define the GPS baudrate

#define GPS_BAUDRATE 115200

  1. Set this define to 1 for simulate GPS time stamp and PPS

#define SIMULATED_GPS 0

  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…

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages