├── Concepts ├── Collapse prevention.md └── LCD screens.md ├── FAQ.md ├── Hardware ├── CalibrationTTGO&ADS1115 -2.xlsx └── README.MD ├── README.md ├── Software ├── 0.ReadMe.md ├── 1_Install IDE and download Software.md ├── 2_Menu_system.md ├── 3_Starting_at_Thinger.io.md ├── 4_Configuration_instructions.md ├── Calibration │ ├── CalibrationTTGO&ADS1115 -2.xlsx │ └── README.MD ├── Credentials.h ├── Dashboard_json.h ├── ESP32_SoftPower_V4.ino ├── Software.ino ├── User_Setup.h ├── a0_Options.ino ├── a1_Libs_Vars.ino ├── b_Functions.ino ├── c_Setup.ino ├── d_Menu.ino ├── e_Data.ino ├── f_Stats.ino ├── g_Display.ino ├── h_Serial.ino ├── i_Wireless.ino ├── k_Loop.ino ├── libraries │ ├── MoToButtons.h │ └── SoftPower_HAL_Files │ │ ├── D6008.h │ │ ├── D6012.h │ │ ├── D6012_PCB.h │ │ ├── Dummy.h │ │ ├── FLA12-100Ah.h │ │ ├── GEL06-08Ah.h │ │ ├── GEL12-12Ah.h │ │ ├── Heltec_LoRa.h │ │ ├── J3603.h │ │ ├── J3806.h │ │ ├── LiFePo2S1P-4Ah.h │ │ ├── LiFePo4S2P-8Ah.h │ │ ├── LiIon3S-4P-8Ah.h │ │ ├── SoftPower_HAL_Files.ino │ │ ├── TTGO_LCD.h │ │ ├── Wemos32_OLED.h │ │ └── batteries.h ├── th_dash.h ├── th_stats.h ├── thinger_dashb_JSON.h ├── thinger_stats_JSON.h ├── x_ReadMe.ino └── y_ParkedCode.ino └── Version History.md /Concepts/Collapse prevention.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Concepts/Collapse prevention.md -------------------------------------------------------------------------------- /Concepts/LCD screens.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Concepts/LCD screens.md -------------------------------------------------------------------------------- /FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/FAQ.md -------------------------------------------------------------------------------- /Hardware/CalibrationTTGO&ADS1115 -2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Hardware/CalibrationTTGO&ADS1115 -2.xlsx -------------------------------------------------------------------------------- /Hardware/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Hardware/README.MD -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/README.md -------------------------------------------------------------------------------- /Software/0.ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/0.ReadMe.md -------------------------------------------------------------------------------- /Software/1_Install IDE and download Software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/1_Install IDE and download Software.md -------------------------------------------------------------------------------- /Software/2_Menu_system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/2_Menu_system.md -------------------------------------------------------------------------------- /Software/3_Starting_at_Thinger.io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/3_Starting_at_Thinger.io.md -------------------------------------------------------------------------------- /Software/4_Configuration_instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/4_Configuration_instructions.md -------------------------------------------------------------------------------- /Software/Calibration/CalibrationTTGO&ADS1115 -2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/Calibration/CalibrationTTGO&ADS1115 -2.xlsx -------------------------------------------------------------------------------- /Software/Calibration/README.MD: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Software/Credentials.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/Credentials.h -------------------------------------------------------------------------------- /Software/Dashboard_json.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/Dashboard_json.h -------------------------------------------------------------------------------- /Software/ESP32_SoftPower_V4.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/ESP32_SoftPower_V4.ino -------------------------------------------------------------------------------- /Software/Software.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/Software.ino -------------------------------------------------------------------------------- /Software/User_Setup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/User_Setup.h -------------------------------------------------------------------------------- /Software/a0_Options.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/a0_Options.ino -------------------------------------------------------------------------------- /Software/a1_Libs_Vars.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/a1_Libs_Vars.ino -------------------------------------------------------------------------------- /Software/b_Functions.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/b_Functions.ino -------------------------------------------------------------------------------- /Software/c_Setup.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/c_Setup.ino -------------------------------------------------------------------------------- /Software/d_Menu.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/d_Menu.ino -------------------------------------------------------------------------------- /Software/e_Data.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/e_Data.ino -------------------------------------------------------------------------------- /Software/f_Stats.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/f_Stats.ino -------------------------------------------------------------------------------- /Software/g_Display.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/g_Display.ino -------------------------------------------------------------------------------- /Software/h_Serial.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/h_Serial.ino -------------------------------------------------------------------------------- /Software/i_Wireless.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/i_Wireless.ino -------------------------------------------------------------------------------- /Software/k_Loop.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/k_Loop.ino -------------------------------------------------------------------------------- /Software/libraries/MoToButtons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/MoToButtons.h -------------------------------------------------------------------------------- /Software/libraries/SoftPower_HAL_Files/D6008.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/SoftPower_HAL_Files/D6008.h -------------------------------------------------------------------------------- /Software/libraries/SoftPower_HAL_Files/D6012.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/SoftPower_HAL_Files/D6012.h -------------------------------------------------------------------------------- /Software/libraries/SoftPower_HAL_Files/D6012_PCB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/SoftPower_HAL_Files/D6012_PCB.h -------------------------------------------------------------------------------- /Software/libraries/SoftPower_HAL_Files/Dummy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/SoftPower_HAL_Files/Dummy.h -------------------------------------------------------------------------------- /Software/libraries/SoftPower_HAL_Files/FLA12-100Ah.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/SoftPower_HAL_Files/FLA12-100Ah.h -------------------------------------------------------------------------------- /Software/libraries/SoftPower_HAL_Files/GEL06-08Ah.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/SoftPower_HAL_Files/GEL06-08Ah.h -------------------------------------------------------------------------------- /Software/libraries/SoftPower_HAL_Files/GEL12-12Ah.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/SoftPower_HAL_Files/GEL12-12Ah.h -------------------------------------------------------------------------------- /Software/libraries/SoftPower_HAL_Files/Heltec_LoRa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/SoftPower_HAL_Files/Heltec_LoRa.h -------------------------------------------------------------------------------- /Software/libraries/SoftPower_HAL_Files/J3603.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/SoftPower_HAL_Files/J3603.h -------------------------------------------------------------------------------- /Software/libraries/SoftPower_HAL_Files/J3806.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/SoftPower_HAL_Files/J3806.h -------------------------------------------------------------------------------- /Software/libraries/SoftPower_HAL_Files/LiFePo2S1P-4Ah.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/SoftPower_HAL_Files/LiFePo2S1P-4Ah.h -------------------------------------------------------------------------------- /Software/libraries/SoftPower_HAL_Files/LiFePo4S2P-8Ah.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/SoftPower_HAL_Files/LiFePo4S2P-8Ah.h -------------------------------------------------------------------------------- /Software/libraries/SoftPower_HAL_Files/LiIon3S-4P-8Ah.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/SoftPower_HAL_Files/LiIon3S-4P-8Ah.h -------------------------------------------------------------------------------- /Software/libraries/SoftPower_HAL_Files/SoftPower_HAL_Files.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/SoftPower_HAL_Files/SoftPower_HAL_Files.ino -------------------------------------------------------------------------------- /Software/libraries/SoftPower_HAL_Files/TTGO_LCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/SoftPower_HAL_Files/TTGO_LCD.h -------------------------------------------------------------------------------- /Software/libraries/SoftPower_HAL_Files/Wemos32_OLED.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/SoftPower_HAL_Files/Wemos32_OLED.h -------------------------------------------------------------------------------- /Software/libraries/SoftPower_HAL_Files/batteries.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/libraries/SoftPower_HAL_Files/batteries.h -------------------------------------------------------------------------------- /Software/th_dash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/th_dash.h -------------------------------------------------------------------------------- /Software/th_stats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/th_stats.h -------------------------------------------------------------------------------- /Software/thinger_dashb_JSON.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/thinger_dashb_JSON.h -------------------------------------------------------------------------------- /Software/thinger_stats_JSON.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/thinger_stats_JSON.h -------------------------------------------------------------------------------- /Software/x_ReadMe.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/x_ReadMe.ino -------------------------------------------------------------------------------- /Software/y_ParkedCode.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Software/y_ParkedCode.ino -------------------------------------------------------------------------------- /Version History.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin67630/Soft-Power2-MPPT/HEAD/Version History.md --------------------------------------------------------------------------------