From fc7bba20ea14924c1161446c7d75a721607ef796 Mon Sep 17 00:00:00 2001 From: klaute Date: Fri, 9 Feb 2024 20:46:14 +0100 Subject: [PATCH 1/2] Used software list fixed --- README.md | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 52f4574..7fd7567 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # powerMC - Energy and Current Measurement System An ESP32 based energy and current measurement system. @@ -191,25 +190,25 @@ The `configureIna226()` function configures the INA226 sensor with specific sett ## Used libraries (Arduino) -WiFi at version 2.0.0 -ESP32httpUpdate at version 2.1.145 -HTTPClient at version 2.0.0 -WiFiClientSecure at version 2.0.0 -Update at version 2.0.0 -FS at version 2.0.0 -SPIFFS at version 2.0.0 -WebServer at version 2.0.0 -ArduinoJson at version 7.0.2 -WiFiManager at version 2.0.16-rc.2 -DNSServer at version 2.0.0 -EEPROM at version 2.0.0 -Wire at version 2.0.0 -INA226 at version 0.5.2 -Adafruit GFX Library at version 1.11.9 -Adafruit BusIO at version 1.15.0 -SPI at version 2.0.0 -Adafruit SSD1306 at version 2.5.9 -Adafruit Unified Sensor at version 1.1.14 -Adafruit BME280 Library at version 2.2.4 + - WiFi at version 2.0.0 + - ESP32httpUpdate at version 2.1.145 + - HTTPClient at version 2.0.0 + - WiFiClientSecure at version 2.0.0 + - Update at version 2.0.0 + - FS at version 2.0.0 + - SPIFFS at version 2.0.0 + - WebServer at version 2.0.0 + - ArduinoJson at version 7.0.2 + - WiFiManager at version 2.0.16-rc.2 + - DNSServer at version 2.0.0 + - EEPROM at version 2.0.0 + - Wire at version 2.0.0 + - INA226 at version 0.5.2 (zip file in repository modified by me) + - Adafruit GFX Library at version 1.11.9 + - Adafruit BusIO at version 1.15.0 + - SPI at version 2.0.0 + - Adafruit SSD1306 at version 2.5.9 + - Adafruit Unified Sensor at version 1.1.14 + - Adafruit BME280 Library at version 2.2.4 Use the modified INA226 zip file from the repository to support shunt resistors down to 0.0001 Ohm. From 871b6d43ba85ef51aec06ee7546753add1b40338 Mon Sep 17 00:00:00 2001 From: klaute Date: Fri, 9 Feb 2024 20:51:59 +0100 Subject: [PATCH 2/2] Readme fix --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fd7567..98f41a9 100644 --- a/README.md +++ b/README.md @@ -180,8 +180,7 @@ The `configureIna226()` function configures the INA226 sensor with specific sett - Description: Sets the maximum current shunt value with normalization (3rd parameter set to true) to 3 floating-point accuracy. - Code: ```cpp - ina226Status = ina226.setMaxCurrentShunt(current ampere, - shunt ohm, true); + ina226Status = ina226.setMaxCurrentShunt(current ampere, shunt ohm, true); ``` 3. **Set Averaging:**