From 64c4a3eb62e5c83440a9109e6a941b9a3b2376ac Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Wed, 24 Jan 2024 18:24:50 +0100 Subject: [PATCH] Create README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..104d9c1 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# ESP32-PowerGuard - Digitalization in Energy Engineering + +This repository contains the source code for our university group project focused on digitalizing energy engineering in the industrial sector. Our project aims to retrofit mobile robots with capable mini PCs while addressing a critical issue—two PC failures due to a faulty power converter. Collaborating with the electrical engineering department, we are identifying and mitigating faults. + +Key Features: + + ESP32-based power monitoring for voltage and consumption. + Integration of 2 relay boards to prevent unforeseen voltage conditions. + Data logging to InfluxDB for comprehensive analysis. + Grafana dashboard for visualizing power conditions. + Embedded webserver on ESP32 for real-time voltage and power readings and relay control. + +How to Use: +[Include brief instructions on setting up and using your project.] + +License: +MIT License + +Explore the code, contribute, and provide feedback.