Skip to main content

Dataset

 


ABSTRACT 

This dataset includes the monitoring of energy consumption of a Data Server that is working in the facilities of the Information Technology Center (CTI) of the Escuela Superior Politecnica del Litoral (ESPOL). The data acquisition equipment was 2PEM-100A. 2PEM-100A is open-source hardware based on the ESP32 hardware.

Related scientific publications:

More related repositories:


INSTRUCTIONS

The equipment used to perform these measurements was 2PEM-100A. The steps that were performed in the installation of the equipment 2PEM-100A for the recording of these data are available at the following link (Electrical Installation and Connections), as follows:
  1. Remove the cover of MCB-100A
  2. Remove the Jumper
  3. Conectar el Cable USB a un Computador
  4. Connecting the measuring coils
  5. Staple the coils to the load lines.
  6. Energizing the MCB-100A
  7. Install ARDUINO IDE on the Computer
The data set includes 12 days of power consumption log at a sampling rate of 4 data per second (4Hz). The columns represent the following variables:
  • Voltaje (V)
  • Current (A)
  • Power (W)
  • Frecuency (Hz)
  • Energy (KWh)
  • Power Factor
  • Temperature ESP32 (°C)
  • CPU usage (%)
  • RAM usage (%)
To use the attached data (dataset.mat), please follow the step-by-step instructions described in the attached PDF files:
Source code used to program the measuring equipment (2PEM-100A):
Design of the printed circuit board (PCB) of the measuring equipment (2PEM-100A):
More examples using dataset:

Comments

Popular posts from this blog

▷ Practica #6 - Envio Datos ThingSpeak

  ⭐⭐⭐⭐⭐ Practica #6 - Envio Datos ThingSpeak Objetivo general: Aprender sobre el envio de datos a ThingSpeak Objetivos especificos: Instalar libreria necesaria para ThingSpeak Configuracion de ThingSpeak para recepcion de datos. Visualizacion de datos en ThingSpeak. Reposi torio: https://github.com/avbazurt/Simulacion_Sistemas_Electricos Materiales: Medidor Consumo energético Cuenta de ThingSpeak Introducción: En esta practica veremos como enviar los datos obtenidos de nuestro sensor bifasico a una plataforma de analisios IOT. Esta nos permitira visualizar graficas via internet, ademas de tener soporte con Matlab lo que facilita el procesamiento de la informacion. Procedimiento #1: Descargar e Instalar Librerias necesarias Para esta practica utilizaremos las siguientes librerias, si ya las tiene saltese este paso. PZEM-004T https://github.com/mandulaj/PZEM-004T-v30 ThingSpeak https://github.com/mathworks/thingspeak-arduino Procedimiento #2: Configurar ThingSpeak Nos dirigimos a la pagu

▷ Practice #0 - Installing Arduino support for programming #ESP32 boards

⭐⭐⭐⭐⭐ Practice #0 - Installing Arduino support for programming #ESP32 boards ☑️ #2PEM100A #MyDataLab #ESP32 #Arduino #EnergyMeter General Objective: To learn about ESP32 and Arduino IDE boards. Specific objectives: Configure Arduino IDE to program ESP32 boards. Upload code to the ESP32 board using the Arduino IDE. Learn how to use Arduino IDE serial monitor. Repository: https://github.com/avbazurt/Simulacion_Sistemas_Electricos Materials: 2 PHASE ENERGY METER 100A (2PEM-100A) Introduction: The Arduino IDE, is one of the most popular development environments in the world, in which microcontrollers of the ATMEL family are programmed in processing programming language.  This environment is characterized by being didactic and very friendly, allowing more people to start programming. However, as mentioned, this environment originally does not allow programming ESP32 boards, however, we can download media and configure the IDE to be able to program and upload codes. In this practice we will

Practica #5 - Medicion Bifasica utilizando Sensores PZEM004T

  ⭐⭐⭐⭐⭐  Practica #5 - Medicion Bifasica utilizando Sensores PZEM004T Objetivo general: Realizar un monitoreo de una carga Bifasica. Objetivos especificos: Instalar libreria necesaria para el uso del sensor PZEM004T. Implementar funciones del sensor en nuestro codigo Arduino. Mostrar por serial lecturas bifasicas. Reposi torio: https://github.com/avbazurt/Simulacion_Sistemas_Electricos Materiales: Medidor Consumo energético Introducción: Hasta ahora hemos visto varias maneras de visualizar los datos obtenidos en nuestra placa, sin embargo, todo desde una carga monofasica. Nuestro modulo MCB100V es capaz de tomar lecturas de cargas bifasicas. En esta practica veremos como realizar las mediciones de ambas fases y mostrarlas por el monitor serial. Procedimiento #1: Descargar e Instalar Librerias necesarias Para esta practica utilizaremos las mismas librerias de la practica #1, si no las tiene pueden ser descargadas de los siguientes link: PZEM-004T https://github.com/mandulaj/PZEM-004T-v3