Skip to main content

▷ Electrical Installation and Connections


⭐⭐⭐⭐⭐ Electrical Installation and Connections


☑️ #2PEM100A #MyDataLab #ESP32 #Arduino #EnergyMeter

 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


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