├── 2_Read_Sensors.ino ├── 3_Device_Protection.ino ├── 4_Charging_Algorithm.ino ├── 5_System_Processes.ino ├── 6_Onboard_Telemetry.ino ├── 7_Wireless_Telemetry.ino ├── 8_LCD_Menu.ino ├── ARDUINO_MPPT_FIRMWARE_V1.1.ino ├── LICENSE └── README.md /2_Read_Sensors.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngeloCasi/FUGU-ARDUINO-MPPT-FIRMWARE/HEAD/2_Read_Sensors.ino -------------------------------------------------------------------------------- /3_Device_Protection.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngeloCasi/FUGU-ARDUINO-MPPT-FIRMWARE/HEAD/3_Device_Protection.ino -------------------------------------------------------------------------------- /4_Charging_Algorithm.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngeloCasi/FUGU-ARDUINO-MPPT-FIRMWARE/HEAD/4_Charging_Algorithm.ino -------------------------------------------------------------------------------- /5_System_Processes.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngeloCasi/FUGU-ARDUINO-MPPT-FIRMWARE/HEAD/5_System_Processes.ino -------------------------------------------------------------------------------- /6_Onboard_Telemetry.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngeloCasi/FUGU-ARDUINO-MPPT-FIRMWARE/HEAD/6_Onboard_Telemetry.ino -------------------------------------------------------------------------------- /7_Wireless_Telemetry.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngeloCasi/FUGU-ARDUINO-MPPT-FIRMWARE/HEAD/7_Wireless_Telemetry.ino -------------------------------------------------------------------------------- /8_LCD_Menu.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngeloCasi/FUGU-ARDUINO-MPPT-FIRMWARE/HEAD/8_LCD_Menu.ino -------------------------------------------------------------------------------- /ARDUINO_MPPT_FIRMWARE_V1.1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngeloCasi/FUGU-ARDUINO-MPPT-FIRMWARE/HEAD/ARDUINO_MPPT_FIRMWARE_V1.1.ino -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngeloCasi/FUGU-ARDUINO-MPPT-FIRMWARE/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngeloCasi/FUGU-ARDUINO-MPPT-FIRMWARE/HEAD/README.md --------------------------------------------------------------------------------