<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.engineersofinnovation.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Maarten</id>
	<title>'Engineers of Innovation Wiki' - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.engineersofinnovation.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Maarten"/>
	<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/wiki/Special:Contributions/Maarten"/>
	<updated>2026-05-07T13:55:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Hub_Sensor&amp;diff=251</id>
		<title>Hub Sensor</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Hub_Sensor&amp;diff=251"/>
		<updated>2025-06-13T07:57:21Z</updated>

		<summary type="html">&lt;p&gt;Maarten: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The hub sensor is an AS5047 magnetic encoder mounted behind the Lehner BLDC motor inside the rudder. The hub sensor communicated the position of the rotor to provide a reference position to the motordriver during startup.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
[[File:250525135749 Scope Screen.png|thumb|Scope screen of the RS422 in blue and SPI from the VESC. Showing the timing of the various data transfers]]&lt;br /&gt;
The hubsesnor is build around two PCBs, one that connects to the VESC and the other that sits behind the motor. These boards are build around the atxmega16e5 and communicate with each other though RS422. The bottom board reads out the AS5047 and NTC and sens this data to the top over serial at 2 Megabaud. This link is quite fast to be able to send this data at the sample rate of the VESC at around 12kHz. The data and power to the hub sensor are separated with functional isolation to make sure the top electronics are protected from water Ingres and shorts. &lt;br /&gt;
&lt;br /&gt;
== Startup and Timing Behavior ==&lt;br /&gt;
The top and hub MCUs share the same flash image so they are easy to update and their protocol is always in sync. During boot the flash of the hub MCU is cleared and it waits for a copy of the top MCU's flash. If this is successful the '''top green LED will blink every second in three quick bursts'''. During running this LED should be blinking continuously. If there is no data from the bottom board for 8ms the top board will reboot the hub and send another flash config, blinking of the red LED will occur during. &lt;br /&gt;
&lt;br /&gt;
== VESC tool ==&lt;br /&gt;
[[File:Vesc.png|thumb|VESC tool showing a counter value that has been generated on the hub PCB for testing. small steps in the data can be seen for unknown reason]]&lt;br /&gt;
[[File:Vesc tool.png|thumb|Showing the hub sensor with magnet data. Note the noise on the right side when the magnet is removed]]&lt;br /&gt;
The encoder was tested using VESC tool and a counter value generated at the bottom hub PCB. The data transmission is quite reliable without a motor attached, a spike of 360 degrees can be seen about every 10 minutes as of git hash &amp;quot;b45a45a&amp;quot; .DMA on the RX UART could ease the timing requirements on the top board and perhaps reduce this.&lt;br /&gt;
&lt;br /&gt;
== Future Tests and Features ==&lt;br /&gt;
Some additional features or tests that could be implemented or done in the future:&lt;br /&gt;
&lt;br /&gt;
* Actually test on the VESC 300/75&lt;br /&gt;
** Currently only tested on the UBOX 75 v2&lt;br /&gt;
*Test with high currents though the motor cables next to the data&lt;br /&gt;
* Implement error detection when for instance no magnet is found &lt;br /&gt;
** Perhaps set the parity bit wrong on the top to let the VESC know there is only garbage&lt;br /&gt;
* Check the temperature sensor accuracy&lt;br /&gt;
** We send the ADC values at the bottom as is to the top DAC. The idea is that we set the same voltage as measured at the bottom with the same resistor divider that's used on the VESC. We havent checked if this actually measures the temperature correctly&lt;br /&gt;
&lt;br /&gt;
== Wire color mishap ==&lt;br /&gt;
The wire used to connect the hub sensor with the motor driver is color coded. On both the PCB's the colors are labeled on the silkscreen. On the PCB with the encoder this is correct. On the PCB that connects directly to the VECS it is NOT correct. Because there is no grey wire in the cable we connector in the top PCB will not match it's cable colors to the colors on the silkscreen. The table below shows how it should be connected. &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Color on cable&lt;br /&gt;
!Color on PCB&lt;br /&gt;
!Function&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|Blue&lt;br /&gt;
|Grey&lt;br /&gt;
|5V supply&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Black&lt;br /&gt;
|White&lt;br /&gt;
|GND&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|White&lt;br /&gt;
|Black&lt;br /&gt;
|DATp&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Brown&lt;br /&gt;
|Brown&lt;br /&gt;
|DATn&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Blue&lt;br /&gt;
|Temp&lt;br /&gt;
|The cable only has 4 wires &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Maarten</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=MPPT&amp;diff=250</id>
		<title>MPPT</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=MPPT&amp;diff=250"/>
		<updated>2025-06-11T12:21:30Z</updated>

		<summary type="html">&lt;p&gt;Maarten: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Maximum Power Point Trackers (MPPT) are the abdomens of the SolarBoat (BoII) that gives the battery juice from the solar panels.&lt;br /&gt;
&lt;br /&gt;
The MPPTs are self made, where the hardware can be found on the altium365 [https://engineers-of-innovation.365.altium.com workspace] and the software on [https://git.engineersofinnovation.nl/boat-fw/mppt-software Git].&lt;br /&gt;
&lt;br /&gt;
== What is a MPPT? ==&lt;br /&gt;
A MPPT (Maximum Power Point Tracker) is a device that ensures that a solar panel is used at the most efficient point of its I-V curve. The I-V curve of a solar panel can be redrawn into an P-V curve by summing the voltage and current, resulting in the voltage at which the panel generates the most power. Because the output of the MPPT is connected to a battery (which is a very constant voltage source) any adjustments in the dutycycle of the MPPT influence the voltage over the solar panel, making it possible to steer the panel towards its maximum power point.&lt;br /&gt;
&lt;br /&gt;
== PCBs ==&lt;br /&gt;
[[File:2023-07-17 Updated MPPTS WHITEBG.png|thumb|815x815px|Deck layout with corresponding MPPTs ID per panel.]]&lt;br /&gt;
There are probably 8 MPPT PCBs in total. Where 4 are used in the current SolarBoat. The picture on the right shows the layout of the solar panels with the corresponding MPPTs.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+MPPT's in boat&lt;br /&gt;
!Possition&lt;br /&gt;
!MPPT&lt;br /&gt;
!ID&lt;br /&gt;
!Channel&lt;br /&gt;
!Panel&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|Front box front&lt;br /&gt;
|4&lt;br /&gt;
|2&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Front box back&lt;br /&gt;
|2&lt;br /&gt;
|5&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Back box front&lt;br /&gt;
|3&lt;br /&gt;
|4&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Back box back&lt;br /&gt;
|5&lt;br /&gt;
|3&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+All MPPT's&lt;br /&gt;
!MPPT&lt;br /&gt;
!ID&lt;br /&gt;
!State&lt;br /&gt;
!Notes:&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|3&lt;br /&gt;
|Reserve&lt;br /&gt;
|Channel 3 broken&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|5&lt;br /&gt;
|In boat&lt;br /&gt;
|Second&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|4&lt;br /&gt;
|In boat&lt;br /&gt;
|Third&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|2&lt;br /&gt;
|In boat&lt;br /&gt;
|Most forward (Channel 1 not used)&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|3&lt;br /&gt;
|In boat&lt;br /&gt;
|Fourth, Channel 1 broken(LTC4444) &lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|1&lt;br /&gt;
|Reserve&lt;br /&gt;
|Diodes of buck broken&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|7&lt;br /&gt;
|Reserve&lt;br /&gt;
|Harvested for donor componends&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|?&lt;br /&gt;
|Reserve&lt;br /&gt;
|Need to be checked&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Maarten</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=MPPT&amp;diff=248</id>
		<title>MPPT</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=MPPT&amp;diff=248"/>
		<updated>2025-06-08T11:37:02Z</updated>

		<summary type="html">&lt;p&gt;Maarten: /* PCBs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Maximum Power Point Trackers (MPPT) are the abdomens of the SolarBoat (BoII) that gives the battery juice from the solar panels.&lt;br /&gt;
&lt;br /&gt;
The MPPTs are self made, where the hardware can be found on the altium365 [https://engineers-of-innovation.365.altium.com workspace] and the software on [https://git.engineersofinnovation.nl/boat-fw/mppt-software Git].&lt;br /&gt;
&lt;br /&gt;
== What is a MPPT? ==&lt;br /&gt;
A MPPT (Maximum Power Point Tracker) is a device that ensures that a solar panel is used at the most efficient point of its I-V curve. The I-V curve of a solar panel can be redrawn into an P-V curve by summing the voltage and current, resulting in the voltage at which the panel generates the most power. Because the output of the MPPT is connected to a battery (which is a very constant voltage source) any adjustments in the dutycycle of the MPPT influence the voltage over the solar panel, making it possible to steer the panel towards its maximum power point.&lt;br /&gt;
&lt;br /&gt;
== PCBs ==&lt;br /&gt;
[[File:2023-07-17 Updated MPPTS WHITEBG.png|thumb|815x815px|Deck layout with corresponding MPPTs ID per panel.]]&lt;br /&gt;
There are probably 8 MPPT PCBs in total. Where 4 are used in the current SolarBoat. The picture on the right shows the layout of the solar panels with the corresponding MPPTs.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+MPPT's in boat&lt;br /&gt;
!Possition&lt;br /&gt;
!MPPT&lt;br /&gt;
!ID&lt;br /&gt;
!Channel&lt;br /&gt;
!Panel&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|Front box front&lt;br /&gt;
|4&lt;br /&gt;
|2&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Front box back&lt;br /&gt;
|2&lt;br /&gt;
|5&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Back box front&lt;br /&gt;
|3&lt;br /&gt;
|4&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Back box back&lt;br /&gt;
|5&lt;br /&gt;
|3&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+MPPT's in reserve&lt;br /&gt;
!MPPT&lt;br /&gt;
!ID&lt;br /&gt;
!State&lt;br /&gt;
!Notes:&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|3&lt;br /&gt;
|Reseve&lt;br /&gt;
|Channel 3 broken&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|5&lt;br /&gt;
|In boat&lt;br /&gt;
|Second&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|4&lt;br /&gt;
|In boat&lt;br /&gt;
|Third&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|2&lt;br /&gt;
|In boat&lt;br /&gt;
|Most forward (Channel 1 not used)&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|3&lt;br /&gt;
|In boat&lt;br /&gt;
|Fourth, Channel 1 broken(LTC4444) &lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|1&lt;br /&gt;
|Reserve&lt;br /&gt;
|Diodes of buck broken&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|7&lt;br /&gt;
|Reserve&lt;br /&gt;
|Harvested for donor componends&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|?&lt;br /&gt;
|Reserve&lt;br /&gt;
|Need to be checked&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Maarten</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=MPPT&amp;diff=247</id>
		<title>MPPT</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=MPPT&amp;diff=247"/>
		<updated>2025-06-08T11:31:40Z</updated>

		<summary type="html">&lt;p&gt;Maarten: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Maximum Power Point Trackers (MPPT) are the abdomens of the SolarBoat (BoII) that gives the battery juice from the solar panels.&lt;br /&gt;
&lt;br /&gt;
The MPPTs are self made, where the hardware can be found on the altium365 [https://engineers-of-innovation.365.altium.com workspace] and the software on [https://git.engineersofinnovation.nl/boat-fw/mppt-software Git].&lt;br /&gt;
&lt;br /&gt;
== What is a MPPT? ==&lt;br /&gt;
A MPPT (Maximum Power Point Tracker) is a device that ensures that a solar panel is used at the most efficient point of its I-V curve. The I-V curve of a solar panel can be redrawn into an P-V curve by summing the voltage and current, resulting in the voltage at which the panel generates the most power. Because the output of the MPPT is connected to a battery (which is a very constant voltage source) any adjustments in the dutycycle of the MPPT influence the voltage over the solar panel, making it possible to steer the panel towards its maximum power point.&lt;br /&gt;
&lt;br /&gt;
== PCBs ==&lt;br /&gt;
[[File:2023-07-17 Updated MPPTS WHITEBG.png|thumb|815x815px|Deck layout with corresponding MPPTs ID per panel.]]&lt;br /&gt;
There are probably 8 MPPT PCBs in total. Where 4 are used in the current SolarBoat. The picture on the right shows the layout of the solar panels with the corresponding MPPTs.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!MPPT&lt;br /&gt;
!ID&lt;br /&gt;
!State&lt;br /&gt;
!Notes:&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|3&lt;br /&gt;
|Reseve&lt;br /&gt;
|Channel 3 broken&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|5&lt;br /&gt;
|In boat&lt;br /&gt;
|Second&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|4&lt;br /&gt;
|In boat&lt;br /&gt;
|Third&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|2&lt;br /&gt;
|In boat&lt;br /&gt;
|Most forward (Channel 1 not used)&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|3&lt;br /&gt;
|In boat&lt;br /&gt;
|Fourth, Channel 1 broken(LTC4444) &lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|1&lt;br /&gt;
|Reserve&lt;br /&gt;
|Diodes of buck broken&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|7&lt;br /&gt;
|Reserve&lt;br /&gt;
|Harvested for donor componends&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Maarten</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=MPPT&amp;diff=246</id>
		<title>MPPT</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=MPPT&amp;diff=246"/>
		<updated>2025-06-08T11:31:17Z</updated>

		<summary type="html">&lt;p&gt;Maarten: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Maximum Power Point Trackers (MPPT) are the abdomens of the SolarBoat (BoII) that gives the battery juice from the solar panels.&lt;br /&gt;
&lt;br /&gt;
The MPPTs are self made, where the hardware can be found on the altium365 [https://engineers-of-innovation.365.altium.com workspace] and the software on [https://git.engineersofinnovation.nl/boat-fw/mppt-software Git].&lt;br /&gt;
&lt;br /&gt;
== What is a MPPT? ==&lt;br /&gt;
A MPPT (Maximum Power Point Tracker) is a device that ensures that a solar panel is used at the most efficient point of its I-V curve. The I-V curve of a solar panel can be redrawn into an P-V curve by summing the voltage and current, resulting in the voltage at which the panel generates the most power. Because the output of the MPPT is connected to a battery (which is a very constant voltage source) any adjustments in the dutycycle of the MPPT influence the voltage over the solar panel, making it possible to steer the panel towards its maximum power point.&lt;br /&gt;
&lt;br /&gt;
== PCBs ==&lt;br /&gt;
[[File:2023-07-17 Updated MPPTS WHITEBG.png|thumb|815x815px|Deck layout with corresponding MPPTs ID per panel.]]&lt;br /&gt;
There are probably 8 MPPT PCBs in total. Where 4 are used in the current SolarBoat. The picture on the right shows the layout of the solar panels with the corresponding MPPTs.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!MPPT&lt;br /&gt;
!ID&lt;br /&gt;
!State&lt;br /&gt;
!Notes:&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|3&lt;br /&gt;
|Reseve&lt;br /&gt;
|Channel 3 broken&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|5&lt;br /&gt;
|In boat&lt;br /&gt;
|Second&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|4&lt;br /&gt;
|In boat&lt;br /&gt;
|Third&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|2&lt;br /&gt;
|In boat&lt;br /&gt;
|Most forward (Channel 1 not used)&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|3&lt;br /&gt;
|In boat&lt;br /&gt;
|Forth, Channel 1 broken(LTC4444) &lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|1&lt;br /&gt;
|Reserve&lt;br /&gt;
|Diodes of buck broken&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|7&lt;br /&gt;
|Reserve&lt;br /&gt;
|Harvested for donor componends&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Maarten</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=MPPT&amp;diff=242</id>
		<title>MPPT</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=MPPT&amp;diff=242"/>
		<updated>2025-06-02T10:21:05Z</updated>

		<summary type="html">&lt;p&gt;Maarten: /* PCBs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Maximum Power Point Trackers (MPPT) are the abdomens of the SolarBoat (BoII) that gives the battery juice from the solar panels.&lt;br /&gt;
&lt;br /&gt;
The MPPTs are self made, where the hardware can be found on the altium365 [https://engineers-of-innovation.365.altium.com workspace] and the software on [https://git.engineersofinnovation.nl/boat-fw/mppt-software Git].&lt;br /&gt;
&lt;br /&gt;
== What is a MPPT? ==&lt;br /&gt;
A MPPT (Maximum Power Point Tracker) is a device that ensures that a solar panel is used at the most efficient point of its I-V curve. The I-V curve of a solar panel can be redrawn into an P-V curve by summing the voltage and current, resulting in the voltage at which the panel generates the most power. Because the output of the MPPT is connected to a battery (which is a very constant voltage source) any adjustments in the dutycycle of the MPPT influence the voltage over the solar panel, making it possible to steer the panel towards its maximum power point.&lt;br /&gt;
&lt;br /&gt;
== PCBs ==&lt;br /&gt;
[[File:2023-07-17 Updated MPPTS WHITEBG.png|thumb|815x815px|Deck layout with corresponding MPPTs ID per panel.]]&lt;br /&gt;
There are probably 8 MPPT PCBs in total. Where 4 are used in the current SolarBoat. The picture on the right shows the layout of the solar panels with the corresponding MPPTs.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!MPPT&lt;br /&gt;
!ID&lt;br /&gt;
!State&lt;br /&gt;
!Notes:&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|3&lt;br /&gt;
|Reseve&lt;br /&gt;
|Channel 3 broken&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|5&lt;br /&gt;
|In boat&lt;br /&gt;
|Second&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|4&lt;br /&gt;
|In boat&lt;br /&gt;
|Third&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|2&lt;br /&gt;
|In boat&lt;br /&gt;
|Most forward&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|3&lt;br /&gt;
|Reserve&lt;br /&gt;
|Channel 1 broken(LTC4444) &lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|1&lt;br /&gt;
|Reserve&lt;br /&gt;
|Diodes of buck broken&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|7&lt;br /&gt;
|Reserve&lt;br /&gt;
|Harvested for donor componends&lt;br /&gt;
|}&lt;br /&gt;
Note: Most reward position not populated ATM!&lt;/div&gt;</summary>
		<author><name>Maarten</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=MPPT&amp;diff=228</id>
		<title>MPPT</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=MPPT&amp;diff=228"/>
		<updated>2025-04-28T16:08:06Z</updated>

		<summary type="html">&lt;p&gt;Maarten: /* PCBs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Maximum Power Point Trackers (MPPT) are the abdomens of the SolarBoat (BoII) that gives the battery juice from the solar panels.&lt;br /&gt;
&lt;br /&gt;
The MPPTs are self made, where the hardware can be found on the altium365 [https://engineers-of-innovation.365.altium.com workspace] and the software on [https://git.engineersofinnovation.nl/boat-fw/mppt-software Git].&lt;br /&gt;
&lt;br /&gt;
== What is a MPPT? ==&lt;br /&gt;
A MPPT (Maximum Power Point Tracker) is a device that ensures that a solar panel is used at the most efficient point of its I-V curve. The I-V curve of a solar panel can be redrawn into an P-V curve by summing the voltage and current, resulting in the voltage at which the panel generates the most power. Because the output of the MPPT is connected to a battery (which is a very constant voltage source) any adjustments in the dutycycle of the MPPT influence the voltage over the solar panel, making it possible to steer the panel towards its maximum power point.&lt;br /&gt;
&lt;br /&gt;
== PCBs ==&lt;br /&gt;
[[File:2023-07-17 Updated MPPTS WHITEBG.png|thumb|815x815px|Deck layout with corresponding MPPTs ID per panel.]]&lt;br /&gt;
There are probably 8 MPPT PCBs in total. Where 4 are used in the current SolarBoat. The picture on the right shows the layout of the solar panels with the corresponding MPPTs.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!MPPT&lt;br /&gt;
!ID&lt;br /&gt;
!State&lt;br /&gt;
!Notes:&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|3&lt;br /&gt;
|In boat&lt;br /&gt;
|Most forward, Channel 3 broken&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|5&lt;br /&gt;
|In boat&lt;br /&gt;
|Second&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|4&lt;br /&gt;
|In boat&lt;br /&gt;
|Third&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|2&lt;br /&gt;
|In boat&lt;br /&gt;
|Most rearward&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|3&lt;br /&gt;
|Reserve&lt;br /&gt;
|Channel 1 broken(LTC4444) &lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|1&lt;br /&gt;
|Reserve&lt;br /&gt;
|Diodes of buck broken&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|7&lt;br /&gt;
|Reserve&lt;br /&gt;
|Harvested for donor componends&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Maarten</name></author>
	</entry>
</feed>