<?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=Quintenlb</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=Quintenlb"/>
	<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/wiki/Special:Contributions/Quintenlb"/>
	<updated>2026-05-07T13:10:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Foils&amp;diff=278</id>
		<title>Foils</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Foils&amp;diff=278"/>
		<updated>2026-04-11T12:22:04Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The foils of the solar boat is a system that is comprised of the following:&lt;br /&gt;
&lt;br /&gt;
* Wing design&lt;br /&gt;
* Foil assembly&lt;br /&gt;
* [[Autopilot]]&lt;br /&gt;
&lt;br /&gt;
A small overview is given below what any of these signify in the hydrofoils.&lt;br /&gt;
&lt;br /&gt;
== Wing design ==&lt;br /&gt;
[[File:Wing.jpg|thumb|The designed wing to be used on the solar boat.]]&lt;br /&gt;
The wing design is based on the calculation of the airfoil database website: http://airfoiltools.com/plotter/index &lt;br /&gt;
&lt;br /&gt;
From this database an implementation has been made into matlab to tweak some parameters as well as a plot for generating the wing shape. &lt;br /&gt;
&lt;br /&gt;
The matlab scripts are on the [https://git.engineersofinnovation.nl git] and can be found [https://git.engineersofinnovation.nl/matlab-scripts/Hydrofoil_Design here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Foil assembly ==&lt;br /&gt;
The foil assembly connects the wing to the foil mast and then to the hull of the boat.&lt;br /&gt;
[[File:Foil assembly.gif|center|thumb|230x230px|Scaled down for showing moving of the foil assembly.]]&lt;br /&gt;
&lt;br /&gt;
== Autopilot ==&lt;br /&gt;
The [[autopilot]] is the control electronics that controls the servos of the foil assembly. This a signal PCB with that measures the angle of the solar boat and adjust accordingly towards keeping the hull above the water.&lt;br /&gt;
&lt;br /&gt;
== Height sensors ==&lt;br /&gt;
We use ultrasonic height sensors for sensing distance between water and our hull. Currently we use cheap A02 RS485 sensors from DYP. &lt;br /&gt;
&lt;br /&gt;
Datasheets can be found https://www.dypcn.com/uploads/A02-Datasheet.pdf and https://www.dypcn.com/uploads/A02-Output-Interfaces.pdf&lt;br /&gt;
&lt;br /&gt;
Data from this sensor is being processed by our RS485 to CAN interface.&lt;br /&gt;
&lt;br /&gt;
==== Pinout ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Pin#!!Wire Colour !!Signal on wire&lt;br /&gt;
|-&lt;br /&gt;
| 1|| style=&amp;quot;background: #0065B2;color:white;&amp;quot; | Blue||&lt;br /&gt;
|-&lt;br /&gt;
|2|| style=&amp;quot;background: #241F21;color:white;&amp;quot; | Black||&lt;br /&gt;
|-&lt;br /&gt;
| 3|| style=&amp;quot;background: #FFFFFF;&amp;quot; | White||&lt;br /&gt;
|-&lt;br /&gt;
|4|| style=&amp;quot;background: #83603A;&amp;quot; | Brown||&lt;br /&gt;
|-&lt;br /&gt;
|5|| style=&amp;quot;background: #B2B3B7;&amp;quot; | Gray||&lt;br /&gt;
|}&lt;br /&gt;
= CAN Messages =&lt;br /&gt;
All multi-byte values are little-endian. Any state byte not listed maps to &amp;lt;code&amp;gt;Unknown&amp;lt;/code&amp;gt; on the receiver side.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Message&lt;br /&gt;
!CAN ID&lt;br /&gt;
!DLC&lt;br /&gt;
!Byte&lt;br /&gt;
!Field&lt;br /&gt;
!Type&lt;br /&gt;
!Values / Range&lt;br /&gt;
|-&lt;br /&gt;
|ServoRudderSetpoint&lt;br /&gt;
|0x010&lt;br /&gt;
|2&lt;br /&gt;
|0–1&lt;br /&gt;
|Setpoint&lt;br /&gt;
|u16 LE&lt;br /&gt;
|1000–2000&lt;br /&gt;
|-&lt;br /&gt;
|HeightSensorFrontLeft&lt;br /&gt;
|0x011&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=NotPluggedIn, 1=ModbusError, 2=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Height value&lt;br /&gt;
|u16 LE&lt;br /&gt;
|distance in mm&lt;br /&gt;
|-&lt;br /&gt;
|HeightSensorFrontRight&lt;br /&gt;
|0x012&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=NotPluggedIn, 1=ModbusError, 2=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Height value&lt;br /&gt;
|u16 LE&lt;br /&gt;
|distance in mm&lt;br /&gt;
|-&lt;br /&gt;
|HeightSensor (placement TBD)&lt;br /&gt;
|0x013&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=NotPluggedIn, 1=ModbusError, 2=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Height value&lt;br /&gt;
|u16 LE&lt;br /&gt;
|distance in mm&lt;br /&gt;
|-&lt;br /&gt;
|HeightSensor (placement TBD)&lt;br /&gt;
|0x014&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=NotPluggedIn, 1=ModbusError, 2=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Height value&lt;br /&gt;
|u16 LE&lt;br /&gt;
|distance in mm&lt;br /&gt;
|-&lt;br /&gt;
|ServoRudderStatus&lt;br /&gt;
|0x020&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=Uninitialized, 1=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Current setpoint&lt;br /&gt;
|u16 LE&lt;br /&gt;
|1000–2000&lt;br /&gt;
|-&lt;br /&gt;
|ServoRudderCommand&lt;br /&gt;
|0x021&lt;br /&gt;
|1&lt;br /&gt;
|0&lt;br /&gt;
|Command&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=Initialize&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Foils&amp;diff=277</id>
		<title>Foils</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Foils&amp;diff=277"/>
		<updated>2026-04-11T12:21:32Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The foils of the solar boat is a system that is comprised of the following:&lt;br /&gt;
&lt;br /&gt;
* Wing design&lt;br /&gt;
* Foil assembly&lt;br /&gt;
* [[Autopilot]]&lt;br /&gt;
&lt;br /&gt;
A small overview is given below what any of these signify in the hydrofoils.&lt;br /&gt;
&lt;br /&gt;
== Wing design ==&lt;br /&gt;
[[File:Wing.jpg|thumb|The designed wing to be used on the solar boat.]]&lt;br /&gt;
The wing design is based on the calculation of the airfoil database website: http://airfoiltools.com/plotter/index &lt;br /&gt;
&lt;br /&gt;
From this database an implementation has been made into matlab to tweak some parameters as well as a plot for generating the wing shape. &lt;br /&gt;
&lt;br /&gt;
The matlab scripts are on the [https://git.engineersofinnovation.nl git] and can be found [https://git.engineersofinnovation.nl/matlab-scripts/Hydrofoil_Design here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Foil assembly ==&lt;br /&gt;
The foil assembly connects the wing to the foil mast and then to the hull of the boat.&lt;br /&gt;
[[File:Foil assembly.gif|center|thumb|230x230px|Scaled down for showing moving of the foil assembly.]]&lt;br /&gt;
&lt;br /&gt;
== Autopilot ==&lt;br /&gt;
The [[autopilot]] is the control electronics that controls the servos of the foil assembly. This a signal PCB with that measures the angle of the solar boat and adjust accordingly towards keeping the hull above the water.&lt;br /&gt;
&lt;br /&gt;
== Height sensors ==&lt;br /&gt;
We use ultrasonic height sensors for sensing distance between water and our hull. Currently we use cheap A02 RS485 sensors from DYP. &lt;br /&gt;
&lt;br /&gt;
Datasheets can be found https://www.dypcn.com/uploads/A02-Datasheet.pdf and https://www.dypcn.com/uploads/A02-Output-Interfaces.pdf&lt;br /&gt;
&lt;br /&gt;
Data from this sensor is being processed by our RS485 to CAN interface.&lt;br /&gt;
&lt;br /&gt;
==== Pinout ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Pin#!!Wire Colour !!Signal on wire&lt;br /&gt;
|-&lt;br /&gt;
| 1|| style=&amp;quot;background: #0065B2;&amp;quot; | Blue||&lt;br /&gt;
|-&lt;br /&gt;
|2|| style=&amp;quot;background: #241F21;color:white;&amp;quot; | Black||&lt;br /&gt;
|-&lt;br /&gt;
| 3|| style=&amp;quot;background: #FFFFFF;&amp;quot; | White||&lt;br /&gt;
|-&lt;br /&gt;
|4|| style=&amp;quot;background: #83603A;&amp;quot; | Brown||&lt;br /&gt;
|-&lt;br /&gt;
|5|| style=&amp;quot;background: #B2B3B7;&amp;quot; | Gray||&lt;br /&gt;
|}&lt;br /&gt;
= CAN Messages =&lt;br /&gt;
All multi-byte values are little-endian. Any state byte not listed maps to &amp;lt;code&amp;gt;Unknown&amp;lt;/code&amp;gt; on the receiver side.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Message&lt;br /&gt;
!CAN ID&lt;br /&gt;
!DLC&lt;br /&gt;
!Byte&lt;br /&gt;
!Field&lt;br /&gt;
!Type&lt;br /&gt;
!Values / Range&lt;br /&gt;
|-&lt;br /&gt;
|ServoRudderSetpoint&lt;br /&gt;
|0x010&lt;br /&gt;
|2&lt;br /&gt;
|0–1&lt;br /&gt;
|Setpoint&lt;br /&gt;
|u16 LE&lt;br /&gt;
|1000–2000&lt;br /&gt;
|-&lt;br /&gt;
|HeightSensorFrontLeft&lt;br /&gt;
|0x011&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=NotPluggedIn, 1=ModbusError, 2=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Height value&lt;br /&gt;
|u16 LE&lt;br /&gt;
|distance in mm&lt;br /&gt;
|-&lt;br /&gt;
|HeightSensorFrontRight&lt;br /&gt;
|0x012&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=NotPluggedIn, 1=ModbusError, 2=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Height value&lt;br /&gt;
|u16 LE&lt;br /&gt;
|distance in mm&lt;br /&gt;
|-&lt;br /&gt;
|HeightSensor (placement TBD)&lt;br /&gt;
|0x013&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=NotPluggedIn, 1=ModbusError, 2=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Height value&lt;br /&gt;
|u16 LE&lt;br /&gt;
|distance in mm&lt;br /&gt;
|-&lt;br /&gt;
|HeightSensor (placement TBD)&lt;br /&gt;
|0x014&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=NotPluggedIn, 1=ModbusError, 2=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Height value&lt;br /&gt;
|u16 LE&lt;br /&gt;
|distance in mm&lt;br /&gt;
|-&lt;br /&gt;
|ServoRudderStatus&lt;br /&gt;
|0x020&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=Uninitialized, 1=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Current setpoint&lt;br /&gt;
|u16 LE&lt;br /&gt;
|1000–2000&lt;br /&gt;
|-&lt;br /&gt;
|ServoRudderCommand&lt;br /&gt;
|0x021&lt;br /&gt;
|1&lt;br /&gt;
|0&lt;br /&gt;
|Command&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=Initialize&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Foils&amp;diff=276</id>
		<title>Foils</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Foils&amp;diff=276"/>
		<updated>2026-04-11T12:19:51Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The foils of the solar boat is a system that is comprised of the following:&lt;br /&gt;
&lt;br /&gt;
* Wing design&lt;br /&gt;
* Foil assembly&lt;br /&gt;
* [[Autopilot]]&lt;br /&gt;
&lt;br /&gt;
A small overview is given below what any of these signify in the hydrofoils.&lt;br /&gt;
&lt;br /&gt;
== Wing design ==&lt;br /&gt;
[[File:Wing.jpg|thumb|The designed wing to be used on the solar boat.]]&lt;br /&gt;
The wing design is based on the calculation of the airfoil database website: http://airfoiltools.com/plotter/index &lt;br /&gt;
&lt;br /&gt;
From this database an implementation has been made into matlab to tweak some parameters as well as a plot for generating the wing shape. &lt;br /&gt;
&lt;br /&gt;
The matlab scripts are on the [https://git.engineersofinnovation.nl git] and can be found [https://git.engineersofinnovation.nl/matlab-scripts/Hydrofoil_Design here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Foil assembly ==&lt;br /&gt;
The foil assembly connects the wing to the foil mast and then to the hull of the boat.&lt;br /&gt;
[[File:Foil assembly.gif|center|thumb|230x230px|Scaled down for showing moving of the foil assembly.]]&lt;br /&gt;
&lt;br /&gt;
== Autopilot ==&lt;br /&gt;
The [[autopilot]] is the control electronics that controls the servos of the foil assembly. This a signal PCB with that measures the angle of the solar boat and adjust accordingly towards keeping the hull above the water.&lt;br /&gt;
&lt;br /&gt;
== Height sensors ==&lt;br /&gt;
We use ultrasonic height sensors for sensing distance between water and our hull. Currently we use cheap A02 RS485 sensors from DYP. &lt;br /&gt;
&lt;br /&gt;
Datasheets can be found https://www.dypcn.com/uploads/A02-Datasheet.pdf and https://www.dypcn.com/uploads/A02-Output-Interfaces.pdf&lt;br /&gt;
&lt;br /&gt;
Data from this sensor is being processed by our RS485 to CAN interface.&lt;br /&gt;
&lt;br /&gt;
==== Pinout ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Pin#!!Wire Colour !!Signal on wire&lt;br /&gt;
|-&lt;br /&gt;
| 1|| style=&amp;quot;background: #83603A;&amp;quot; | ||Blue&lt;br /&gt;
|-&lt;br /&gt;
|2|| style=&amp;quot;background: #FFFFFF;&amp;quot; | ||&lt;br /&gt;
|-&lt;br /&gt;
| 3|| style=&amp;quot;background: #241F21;color:white;&amp;quot; | ||White&lt;br /&gt;
|-&lt;br /&gt;
|4|| style=&amp;quot;background: #0065B2;&amp;quot; | ||Brown&lt;br /&gt;
|-&lt;br /&gt;
|5|| style=&amp;quot;background: #B2B3B7;&amp;quot; | ||Gray&lt;br /&gt;
|}&lt;br /&gt;
= CAN Messages =&lt;br /&gt;
All multi-byte values are little-endian. Any state byte not listed maps to &amp;lt;code&amp;gt;Unknown&amp;lt;/code&amp;gt; on the receiver side.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Message&lt;br /&gt;
!CAN ID&lt;br /&gt;
!DLC&lt;br /&gt;
!Byte&lt;br /&gt;
!Field&lt;br /&gt;
!Type&lt;br /&gt;
!Values / Range&lt;br /&gt;
|-&lt;br /&gt;
|ServoRudderSetpoint&lt;br /&gt;
|0x010&lt;br /&gt;
|2&lt;br /&gt;
|0–1&lt;br /&gt;
|Setpoint&lt;br /&gt;
|u16 LE&lt;br /&gt;
|1000–2000&lt;br /&gt;
|-&lt;br /&gt;
|HeightSensorFrontLeft&lt;br /&gt;
|0x011&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=NotPluggedIn, 1=ModbusError, 2=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Height value&lt;br /&gt;
|u16 LE&lt;br /&gt;
|distance in mm&lt;br /&gt;
|-&lt;br /&gt;
|HeightSensorFrontRight&lt;br /&gt;
|0x012&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=NotPluggedIn, 1=ModbusError, 2=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Height value&lt;br /&gt;
|u16 LE&lt;br /&gt;
|distance in mm&lt;br /&gt;
|-&lt;br /&gt;
|HeightSensor (placement TBD)&lt;br /&gt;
|0x013&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=NotPluggedIn, 1=ModbusError, 2=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Height value&lt;br /&gt;
|u16 LE&lt;br /&gt;
|distance in mm&lt;br /&gt;
|-&lt;br /&gt;
|HeightSensor (placement TBD)&lt;br /&gt;
|0x014&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=NotPluggedIn, 1=ModbusError, 2=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Height value&lt;br /&gt;
|u16 LE&lt;br /&gt;
|distance in mm&lt;br /&gt;
|-&lt;br /&gt;
|ServoRudderStatus&lt;br /&gt;
|0x020&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=Uninitialized, 1=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Current setpoint&lt;br /&gt;
|u16 LE&lt;br /&gt;
|1000–2000&lt;br /&gt;
|-&lt;br /&gt;
|ServoRudderCommand&lt;br /&gt;
|0x021&lt;br /&gt;
|1&lt;br /&gt;
|0&lt;br /&gt;
|Command&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=Initialize&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Foils&amp;diff=275</id>
		<title>Foils</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Foils&amp;diff=275"/>
		<updated>2026-04-11T12:19:08Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The foils of the solar boat is a system that is comprised of the following:&lt;br /&gt;
&lt;br /&gt;
* Wing design&lt;br /&gt;
* Foil assembly&lt;br /&gt;
* [[Autopilot]]&lt;br /&gt;
&lt;br /&gt;
A small overview is given below what any of these signify in the hydrofoils.&lt;br /&gt;
&lt;br /&gt;
== Wing design ==&lt;br /&gt;
[[File:Wing.jpg|thumb|The designed wing to be used on the solar boat.]]&lt;br /&gt;
The wing design is based on the calculation of the airfoil database website: http://airfoiltools.com/plotter/index &lt;br /&gt;
&lt;br /&gt;
From this database an implementation has been made into matlab to tweak some parameters as well as a plot for generating the wing shape. &lt;br /&gt;
&lt;br /&gt;
The matlab scripts are on the [https://git.engineersofinnovation.nl git] and can be found [https://git.engineersofinnovation.nl/matlab-scripts/Hydrofoil_Design here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Foil assembly ==&lt;br /&gt;
The foil assembly connects the wing to the foil mast and then to the hull of the boat.&lt;br /&gt;
[[File:Foil assembly.gif|center|thumb|230x230px|Scaled down for showing moving of the foil assembly.]]&lt;br /&gt;
&lt;br /&gt;
== Autopilot ==&lt;br /&gt;
The [[autopilot]] is the control electronics that controls the servos of the foil assembly. This a signal PCB with that measures the angle of the solar boat and adjust accordingly towards keeping the hull above the water.&lt;br /&gt;
&lt;br /&gt;
== Height sensors ==&lt;br /&gt;
We use ultrasonic height sensors for sensing distance between water and our hull. Currently we use cheap A02 RS485 sensors from DYP. &lt;br /&gt;
&lt;br /&gt;
Datasheets can be found https://www.dypcn.com/uploads/A02-Datasheet.pdf and https://www.dypcn.com/uploads/A02-Output-Interfaces.pdf&lt;br /&gt;
&lt;br /&gt;
Data from this sensor is being processed by our RS485 to CAN interface.&lt;br /&gt;
&lt;br /&gt;
==== Pinout ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Pin#!!Wire Colour !!Signal on wire&lt;br /&gt;
|-&lt;br /&gt;
| 1|| style=&amp;quot;background: #83603A;&amp;quot; | ||Blue&lt;br /&gt;
|-&lt;br /&gt;
|2|| style=&amp;quot;background: #FFFFFF;&amp;quot; | ||&lt;br /&gt;
|-&lt;br /&gt;
| 3|| style=&amp;quot;background: #0065B2;&amp;quot; | ||White&lt;br /&gt;
|-&lt;br /&gt;
|4|| style=&amp;quot;background: #241F21;color:white;&amp;quot; | ||Brown&lt;br /&gt;
|-&lt;br /&gt;
|5|| style=&amp;quot;background: #B2B3B7;&amp;quot; | ||Gray&lt;br /&gt;
|}&lt;br /&gt;
= CAN Messages =&lt;br /&gt;
All multi-byte values are little-endian. Any state byte not listed maps to &amp;lt;code&amp;gt;Unknown&amp;lt;/code&amp;gt; on the receiver side.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Message&lt;br /&gt;
!CAN ID&lt;br /&gt;
!DLC&lt;br /&gt;
!Byte&lt;br /&gt;
!Field&lt;br /&gt;
!Type&lt;br /&gt;
!Values / Range&lt;br /&gt;
|-&lt;br /&gt;
|ServoRudderSetpoint&lt;br /&gt;
|0x010&lt;br /&gt;
|2&lt;br /&gt;
|0–1&lt;br /&gt;
|Setpoint&lt;br /&gt;
|u16 LE&lt;br /&gt;
|1000–2000&lt;br /&gt;
|-&lt;br /&gt;
|HeightSensorFrontLeft&lt;br /&gt;
|0x011&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=NotPluggedIn, 1=ModbusError, 2=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Height value&lt;br /&gt;
|u16 LE&lt;br /&gt;
|distance in mm&lt;br /&gt;
|-&lt;br /&gt;
|HeightSensorFrontRight&lt;br /&gt;
|0x012&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=NotPluggedIn, 1=ModbusError, 2=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Height value&lt;br /&gt;
|u16 LE&lt;br /&gt;
|distance in mm&lt;br /&gt;
|-&lt;br /&gt;
|HeightSensor (placement TBD)&lt;br /&gt;
|0x013&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=NotPluggedIn, 1=ModbusError, 2=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Height value&lt;br /&gt;
|u16 LE&lt;br /&gt;
|distance in mm&lt;br /&gt;
|-&lt;br /&gt;
|HeightSensor (placement TBD)&lt;br /&gt;
|0x014&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=NotPluggedIn, 1=ModbusError, 2=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Height value&lt;br /&gt;
|u16 LE&lt;br /&gt;
|distance in mm&lt;br /&gt;
|-&lt;br /&gt;
|ServoRudderStatus&lt;br /&gt;
|0x020&lt;br /&gt;
|3&lt;br /&gt;
|0&lt;br /&gt;
|State&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=Uninitialized, 1=Operational, 0xFF=Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1–2&lt;br /&gt;
|Current setpoint&lt;br /&gt;
|u16 LE&lt;br /&gt;
|1000–2000&lt;br /&gt;
|-&lt;br /&gt;
|ServoRudderCommand&lt;br /&gt;
|0x021&lt;br /&gt;
|1&lt;br /&gt;
|0&lt;br /&gt;
|Command&lt;br /&gt;
|u8 enum&lt;br /&gt;
|0=Initialize&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Throttle&amp;diff=262</id>
		<title>Throttle</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Throttle&amp;diff=262"/>
		<updated>2025-11-11T17:00:47Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The throttle controls the motor and is operated by the pilot during sailing. It controls the duty cycle of the motor via the [[CAN-bus|CAN bus]] using the standard VESC message format. &lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
[[File:Throttle Schematic.png|thumb|Throttle shown in the inactive (green led) neutral position]]&lt;br /&gt;
To use the throttle to control the motor the green illuminated ''arm-button'' will have to be pressed for a few seconds, however some conditions need to be met to ensure a safe start of the motor. &lt;br /&gt;
&lt;br /&gt;
# The ''dead-man cord'' needs to be applied to the bottom of the throttle body, should snap in place magnetically&lt;br /&gt;
# The ''throttle lever'' Should be in its neutral position, pointing straight up with a noticeable tactile bump&lt;br /&gt;
# The [[CAN-bus|CAN bus]] need to be actively acknowledging packets, which means other devices need to be active on the bus&lt;br /&gt;
# No other error should have occurred inside the electronics&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If one of these conditions is not met, the throttle will beep the number of times indicated above. &lt;br /&gt;
&lt;br /&gt;
== Programming Throttle Position ==&lt;br /&gt;
The throttle position is read out by a magnet attached tot the ''throttle lever'', because the orientation of this magnet is not know in the firmware, this position can be programmed into the EEPROM. To enter programming mode hold down the arm button during power-on. A four beep descending tone should be played, and the LED should do a double blink in red continuously. To program the throttle push lever as far forward as possible and press the button, a single beep be heard. Repeat this twice with the lever in the center and finally with the lever all the way backwards. After three beeps the throttle is reprogrammed and normal operation is resumed. To summarize:  &lt;br /&gt;
&lt;br /&gt;
# Lever in the forward position  &lt;br /&gt;
# Lever in the center position &lt;br /&gt;
# Lever in de backward position &lt;br /&gt;
#  &lt;br /&gt;
&lt;br /&gt;
If no programming is desired leave the lever alone for 10 seconds and the lever will reboot into normal mode.&lt;br /&gt;
&lt;br /&gt;
== Setting the Control Mode over CAN ==&lt;br /&gt;
The Throttle controls the VESC motodriver at 40Hz messaging rate with the default CAN format implemented inside the VESC. [https://dongilc.gitbook.io/openrobot-inc/tutorials/control-with-can More info on the format.] The throttle supports the following modes:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Different control modes of the throttle&lt;br /&gt;
|-&lt;br /&gt;
! Control Mode !! Configuration Byte Value !! Unit !! Additional data required&lt;br /&gt;
|-&lt;br /&gt;
| Duty Cycle|| 0x00 || Percentage || None lever in the maximum forward position is 100%&lt;br /&gt;
|-&lt;br /&gt;
|Filtered Duty Cycle|| 0x01 || Percentage  || None lever in the maximum forward position is 100% &lt;br /&gt;
|-&lt;br /&gt;
|Current Control || 0x02 || 100mA  || Specify the max current for forward and backwards in two int16_t's&lt;br /&gt;
|-&lt;br /&gt;
|RPM Control || 0x03 || RPM  || Specify the rpm for forward and backwards in two int16_t's &lt;br /&gt;
|-&lt;br /&gt;
|Current Control Relative&lt;br /&gt;
|0x04&lt;br /&gt;
|Percentage&lt;br /&gt;
|None lever in the maximum forward position is 100%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These modes can be send to the throttle when the throttle is off. If the throttle is on the configuration will be ignored. A sound will play when a message is received. The message has to be send to the Throttle address 0x337, same as the reboot command. the format is as follows:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Can Message for Setting the control mode&lt;br /&gt;
|-&lt;br /&gt;
! Byte 0 !! Byte 1 !! Byte 2 !! Byte 3 !! Byte 4 !! Byte 5&lt;br /&gt;
|-&lt;br /&gt;
| 0xAA || Control type || MSB int16_t  || LSB int16_t|| MSB int16_t  || LSB int16_t&lt;br /&gt;
|-&lt;br /&gt;
| Hardcoded command|| See Table Above || colspan=2 | Max value for lever completely forward || colspan=2 | Same but for backward (Positive for reverse)&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Example command: ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line=&amp;quot;1&amp;quot; start=&amp;quot;69&amp;quot;&amp;gt;&lt;br /&gt;
cansend can2 337#AA0000000000&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CAN Diagnostics messages ==&lt;br /&gt;
The throttle also send out messages to help debugging every 200 ms. It is send on address 0x337 and has the following format:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Can Message for Diagnostic Purposes&lt;br /&gt;
|-&lt;br /&gt;
! Byte 0 !! Byte 1 !! Byte 2 !! Byte 3 !! Byte 4 !! Byte 5 !! Byte 6 !! Byte 7&lt;br /&gt;
|-&lt;br /&gt;
| MSB int16_t  || LSB int16_t || MSB int16_t  || LSB int16_t || MSB int16_t  || LSB int16_t || uint8_t || Error status&lt;br /&gt;
|-&lt;br /&gt;
| colspan=2 | Filtered lever position, from +512 to -512 || colspan=2 | Raw position reported by the magnetic encoder || colspan=2 | Raw data from the deadmanswitch ADC || Gain that is required to readout the lever position || Enum of current error state. 0x00 is good&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If any of the error status bits are set, the throttle is set into IDLE mode and will shut off the motor. The following table shows what the bitfield represents:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Different control modes of the throttle&lt;br /&gt;
|-&lt;br /&gt;
! Bit !! Enum Name !! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| 0 to 2 || twiError || See next table for possible values&lt;br /&gt;
|-&lt;br /&gt;
| 3      || noLimitsLoaded || Reading of EEPROM for throttle limits failed&lt;br /&gt;
|-&lt;br /&gt;
| 4      || gainClipping || The Magnetic encoder detected no good magnetic field present&lt;br /&gt;
|-&lt;br /&gt;
| 5      || gainInvalid || The gain value read from the magnetic encoder is beyond the range specified in software&lt;br /&gt;
|-&lt;br /&gt;
| 6      || deadmanMissing || The hall sensor of the deadman-switch doesn't detect a strong enough magnet&lt;br /&gt;
|-&lt;br /&gt;
| 7      || impeadanceHigh || The impeadance of the deadman signal is too high, indicating a bad connection&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ TWI error states&lt;br /&gt;
|-&lt;br /&gt;
! Value !! Error name !! Error Description&lt;br /&gt;
|-&lt;br /&gt;
| 0 ||	TWI_ERROR_NoError              || Indicates that the command completed successfully.&lt;br /&gt;
|-&lt;br /&gt;
| 1 ||	TWI_ERROR_BusFault             || A TWI bus fault occurred while attempting to capture the bus. &lt;br /&gt;
|-&lt;br /&gt;
| 2 ||	TWI_ERROR_BusCaptureTimeout    || A timeout occurred whilst waiting for the bus to be ready. &lt;br /&gt;
|-&lt;br /&gt;
| 3 ||	TWI_ERROR_SlaveResponseTimeout || No ACK received at the nominated slave address within the timeout period.&lt;br /&gt;
|-&lt;br /&gt;
| 4 ||	TWI_ERROR_SlaveNotReady        || Slave NAKed the TWI bus START condition. &lt;br /&gt;
|-&lt;br /&gt;
| 5 ||	TWI_ERROR_SlaveNAK             || Slave NAKed whilst attempting to send data to the device. &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Rudder&amp;diff=261</id>
		<title>Rudder</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Rudder&amp;diff=261"/>
		<updated>2025-11-11T08:42:55Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The motor currently in use in the rudder is the Lehner 30100/12 with a NTC Temp. Sensor (B 25/100 3988 ±1%) installed. There is also a [[Hub Sensor|magnetic encoder]] placed behind the motor.&lt;br /&gt;
&lt;br /&gt;
=== Rudder-controller ===&lt;br /&gt;
To accommodate the new rudder design and its features, a controller is needed. With this controller we want to enable a multiple of functionalities that will help with the integrate cooling system and the control of the back-foil.&lt;br /&gt;
&lt;br /&gt;
The design should therefore have the following requirements:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Requirements for the rudder-controller&lt;br /&gt;
!Feature&lt;br /&gt;
!Description&lt;br /&gt;
!Electrical connections&lt;br /&gt;
|-&lt;br /&gt;
|Power&lt;br /&gt;
|Power will be coming from the [[CAN-bus]]&lt;br /&gt;
It is important that the inrush of the connected motors must not decrease the [[CAN-bus]] voltage.&lt;br /&gt;
|4-pins connector that hosts the [[CAN-bus]] and Power&lt;br /&gt;
|-&lt;br /&gt;
|Communication&lt;br /&gt;
|The board will use the [[CAN-bus]] to communicate and retrieve commands&lt;br /&gt;
|4-pins connector that hosts the [[CAN-bus]] and Power&lt;br /&gt;
|-&lt;br /&gt;
|Back-foil control&lt;br /&gt;
|A TMC2209 or comparable is needed that supports [https://www.analog.com/en/lp/001/building-better-stepper-motor-system.html StallGuard™]&lt;br /&gt;
|Available on the platform connected to the back-foil motor&lt;br /&gt;
|-&lt;br /&gt;
|Back-foil motor&lt;br /&gt;
|The [https://www.omc-stepperonline.com/nema-11-stepper-l-31mm-w-rear-shaft-gear-ratio-14-1-planetary-gearbox-11hs12-0674d-pg14 Nema 11 Stepper motor] fits the rudder design to control the back-foil.&lt;br /&gt;
|4-pins connector for power and control&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Connection information&lt;br /&gt;
!Color&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #ED1D0E;color:white;&amp;quot; |Red&lt;br /&gt;
|B+&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #000000;color:white;&amp;quot; |Black&lt;br /&gt;
|A+&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #2222EE;color:white;&amp;quot; |Blue&lt;br /&gt;
|B-&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #116902;color:white;&amp;quot; |Green&lt;br /&gt;
|A-&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|Water pump &lt;br /&gt;
|The available waterpump: [https://nl.aliexpress.com/i/32870145384.html ZC-A210](24 V version)&lt;br /&gt;
|2-pins connector &lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Connection information&lt;br /&gt;
!Color&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #ED1D0E;color:white;&amp;quot; |Red&lt;br /&gt;
|24v&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #000000;color:white;&amp;quot; |Black&lt;br /&gt;
|GND&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|Flowmeter&lt;br /&gt;
|We have 2 flowmeters for inlet and outlet: [https://nl.aliexpress.com/item/1005006813605315.html?gatewayAdapt=glo2nld#nav-specification DWS-MH-02]&lt;br /&gt;
|6-pins connector &lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Connection information&lt;br /&gt;
!Color&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #ED1D0E;color:white;&amp;quot; | Red &lt;br /&gt;
|5-24v&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #000000;color:white;&amp;quot; | Black&lt;br /&gt;
| GND&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #116902;color:white;&amp;quot; |Green&lt;br /&gt;
|50k Temp&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #CDDB00;&amp;quot; |Yellow&lt;br /&gt;
|Pulse out&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #EE2266;color:white;&amp;quot; | Red and Blue&lt;br /&gt;
|TDS sensor&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|Platform&lt;br /&gt;
|Right now(10-11-2025) the [https://www.duet3d.com/duet3toolboard1lc Duet 3 1LC] is available to use for prototyping.&lt;br /&gt;
Other options are [https://www.amazon.nl/-/en/BIGTREETECH-EBB-36-communication-STM32G0B1CBT6/dp/B0B1JBH8R5?dib=eyJ2IjoiMSJ9.u31ykTjqWpKnziWf-HlcFHPpjlpjFLlMqEGFS3VpEFoPMYB-ntfAoEM9qNUGVXtrwW3rHJDEbeMY6RI2Lnt_Jtbu8Ol-uZWBKFFmNuOY6nmBhfIGwyNLOpUkqAEEaxYpMGk7qOkz7OW_7PpcIhFg62Eqz-3x8XMlKipaq8vMtd6wiodByGlve9HrpBM9C38kSyzMRwFGneHUDJH7guP-7ENePjKpuOrLC7x83iRWhyoga6SRJgVPjpXohVvbPL6_Za6mVcNkD2xQyB3WFCoZoBKtCA469K9urtnIuDb5imU.4tJLo0B2n2WNGx17gcoOJ0Y6ITTdpQukln7ZNMG0YR8&amp;amp;dib_tag=se&amp;amp;keywords=ebb36&amp;amp;qid=1762803999&amp;amp;sr=8-1&amp;amp;th=1 EBB 36] and [https://mellow.klipper.cn/en/docs/ProductDoc/ToolBoard/fly-sht36/sht36/ SHT36 with TMC2209]&lt;br /&gt;
|Host listed connections above.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Rudder&amp;diff=259</id>
		<title>Rudder</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Rudder&amp;diff=259"/>
		<updated>2025-11-10T20:33:21Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The motor currently in use in the rudder is the Lehner 30100/12 with a NTC Temp. Sensor (B 25/100 3988 ±1%) installed. There is also a [[Hub Sensor|magnetic encoder]] placed behind the motor.&lt;br /&gt;
&lt;br /&gt;
=== Rudder-controller ===&lt;br /&gt;
To accommodate the new rudder design and its features, a controller is needed. With this controller we want to enable a multiple of functionalities that will help with the integrate cooling system and the control of the back-foil.&lt;br /&gt;
&lt;br /&gt;
The design should therefore have the following requirements:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Requirements for the rudder-controller&lt;br /&gt;
!Feature&lt;br /&gt;
!Description&lt;br /&gt;
!Electrical connections&lt;br /&gt;
|-&lt;br /&gt;
|Power&lt;br /&gt;
|Power will be coming from the [[CAN-bus]]&lt;br /&gt;
It is important that the inrush of the connected motors must not decrease the [[CAN-bus]] voltage.&lt;br /&gt;
|4-pins connector that hosts the [[CAN-bus]] and Power&lt;br /&gt;
|-&lt;br /&gt;
|Communication&lt;br /&gt;
|The board will use the [[CAN-bus]] to communicate and retrieve commands&lt;br /&gt;
|4-pins connector that hosts the [[CAN-bus]] and Power&lt;br /&gt;
|-&lt;br /&gt;
|Back-foil control&lt;br /&gt;
|A TMC2209 or comparable is needed that supports [https://www.analog.com/en/lp/001/building-better-stepper-motor-system.html StallGuard™]&lt;br /&gt;
|Available on the platform connected to the back-foil motor&lt;br /&gt;
|-&lt;br /&gt;
|Back-foil motor&lt;br /&gt;
|The [https://www.omc-stepperonline.com/nema-11-stepper-l-31mm-w-rear-shaft-gear-ratio-14-1-planetary-gearbox-11hs12-0674d-pg14 Nema 11 Stepper motor] fits the rudder design to control the back-foil.&lt;br /&gt;
|4-pins connector for power and control&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Connection information&lt;br /&gt;
!Color&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
|Red&lt;br /&gt;
|B+&lt;br /&gt;
|-&lt;br /&gt;
|Black&lt;br /&gt;
|A+&lt;br /&gt;
|-&lt;br /&gt;
|Blue&lt;br /&gt;
|B-&lt;br /&gt;
|-&lt;br /&gt;
|Green&lt;br /&gt;
|A-&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|Water pump &lt;br /&gt;
|The available waterpump: [https://nl.aliexpress.com/i/32870145384.html ZC-A210]&lt;br /&gt;
|2-pins connector &lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Connection information&lt;br /&gt;
!Color&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
|Red&lt;br /&gt;
|24v&lt;br /&gt;
|-&lt;br /&gt;
|Black&lt;br /&gt;
|GND&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|Flowmeter&lt;br /&gt;
|We have 2 flowmeters for inlet and outlet: [https://nl.aliexpress.com/item/1005006813605315.html?gatewayAdapt=glo2nld#nav-specification DWS-MH-02]&lt;br /&gt;
|6-pins connector &lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Connection information&lt;br /&gt;
!Color&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
|Red&lt;br /&gt;
|5-24v&lt;br /&gt;
|-&lt;br /&gt;
|Black&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|Green&lt;br /&gt;
|50k Temp&lt;br /&gt;
|-&lt;br /&gt;
|Yellow&lt;br /&gt;
|Pulse out&lt;br /&gt;
|-&lt;br /&gt;
|Red and Blue&lt;br /&gt;
|TDS sensor&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|Platform&lt;br /&gt;
|Right now(10-11-2025) the [https://www.duet3d.com/duet3toolboard1lc Duet 3 1LC] is available to use for prototyping.&lt;br /&gt;
Other options are [https://www.amazon.nl/-/en/BIGTREETECH-EBB-36-communication-STM32G0B1CBT6/dp/B0B1JBH8R5?dib=eyJ2IjoiMSJ9.u31ykTjqWpKnziWf-HlcFHPpjlpjFLlMqEGFS3VpEFoPMYB-ntfAoEM9qNUGVXtrwW3rHJDEbeMY6RI2Lnt_Jtbu8Ol-uZWBKFFmNuOY6nmBhfIGwyNLOpUkqAEEaxYpMGk7qOkz7OW_7PpcIhFg62Eqz-3x8XMlKipaq8vMtd6wiodByGlve9HrpBM9C38kSyzMRwFGneHUDJH7guP-7ENePjKpuOrLC7x83iRWhyoga6SRJgVPjpXohVvbPL6_Za6mVcNkD2xQyB3WFCoZoBKtCA469K9urtnIuDb5imU.4tJLo0B2n2WNGx17gcoOJ0Y6ITTdpQukln7ZNMG0YR8&amp;amp;dib_tag=se&amp;amp;keywords=ebb36&amp;amp;qid=1762803999&amp;amp;sr=8-1&amp;amp;th=1 EBB 36] and [https://mellow.klipper.cn/en/docs/ProductDoc/ToolBoard/fly-sht36/sht36/ SHT36 with TMC2209]&lt;br /&gt;
|Host listed connections above.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Rudder&amp;diff=258</id>
		<title>Rudder</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Rudder&amp;diff=258"/>
		<updated>2025-11-10T20:27:35Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The motor currently in use in the rudder is the Lehner 30100/12 with a NTC Temp. Sensor (B 25/100 3988 ±1%) installed. There is also a [[Hub Sensor|magnetic encoder]] placed behind the motor.&lt;br /&gt;
&lt;br /&gt;
=== Rudder-controller ===&lt;br /&gt;
To accommodate the new rudder design and its features, a controller is needed. With this controller we want to enable a multiple of functionalities that will help with the integrate cooling system and the control of the back-foil.&lt;br /&gt;
&lt;br /&gt;
The design should therefore have the following requirements:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Requirements for the rudder-controller&lt;br /&gt;
!Feature&lt;br /&gt;
!Description&lt;br /&gt;
!Electrical connections&lt;br /&gt;
|-&lt;br /&gt;
|Power&lt;br /&gt;
|Power will be coming from the [[CAN-bus]]&lt;br /&gt;
|4-pins connector that hosts the CAN-bus and Power&lt;br /&gt;
|-&lt;br /&gt;
|Communication&lt;br /&gt;
|The board will use the [[CAN-bus]] to communicate and retrieve commands&lt;br /&gt;
|4-pins connector that hosts the CAN-bus and Power&lt;br /&gt;
|-&lt;br /&gt;
|Back-foil control&lt;br /&gt;
|A TMC2209 or comparable is needed that supports [https://www.analog.com/en/lp/001/building-better-stepper-motor-system.html StallGuard™]&lt;br /&gt;
|Available on the platform connected to the back-foil motor&lt;br /&gt;
|-&lt;br /&gt;
|Back-foil motor&lt;br /&gt;
|The control of the back-foil will be done with the [https://www.omc-stepperonline.com/nema-11-stepper-l-31mm-w-rear-shaft-gear-ratio-14-1-planetary-gearbox-11hs12-0674d-pg14 Nema 11 Stepper motor]&lt;br /&gt;
|4-pins connector for power and control&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Connection information&lt;br /&gt;
!Color&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
|Red&lt;br /&gt;
|B+&lt;br /&gt;
|-&lt;br /&gt;
|Black&lt;br /&gt;
|A+&lt;br /&gt;
|-&lt;br /&gt;
|Blue&lt;br /&gt;
|B-&lt;br /&gt;
|-&lt;br /&gt;
|Green&lt;br /&gt;
|A-&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|Water pump &lt;br /&gt;
|For the water flow the following pump has been chosen: [https://nl.aliexpress.com/i/32870145384.html ZC-A210]&lt;br /&gt;
|2-pins connector &lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Connection information&lt;br /&gt;
!Color&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
|Red&lt;br /&gt;
|24v&lt;br /&gt;
|-&lt;br /&gt;
|Black&lt;br /&gt;
|GND&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|Flowmeter&lt;br /&gt;
|We have 2 flowmeters for inlet and outlet: [https://nl.aliexpress.com/item/1005006813605315.html?gatewayAdapt=glo2nld#nav-specification DWS-MH-02]&lt;br /&gt;
|6-pins connector &lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Connection information&lt;br /&gt;
!Color&lt;br /&gt;
!Function&lt;br /&gt;
|-&lt;br /&gt;
|Red&lt;br /&gt;
|5-24v&lt;br /&gt;
|-&lt;br /&gt;
|Black&lt;br /&gt;
|GND&lt;br /&gt;
|-&lt;br /&gt;
|Green&lt;br /&gt;
|50k Temp&lt;br /&gt;
|-&lt;br /&gt;
|Yellow&lt;br /&gt;
|Pulse out&lt;br /&gt;
|-&lt;br /&gt;
|Red and Blue&lt;br /&gt;
|TDS sensor&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|Platform&lt;br /&gt;
|Right now(10-11-2025) the [https://www.duet3d.com/duet3toolboard1lc Duet 3 1LC] is available to use for prototyping.&lt;br /&gt;
Other options are [https://www.amazon.nl/-/en/BIGTREETECH-EBB-36-communication-STM32G0B1CBT6/dp/B0B1JBH8R5?dib=eyJ2IjoiMSJ9.u31ykTjqWpKnziWf-HlcFHPpjlpjFLlMqEGFS3VpEFoPMYB-ntfAoEM9qNUGVXtrwW3rHJDEbeMY6RI2Lnt_Jtbu8Ol-uZWBKFFmNuOY6nmBhfIGwyNLOpUkqAEEaxYpMGk7qOkz7OW_7PpcIhFg62Eqz-3x8XMlKipaq8vMtd6wiodByGlve9HrpBM9C38kSyzMRwFGneHUDJH7guP-7ENePjKpuOrLC7x83iRWhyoga6SRJgVPjpXohVvbPL6_Za6mVcNkD2xQyB3WFCoZoBKtCA469K9urtnIuDb5imU.4tJLo0B2n2WNGx17gcoOJ0Y6ITTdpQukln7ZNMG0YR8&amp;amp;dib_tag=se&amp;amp;keywords=ebb36&amp;amp;qid=1762803999&amp;amp;sr=8-1&amp;amp;th=1 EBB 36] and [https://mellow.klipper.cn/en/docs/ProductDoc/ToolBoard/fly-sht36/sht36/ SHT36 with TMC2209]&lt;br /&gt;
|Host listed connections above.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=CAN-bus&amp;diff=252</id>
		<title>CAN-bus</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=CAN-bus&amp;diff=252"/>
		<updated>2025-06-19T08:13:37Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Added CAN-Bus ID overview&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The communication between the electronics within the [[Solar boat (boii)|solar boat]] is build upon the CAN-bus protocol, where the [[datalogger]] logs the CAN messages. Pinout of our Binder connectors are: &lt;br /&gt;
&lt;br /&gt;
== CAN-bus ID overview ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;markdown&amp;quot;&amp;gt;&lt;br /&gt;
0x100 EoI Battery start&lt;br /&gt;
0x10F EoI Battery end&lt;br /&gt;
&lt;br /&gt;
0x200 EoI GNNS info, u8 fix (bool); u8 sats; u8 sats used &lt;br /&gt;
0x201 EoI GNNS f32 speed, kmh; f32 direction, degrees&lt;br /&gt;
0x202 EoI GNNS f64 Latitude, degrees&lt;br /&gt;
0x203 EoI GNNS f64 Longitude, degrees&lt;br /&gt;
0x204 EoI GNNS date time, u16 year, u8 month, u8 day, u8 hour, u8 minute, u8 second&lt;br /&gt;
&lt;br /&gt;
0x302 MG Battery &lt;br /&gt;
0x402 MG Battery&lt;br /&gt;
0x482 MG Battery cell voltage&lt;br /&gt;
&lt;br /&gt;
0x700 MPPT start&lt;br /&gt;
0x77F MPPT end&lt;br /&gt;
&lt;br /&gt;
0x0900 THROTTLE To VESC&lt;br /&gt;
0x1337 THROTTLE Status&lt;br /&gt;
&lt;br /&gt;
0x0909 VESC Status message 1&lt;br /&gt;
0x0E09 VESC Status message 2&lt;br /&gt;
0x0F09 VESC Status message 3&lt;br /&gt;
0x1009 VESC Status message 4&lt;br /&gt;
0x1B09 VESC Status message 5&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CAN-bus pinout ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Colours of the Standard Binder CAN Cable and its pinout&lt;br /&gt;
|-&lt;br /&gt;
! Binder Connector pin Number !! Wire Colour !! Signal on wire&lt;br /&gt;
|-&lt;br /&gt;
| 1 ||style=&amp;quot;background: #83603A;&amp;quot;| Brown || 24v Power&lt;br /&gt;
|-&lt;br /&gt;
| 2 ||style=&amp;quot;background: #FFFFFF;&amp;quot;| White || CAN H&lt;br /&gt;
|-&lt;br /&gt;
| 3 ||style=&amp;quot;background: #0065B2;&amp;quot;| Blue  || CAN L&lt;br /&gt;
|-&lt;br /&gt;
| 4 ||style=&amp;quot;background: #241F21;color:white;&amp;quot;| Black || Ground&lt;br /&gt;
|-&lt;br /&gt;
| 5 ||style=&amp;quot;background: #B2B3B7;&amp;quot;| Gray  || Safety&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that the M12 connectors have a different pinout and thus different colour wires. To make compatibility between systems easier the binder connectors are soldered with the wrong colored wires so that plugging in a M12 device results in the right signals being passed to the Binder connector. This Compatibility pinout is shown below:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ NON-STANDARD!! Colours when connecting an M12 cable to a binder connector NON-STANDARD!!&lt;br /&gt;
|-&lt;br /&gt;
! Binder Connector pin Number !! Wire Colour !! Signal on wire&lt;br /&gt;
|-&lt;br /&gt;
| 1 ||style=&amp;quot;background: #FFFFFF;&amp;quot;| White || 24v Power&lt;br /&gt;
|-&lt;br /&gt;
| 2 ||style=&amp;quot;background: #241F21;color:white;&amp;quot;| Black || CAN H&lt;br /&gt;
|-&lt;br /&gt;
| 3 ||style=&amp;quot;background: #B2B3B7;&amp;quot;| Gray  || CAN L&lt;br /&gt;
|-&lt;br /&gt;
| 4 ||style=&amp;quot;background: #0065B2;&amp;quot;| Blue  || Ground&lt;br /&gt;
|-&lt;br /&gt;
| 5 ||style=&amp;quot;background: #83603A;&amp;quot;| Brown || Safety&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Battery (MG) CAN-format (No longer used) ==&lt;br /&gt;
As of now the MG electronics [[battery]] is used in the [[Solar boat (boii)|solar boat]]. Although a new battery is being developed, this MG battery is still in use (as of September '22). Therefore the battery format is given here below.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Node-ID&lt;br /&gt;
!Index&lt;br /&gt;
!Subindex&lt;br /&gt;
!Data&lt;br /&gt;
!Type&lt;br /&gt;
!Resolution&lt;br /&gt;
|-&lt;br /&gt;
|0x302&lt;br /&gt;
|0x2005&lt;br /&gt;
|0x01&lt;br /&gt;
|Voltage &amp;lt;code&amp;gt;[V]&amp;lt;/code&amp;gt;&lt;br /&gt;
|uint16_t&lt;br /&gt;
|1  &amp;lt;code&amp;gt;[mV/LSB]&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0x02&lt;br /&gt;
|Current &amp;lt;code&amp;gt;[A]&amp;lt;/code&amp;gt;&lt;br /&gt;
|int16_t&lt;br /&gt;
|10 &amp;lt;code&amp;gt;[mA/LSB]&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0x03&lt;br /&gt;
|Current Discharge &amp;lt;code&amp;gt;[A]&amp;lt;/code&amp;gt;&lt;br /&gt;
|int16_t&lt;br /&gt;
|10 &amp;lt;code&amp;gt;[mA/LSB]&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0x04&lt;br /&gt;
|Current Charge &amp;lt;code&amp;gt;[A]&amp;lt;/code&amp;gt;&lt;br /&gt;
|int16_t&lt;br /&gt;
|10 &amp;lt;code&amp;gt;[mA/LSB]&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0x05&lt;br /&gt;
|State-of-Charge &amp;lt;code&amp;gt;[%]&amp;lt;/code&amp;gt;&lt;br /&gt;
|int8_t&lt;br /&gt;
|1  &amp;lt;code&amp;gt;[%/LSB]&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0x06&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0x07&lt;br /&gt;
|Time to Go &amp;lt;code&amp;gt;[min]&amp;lt;/code&amp;gt;&lt;br /&gt;
|uint16_t&lt;br /&gt;
|1  &amp;lt;code&amp;gt;[min/LSB]&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0x402&lt;br /&gt;
|0x2005&lt;br /&gt;
|0x09&lt;br /&gt;
|Cell Temperature High &amp;lt;code&amp;gt;[°C]&amp;lt;/code&amp;gt;&lt;br /&gt;
|int8_t&lt;br /&gt;
|1  &amp;lt;code&amp;gt;[°C/LSB]&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0x0A&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0x0B&lt;br /&gt;
|Cell Temperature Low &amp;lt;code&amp;gt;[°C]&amp;lt;/code&amp;gt;&lt;br /&gt;
|int8_t&lt;br /&gt;
|1  &amp;lt;code&amp;gt;[°C/LSB]&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0x0C&lt;br /&gt;
|Cell Voltage High &amp;lt;code&amp;gt;[V]&amp;lt;/code&amp;gt;&lt;br /&gt;
|uint16_t&lt;br /&gt;
|1  &amp;lt;code&amp;gt;[mV/LSB]&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0x0D&lt;br /&gt;
|Cell Voltage Low &amp;lt;code&amp;gt;[V]&amp;lt;/code&amp;gt;&lt;br /&gt;
|uint16_t&lt;br /&gt;
|1  &amp;lt;code&amp;gt;[mV/LSB]&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0x0E&lt;br /&gt;
|BMS State&lt;br /&gt;
|uint32_t&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0x0F&lt;br /&gt;
|Temperature Collection &amp;lt;code&amp;gt;[°C]&amp;lt;/code&amp;gt;&lt;br /&gt;
|4x uint8_t&lt;br /&gt;
|1  &amp;lt;code&amp;gt;[°C/LSB]&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0x482&lt;br /&gt;
|0x2000&lt;br /&gt;
|Cell nr&lt;br /&gt;
|Cell &amp;lt;code&amp;gt;[Cell_nr]&amp;lt;/code&amp;gt; Voltage &amp;lt;code&amp;gt;[V]&amp;lt;/code&amp;gt;&lt;br /&gt;
|uint16_t&lt;br /&gt;
|1  &amp;lt;code&amp;gt;[mV/LSB]&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0x202&lt;br /&gt;
|Don't Care&lt;br /&gt;
|Don't Care&lt;br /&gt;
|Power Level &amp;lt;code&amp;gt;[%]&amp;lt;/code&amp;gt;&lt;br /&gt;
|uint8_t&lt;br /&gt;
|1  &amp;lt;code&amp;gt;[%/LSB]&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Throttle&amp;diff=220</id>
		<title>Throttle</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Throttle&amp;diff=220"/>
		<updated>2024-08-23T11:37:30Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: added command&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The throttle controls the motor and is operated by the pilot during sailing. It controls the duty cycle of the motor via the CAN bus using the standard VESC message format. &lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
[[File:Throttle Schematic.png|thumb|Throttle shown in the inactive (green led) neutral position]]&lt;br /&gt;
To use the throttle to control the motor the green illuminated ''arm-button'' will have to be pressed for a few seconds, however some conditions need to be met to ensure a safe start of the motor. &lt;br /&gt;
&lt;br /&gt;
# The ''dead-man cord'' needs to be applied to the bottom of the throttle body, should snap in place magnetically&lt;br /&gt;
# The ''throttle lever'' Should be in its neutral position, pointing straight up with a noticeable tactile bump&lt;br /&gt;
# The CAN bus need to be actively acknowledging packets, which means other devices need to be active on the bus&lt;br /&gt;
# No other error should have occurred inside the electronics&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If one of these conditions is not met, the throttle will beep the number of times indicated above. &lt;br /&gt;
&lt;br /&gt;
== Programming Throttle Position ==&lt;br /&gt;
The throttle position is read out by a magnet attached tot the ''throttle lever'', because the orientation of this magnet is not know in the firmware, this position can be programmed into the EEPROM. To enter programming mode hold down the arm button during power-on. A four beep descending tone should be played, and the LED should do a double blink in red continuously. To program the throttle push lever as far forward as possible and press the button, a single beep be heard. Repeat this twice with the lever in the center and finally with the lever all the way backwards. After three beeps the throttle is reprogrammed and normal operation is resumed. To summarize:  &lt;br /&gt;
&lt;br /&gt;
# Lever in the forward position  &lt;br /&gt;
# Lever in the center position &lt;br /&gt;
# Lever in de backward position &lt;br /&gt;
#  &lt;br /&gt;
&lt;br /&gt;
If no programming is desired leave the lever alone for 10 seconds and the lever will reboot into normal mode.&lt;br /&gt;
&lt;br /&gt;
== Setting the Control Mode over CAN ==&lt;br /&gt;
The Throttle controls the VESC motodriver at 10Hz messaging rate with the default CAN format implemented inside the VESC. [https://dongilc.gitbook.io/openrobot-inc/tutorials/control-with-can More info on the format.] The throttle supports four modes:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Different control modes of the throttle&lt;br /&gt;
|-&lt;br /&gt;
! Control Mode !! Configuration Byte Value !! Unit !! Additional data required&lt;br /&gt;
|-&lt;br /&gt;
| Duty Cycle|| 0x01 || Percentage || None lever in the maximum forward position is 100%&lt;br /&gt;
|-&lt;br /&gt;
|Filtered Duty Cycle|| 0x02 || Percentage  || None lever in the maximum forward position is 100% &lt;br /&gt;
|-&lt;br /&gt;
|Current Control || 0x03 || 100mA  || Specify the max current for forward and backwards in two int16_t's&lt;br /&gt;
|-&lt;br /&gt;
|RPM Control || 0x04 || RPM  || Specify the rpm for forward and backwards in two int16_t's &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These modes can be send to the throttle when the throttle is off. If the throttle is on the configuration will be ignored. A sound will play when a message is received. The message has to be send to the Throttle address 0x337, same as the reboot command. the format is as follows:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Can Message for Setting the control mode&lt;br /&gt;
|-&lt;br /&gt;
! Byte 0 !! Byte 1 !! Byte 2 !! Byte 3 !! Byte 4 !! Byte 5&lt;br /&gt;
|-&lt;br /&gt;
| 0xAA || Control type || MSB int16_t  || LSB int16_t|| MSB int16_t  || LSB int16_t&lt;br /&gt;
|-&lt;br /&gt;
| Hardcoded command|| See Table Above || colspan=2 | Max value for lever completely forward || colspan=2 | Same but for backward (Positive for reverse)&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Example command: ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line=&amp;quot;1&amp;quot; start=&amp;quot;69&amp;quot;&amp;gt;&lt;br /&gt;
cansend can2 337#AA0000000000&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CAN Diagnostics messages ==&lt;br /&gt;
The throttle also send out messages to help debugging every 200 ms. It is send on address 0x337 and has the following format:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Can Message for Diagnostic Purposes&lt;br /&gt;
|-&lt;br /&gt;
! Byte 0 !! Byte 1 !! Byte 2 !! Byte 3 !! Byte 4 !! Byte 5 !! Byte 6 !! Byte 7&lt;br /&gt;
|-&lt;br /&gt;
| MSB int16_t  || LSB int16_t || MSB int16_t  || LSB int16_t || MSB int16_t  || LSB int16_t || uint8_t || Error status&lt;br /&gt;
|-&lt;br /&gt;
| colspan=2 | Filtered lever position, from +512 to -512 || colspan=2 | Raw position reported by the magnetic encoder || colspan=2 | Raw data from the deadmanswitch ADC || Gain that is required to readout the lever position || Enum of current error state. 0x00 is good&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If any of the error status bits are set, the throttle is set into IDLE mode and will shut off the motor. The following table shows what the bitfield represents:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Different control modes of the throttle&lt;br /&gt;
|-&lt;br /&gt;
! Bit !! Enum Name !! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| 0 to 2 || twiError || See next table for possible values&lt;br /&gt;
|-&lt;br /&gt;
| 3      || noLimitsLoaded || Reading of EEPROM for throttle limits failed&lt;br /&gt;
|-&lt;br /&gt;
| 4      || gainClipping || The Magnetic encoder detected no good magnetic field present&lt;br /&gt;
|-&lt;br /&gt;
| 5      || gainInvalid || The gain value read from the magnetic encoder is beyond the range specified in software&lt;br /&gt;
|-&lt;br /&gt;
| 6      || deadmanMissing || The hall sensor of the deadman-switch doesn't detect a strong enough magnet&lt;br /&gt;
|-&lt;br /&gt;
| 7      || impeadanceHigh || The impeadance of the deadman signal is too high, indicating a bad connection&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ TWI error states&lt;br /&gt;
|-&lt;br /&gt;
! Value !! Error name !! Error Description&lt;br /&gt;
|-&lt;br /&gt;
| 0 ||	TWI_ERROR_NoError              || Indicates that the command completed successfully.&lt;br /&gt;
|-&lt;br /&gt;
| 1 ||	TWI_ERROR_BusFault             || A TWI bus fault occurred while attempting to capture the bus. &lt;br /&gt;
|-&lt;br /&gt;
| 2 ||	TWI_ERROR_BusCaptureTimeout    || A timeout occurred whilst waiting for the bus to be ready. &lt;br /&gt;
|-&lt;br /&gt;
| 3 ||	TWI_ERROR_SlaveResponseTimeout || No ACK received at the nominated slave address within the timeout period.&lt;br /&gt;
|-&lt;br /&gt;
| 4 ||	TWI_ERROR_SlaveNotReady        || Slave NAKed the TWI bus START condition. &lt;br /&gt;
|-&lt;br /&gt;
| 5 ||	TWI_ERROR_SlaveNAK             || Slave NAKed whilst attempting to send data to the device. &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Project_catalogue&amp;diff=219</id>
		<title>Project catalogue</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Project_catalogue&amp;diff=219"/>
		<updated>2024-06-03T18:54:25Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are a lot of on-going as well as finished projects within EoI. A catalogue of the projects are given below with a short description.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Project!!Description&lt;br /&gt;
|-&lt;br /&gt;
|[[Battery]]||Development and info about the battery.&lt;br /&gt;
|-&lt;br /&gt;
|[[CAN-bus]]||All the CAN-bus related format and data generated.&lt;br /&gt;
|-&lt;br /&gt;
|[[MPPT]]||Everything about the MPPTs as well as the solar panels used on the solar boat.&lt;br /&gt;
|-&lt;br /&gt;
|[[Solar boat (boii)]]||An overview about the solar boat as well as a list of on-going projects with their project owner.&lt;br /&gt;
|-&lt;br /&gt;
|[[Linux servers]]&lt;br /&gt;
|The servers used within the development as well as the hosting for Engineers of Innovation.&lt;br /&gt;
|-&lt;br /&gt;
|[[Live data]]&lt;br /&gt;
|About the live data used and a small overview of the process where the data is send from the boat to the Linux servers.&lt;br /&gt;
|-&lt;br /&gt;
|[[Motordriver]]&lt;br /&gt;
|The in-house developed motordrvier information can be found here.&lt;br /&gt;
|-&lt;br /&gt;
|[[Foils]]&lt;br /&gt;
|Foils development for the solar boat that will be used.&lt;br /&gt;
|-&lt;br /&gt;
|[[Dashboard]]&lt;br /&gt;
|The dashboard used on screen of the datalogger for the sailor to look at the data.&lt;br /&gt;
|-&lt;br /&gt;
|[[Datalogger]]&lt;br /&gt;
|Everything one needs to know about the process of the datalogger.&lt;br /&gt;
|-&lt;br /&gt;
|[[Steering system]]&lt;br /&gt;
|About the steering system used in the solar boat.&lt;br /&gt;
|-&lt;br /&gt;
|[[Tailpiece]]&lt;br /&gt;
|The development of the tailpiece with the motor can be found here.&lt;br /&gt;
|-&lt;br /&gt;
|[[Cockpit rim]]&lt;br /&gt;
|The rim job around the sailor to avoid getting water in.&lt;br /&gt;
|-&lt;br /&gt;
|[[TLC solar boat]]&lt;br /&gt;
|Quality of life finishing touches solar boat.&lt;br /&gt;
|-&lt;br /&gt;
|[[Instrumentation Panel]]&lt;br /&gt;
|The instrumentation panel in the cockpit that hosts all the buttons. &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Engineers_of_Innovation&amp;diff=218</id>
		<title>Engineers of Innovation</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Engineers_of_Innovation&amp;diff=218"/>
		<updated>2024-06-03T18:42:04Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Consult the [[mediawikiwiki:Special:MyLanguage/Help:Contents|User's Guide]] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
To get started with Engineers of Innovation a couple of links are shown here:&lt;br /&gt;
&lt;br /&gt;
* [https://engineersofinnovation.nl Our own website]&lt;br /&gt;
* [https://git.engineersofinnovation.nl Git]&lt;br /&gt;
* [https://engineers-of-innovation.365.altium.com/ Altium 365 workspace]&lt;br /&gt;
&lt;br /&gt;
=== Wiki page getting started ===&lt;br /&gt;
The different programs that are used all have their respective wiki page for getting started on getting an account and how to access the workspaces. The pages are linked below for easy access:&lt;br /&gt;
&lt;br /&gt;
* [[Altium|Getting started with Altium Designer]]&lt;br /&gt;
*[[Fusion 360|Getting started with Fusion 360]]&lt;br /&gt;
*[[GIT|Getting started with Git]]&lt;br /&gt;
&lt;br /&gt;
== The Solar boat (boii) ==&lt;br /&gt;
[[File:Solar boat with horizon.jpg|thumb|500x500px|Solar boat sailing on the sea around Madeira.]]Our solar boat is an 8 meter long and 1,20 meter wide ship. Where we sail competitive with different teams from Europe. &lt;br /&gt;
&lt;br /&gt;
The clickable picture below shows the different systems within the solar boat, these systems are their own respective project.&lt;br /&gt;
&lt;br /&gt;
Any other projects and subjects going on within the association can be found in the projects [[Project catalogue|catalogue]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;imagemap&amp;gt;&lt;br /&gt;
File:Boot blokschema.drawio.png|frameless|1000x1000px&lt;br /&gt;
rect 72 230 315 354 [[Rudder]]&lt;br /&gt;
rect 692 230 936 354 [[MPPT]]&lt;br /&gt;
rect 352 130 595 253 [[Battery]]&lt;br /&gt;
rect 352 310 595 433 [[Motordriver]]&lt;br /&gt;
rect 1532 90 1776 214 [[Datalogger]]&lt;br /&gt;
rect 1532 350 1775 473 [[Throttle]]&lt;br /&gt;
rect 1892 110 2201 208 [[Autopilot]]&lt;br /&gt;
rect 1892 330 2136 454 [[Foils]] &lt;br /&gt;
rect 2192 210 2436 334 [[MPPT]]&lt;br /&gt;
&amp;lt;/imagemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Page syntax! ==&lt;br /&gt;
Before anyone can edit or add pages to the wiki. An account [[Special:RequestAccount|request]] need to be made.&lt;br /&gt;
&lt;br /&gt;
For new users or users who just want to lookup what the syntax is, a '''[[Test]]''' page is created with general use cases.&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Engineers_of_Innovation&amp;diff=189</id>
		<title>Engineers of Innovation</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Engineers_of_Innovation&amp;diff=189"/>
		<updated>2023-09-12T08:26:11Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Text update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Consult the [[mediawikiwiki:Special:MyLanguage/Help:Contents|User's Guide]] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
To get started with Engineers of Innovation a couple of links are shown here:&lt;br /&gt;
&lt;br /&gt;
* [https://engineersofinnovation.nl Our own website]&lt;br /&gt;
* [https://git.engineersofinnovation.nl Git]&lt;br /&gt;
* [https://engineers-of-innovation.365.altium.com/ Altium 365 workspace]&lt;br /&gt;
&lt;br /&gt;
=== Wiki page getting started ===&lt;br /&gt;
The different programs that are used all have their respective wiki page for getting started on getting an account and how to access the workspaces. The pages are linked below for easy access:&lt;br /&gt;
&lt;br /&gt;
* [[Altium|Getting started with Altium Designer]]&lt;br /&gt;
*[[Fusion 360|Getting started with Fusion 360]]&lt;br /&gt;
*[[GIT|Getting started with Git]]&lt;br /&gt;
&lt;br /&gt;
== The Solar boat (boii) ==&lt;br /&gt;
[[File:Solar boat with horizon.jpg|thumb|500x500px|Solar boat sailing on the sea around Madeira.]]Our solar boat is an 8 meter long and 1,20 meter wide ship. Where we sail competitive with different teams from Europe. &lt;br /&gt;
&lt;br /&gt;
The clickable picture below shows the different systems within the solar boat, these systems are their own respective project.&lt;br /&gt;
&lt;br /&gt;
Any other projects going on within the association can be found in the projects [[Project catalogue|catalogue]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;imagemap&amp;gt;&lt;br /&gt;
File:Boot blokschema.drawio.png|frameless|1000x1000px&lt;br /&gt;
rect 72 230 315 354 [[Rudder]]&lt;br /&gt;
rect 692 230 936 354 [[MPPT]]&lt;br /&gt;
rect 352 130 595 253 [[Battery]]&lt;br /&gt;
rect 352 310 595 433 [[Motordriver]]&lt;br /&gt;
rect 1532 90 1776 214 [[Datalogger]]&lt;br /&gt;
rect 1532 350 1775 473 [[Throttle]]&lt;br /&gt;
rect 1892 110 2201 208 [[Autopilot]]&lt;br /&gt;
rect 1892 330 2136 454 [[Foils]] &lt;br /&gt;
rect 2192 210 2436 334 [[MPPT]]&lt;br /&gt;
&amp;lt;/imagemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Page syntax! ==&lt;br /&gt;
Before anyone can edit or add pages to the wiki. An account [[Special:RequestAccount|request]] need to be made.&lt;br /&gt;
&lt;br /&gt;
For new users or users who just want to lookup what the syntax is, a '''[[Test]]''' page is created with general use cases.&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Engineers_of_Innovation&amp;diff=188</id>
		<title>Engineers of Innovation</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Engineers_of_Innovation&amp;diff=188"/>
		<updated>2023-09-12T08:20:00Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Removed project table since projects do not have a representative anymore&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Consult the [[mediawikiwiki:Special:MyLanguage/Help:Contents|User's Guide]] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
To get started with Engineers of Innovation a couple of links are shown here:&lt;br /&gt;
&lt;br /&gt;
* [https://engineersofinnovation.nl Our own website]&lt;br /&gt;
* [https://git.engineersofinnovation.nl Git]&lt;br /&gt;
* [https://engineers-of-innovation.365.altium.com/ Altium 365 workspace]&lt;br /&gt;
&lt;br /&gt;
=== Wiki page getting started ===&lt;br /&gt;
The different programs that are used all have their respective wiki page for getting started on getting an account and how to access the workspaces. The pages are linked below for easy access:&lt;br /&gt;
&lt;br /&gt;
* [[Altium|Getting started with Altium Designer]]&lt;br /&gt;
*[[Fusion 360|Getting started with Fusion 360]]&lt;br /&gt;
*[[GIT|Getting started with Git]]&lt;br /&gt;
&lt;br /&gt;
== The Solar boat (boii) ==&lt;br /&gt;
[[File:Solar boat with horizon.jpg|thumb|500x500px|Solar boat sailing on the sea around Madeira.]]Our solar boat is an 8 meter long and 1,20 meter wide ship. Where we sail competitive with different teams from Europe.&lt;br /&gt;
&lt;br /&gt;
Currently different projects are going on within the association, these projects are listed below.&lt;br /&gt;
&lt;br /&gt;
A catalogue of all the projects can be found [[Project catalogue|here]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;imagemap&amp;gt;&lt;br /&gt;
File:Boot blokschema.drawio.png|frameless|1000x1000px&lt;br /&gt;
rect 72 230 315 354 [[Rudder]]&lt;br /&gt;
rect 692 230 936 354 [[MPPT]]&lt;br /&gt;
rect 352 130 595 253 [[Battery]]&lt;br /&gt;
rect 352 310 595 433 [[Motordriver]]&lt;br /&gt;
rect 1532 90 1776 214 [[Datalogger]]&lt;br /&gt;
rect 1532 350 1775 473 [[Throttle]]&lt;br /&gt;
rect 1892 110 2201 208 [[Autopilot]]&lt;br /&gt;
rect 1892 330 2136 454 [[Foils]] &lt;br /&gt;
rect 2192 210 2436 334 [[MPPT]]&lt;br /&gt;
&amp;lt;/imagemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Page syntax! ==&lt;br /&gt;
Before anyone can edit or add pages to the wiki. An account [[Special:RequestAccount|request]] need to be made.&lt;br /&gt;
&lt;br /&gt;
For new users or users who just want to lookup what the syntax is, a '''[[Test]]''' page is created with general use cases.&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Engineers_of_Innovation&amp;diff=187</id>
		<title>Engineers of Innovation</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Engineers_of_Innovation&amp;diff=187"/>
		<updated>2023-09-11T17:14:09Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Consult the [[mediawikiwiki:Special:MyLanguage/Help:Contents|User's Guide]] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
To get started with Engineers of Innovation a couple of links are shown here:&lt;br /&gt;
&lt;br /&gt;
* [https://engineersofinnovation.nl Our own website]&lt;br /&gt;
* [https://git.engineersofinnovation.nl Git]&lt;br /&gt;
* [https://engineers-of-innovation.365.altium.com/ Altium 365 workspace]&lt;br /&gt;
&lt;br /&gt;
=== Wiki page getting started ===&lt;br /&gt;
The different programs that are used all have their respective wiki page for getting started on getting an account and how to access the workspaces. The pages are linked below for easy access:&lt;br /&gt;
&lt;br /&gt;
* [[Altium|Getting started with Altium Designer]]&lt;br /&gt;
*[[Fusion 360|Getting started with Fusion 360]]&lt;br /&gt;
*[[GIT|Getting started with Git]]&lt;br /&gt;
&lt;br /&gt;
== Ongoing projects ==&lt;br /&gt;
[[File:Solar boat with horizon.jpg|thumb|500x500px|Solar boat sailing on the sea around Madeira.]]&lt;br /&gt;
A list of different projects are given here with their respective project owners, where one should approach when they want to participate in the development process.&lt;br /&gt;
&lt;br /&gt;
If you do not see a project listed below but want to work on something or you are unsure what to do you can always contact '''Quinten''' or '''Aran.''' &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Project&lt;br /&gt;
|-&lt;br /&gt;
|[[Battery]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Datalogger]]&lt;br /&gt;
|-&lt;br /&gt;
|[[MPPT]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Foils]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Live data]]&lt;br /&gt;
|-&lt;br /&gt;
|[[QT dashboard]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Steering system]]&lt;br /&gt;
|-&lt;br /&gt;
|[[BLDC motordriver]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Tailpiece]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TLC solar boat|Small projects]] in and around the boat for sailing &lt;br /&gt;
(too many to be put here)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== The Solar boat (boii) ==&lt;br /&gt;
&lt;br /&gt;
Our solar boat is an 8 meter long and 1,20 meter wide ship. Where we sail competitive with different teams from Europe.&lt;br /&gt;
&lt;br /&gt;
Currently different projects are going on within the association, these projects are listed below.&lt;br /&gt;
&lt;br /&gt;
A catalogue of all the projects can be found [[Project catalogue|here]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;imagemap&amp;gt;&lt;br /&gt;
File:Boot blokschema.drawio.png|frameless|1000x1000px&lt;br /&gt;
rect 72 230 315 354 [[Rudder]]&lt;br /&gt;
rect 692 230 936 354 [[MPPT]]&lt;br /&gt;
rect 352 130 595 253 [[Battery]]&lt;br /&gt;
rect 352 310 595 433 [[Motordriver]]&lt;br /&gt;
rect 1532 90 1776 214 [[Datalogger]]&lt;br /&gt;
rect 1532 350 1775 473 [[Throttle]]&lt;br /&gt;
rect 1892 110 2201 208 [[Autopilot]]&lt;br /&gt;
rect 1892 330 2136 454 [[Foils]] &lt;br /&gt;
rect 2192 210 2436 334 [[MPPT]]&lt;br /&gt;
&amp;lt;/imagemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Page syntax! ==&lt;br /&gt;
Before anyone can edit or add pages to the wiki. An account [[Special:RequestAccount|request]] need to be made.&lt;br /&gt;
&lt;br /&gt;
For new users or users who just want to lookup what the syntax is, a '''[[Test]]''' page is created with general use cases.&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=User_talk:Laurage&amp;diff=182</id>
		<title>User talk:Laurage</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=User_talk:Laurage&amp;diff=182"/>
		<updated>2023-08-07T17:33:10Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to '''Engineers of Innovation Wiki'''!'''&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents help pages].&lt;br /&gt;
Again, welcome and have fun! [[User:Quintenlb|Quintenlb]] ([[User talk:Quintenlb|talk]]) 17:33, 7 August 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=User:Laurage&amp;diff=181</id>
		<title>User:Laurage</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=User:Laurage&amp;diff=181"/>
		<updated>2023-08-07T17:33:10Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;┏(-_-)┛┗(-_- )┓ ┏(-_-)┛┗(-_- )┓ ┏(-_-)┛┗(-_- )┓ ┏(-_-)┛┗(-_- )┓ ┏(-_-)┛┗(-_- )┓ ┏(-_-)┛┗(-_- )┓&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=MPPT&amp;diff=180</id>
		<title>MPPT</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=MPPT&amp;diff=180"/>
		<updated>2023-07-17T15:01:21Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Increased readability of mppt picture&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;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=MPPT&amp;diff=179</id>
		<title>MPPT</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=MPPT&amp;diff=179"/>
		<updated>2023-07-17T14:45:10Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Updated MPPT layout&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|570x570px|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;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:2023-07-17_Updated_MPPTS_WHITEBG.png&amp;diff=178</id>
		<title>File:2023-07-17 Updated MPPTS WHITEBG.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:2023-07-17_Updated_MPPTS_WHITEBG.png&amp;diff=178"/>
		<updated>2023-07-17T14:43:17Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: As of 2023-07-17 update layout of MPPTs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
As of 2023-07-17 update layout of MPPTs&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:2023-07-17_Updated_MPPTS_BLACKBG.png&amp;diff=177</id>
		<title>File:2023-07-17 Updated MPPTS BLACKBG.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:2023-07-17_Updated_MPPTS_BLACKBG.png&amp;diff=177"/>
		<updated>2023-07-17T14:39:35Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: As of 2023-07-17 Updated mppts black background&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
As of 2023-07-17 Updated mppts black background&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:MPPT_layout_on_deck.png&amp;diff=176</id>
		<title>File:MPPT layout on deck.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:MPPT_layout_on_deck.png&amp;diff=176"/>
		<updated>2023-07-17T14:36:38Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Quintenlb reverted File:MPPT layout on deck.png to an old version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The layout of the MPPTs per panel which are used in the boat.&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:MPPT_layout_on_deck.png&amp;diff=175</id>
		<title>File:MPPT layout on deck.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:MPPT_layout_on_deck.png&amp;diff=175"/>
		<updated>2023-07-17T14:35:27Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Quintenlb reverted File:MPPT layout on deck.png to an old version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The layout of the MPPTs per panel which are used in the boat.&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:MPPT_layout_on_deck.png&amp;diff=174</id>
		<title>File:MPPT layout on deck.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:MPPT_layout_on_deck.png&amp;diff=174"/>
		<updated>2023-07-17T14:35:10Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Quintenlb reverted File:MPPT layout on deck.png to an old version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The layout of the MPPTs per panel which are used in the boat.&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:MPPT_layout_on_deck.png&amp;diff=173</id>
		<title>File:MPPT layout on deck.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:MPPT_layout_on_deck.png&amp;diff=173"/>
		<updated>2023-07-17T14:25:50Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Quintenlb uploaded a new version of File:MPPT layout on deck.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The layout of the MPPTs per panel which are used in the boat.&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:MPPT_layout_on_deck.png&amp;diff=172</id>
		<title>File:MPPT layout on deck.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:MPPT_layout_on_deck.png&amp;diff=172"/>
		<updated>2023-07-17T14:21:41Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Quintenlb reverted File:MPPT layout on deck.png to an old version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The layout of the MPPTs per panel which are used in the boat.&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:MPPT_layout_on_deck.png&amp;diff=171</id>
		<title>File:MPPT layout on deck.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:MPPT_layout_on_deck.png&amp;diff=171"/>
		<updated>2023-07-17T14:17:06Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Quintenlb uploaded a new version of File:MPPT layout on deck.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The layout of the MPPTs per panel which are used in the boat.&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Battery&amp;diff=167</id>
		<title>Battery</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Battery&amp;diff=167"/>
		<updated>2023-05-02T08:03:17Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: After review changed some crucial settings for the BMS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains the information about the EoI battery development, everything from the requirements to the implementation can be found here.&lt;br /&gt;
&lt;br /&gt;
== What is the battery? ==&lt;br /&gt;
The battery is the energy buffer of the boat, it stores the energy coming in from the solar panels and provides a constant voltage for the motor path and peripheral electronics. The battery consists of multiple parts:&lt;br /&gt;
&lt;br /&gt;
* Battery cells&lt;br /&gt;
* Battery management system (BMS)&lt;br /&gt;
&lt;br /&gt;
The BMS makes sure that the battery cells can't be overcharged or over-discharged, as this might damage them and present dangerous situations. Besides monitoring the voltage a BMS usually monitors the current and temperature as well.&lt;br /&gt;
&lt;br /&gt;
== Technical regulations (as per September 2022) ==&lt;br /&gt;
&lt;br /&gt;
* Maximum nominal voltage: 58,8V (14S lithium-ion)&lt;br /&gt;
* Maximum capacity: 1,5 kWh (= 5400 MJ)&lt;br /&gt;
* All battery cells must be commercially available&lt;br /&gt;
* The BMS must monitor the battery voltage and current&lt;br /&gt;
* The BMS must be capable of shutting down the system&lt;br /&gt;
* The BMS must be able to monitor charge and discharge currents&lt;br /&gt;
* The BMS must have a means to limit over-current in charge and discharge paths&lt;br /&gt;
* The BMS must monitor all individual cells&lt;br /&gt;
* All electrical systems must be provided with a fuse in series connection with the main battery ('Main fuse')&lt;br /&gt;
* The battery must be fused&lt;br /&gt;
* The BMS must be fused&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Functional requirements&lt;br /&gt;
!ID&lt;br /&gt;
!Specifiction&lt;br /&gt;
!Value&lt;br /&gt;
!Pass/Fail&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Nominal pack voltage&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;= 58,8V&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Maximum capacity&lt;br /&gt;
|&amp;lt;code&amp;gt;1,5 kWh&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Monitor (pack) voltage&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Monitor (pack) current&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Monitor (pack) temperature&lt;br /&gt;
|&amp;gt;&amp;gt; 1 sensor (8)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Limit overcurrent in (dis)charge path&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Capable of shutting down the whole system&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|CAN-bus communication&lt;br /&gt;
|&amp;lt;code&amp;gt;5V / 1 Mbit&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Internal cell balancing&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Charge and discharge paths can be operated simultaneously&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Motor and MPPT should be enabled independently&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|The battery should be enabled with a N.O. contact&lt;br /&gt;
|open = off&lt;br /&gt;
closed = on&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Separate enable contact for Motor path (output) (Optional: Software disable only)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Battery should be fully disabled (all outputs disabled) by emergency switch&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Shelf life (Save battery mode)&lt;br /&gt;
|&amp;gt;= 1 year (&amp;lt;code&amp;gt;2.8mA max&amp;lt;/code&amp;gt;)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Humidity sensor&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Galvanic separation of safety path (bilge and horn)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|(Optional) I.M.U.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|(Optional) Phase change cooling hardware&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Electrical requirements&lt;br /&gt;
!ID&lt;br /&gt;
!Specification&lt;br /&gt;
!Value&lt;br /&gt;
!Pass/Fail&lt;br /&gt;
|-&lt;br /&gt;
|0&lt;br /&gt;
|Motor path (output)&lt;br /&gt;
|&amp;lt;code&amp;gt;60V / 300A&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Charge path (input)&lt;br /&gt;
|&amp;lt;code&amp;gt;60V / 50A&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Peri path (output)&lt;br /&gt;
|&amp;lt;code&amp;gt;24V / 2.5A&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|Safety path (output) (bilge and horn)&lt;br /&gt;
|&amp;lt;code&amp;gt;24V / 4A&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Environmental requirements&lt;br /&gt;
!ID&lt;br /&gt;
!Specification&lt;br /&gt;
!Value&lt;br /&gt;
!Pass/Fail&lt;br /&gt;
|-&lt;br /&gt;
|0&lt;br /&gt;
|Ambient operating temperature&lt;br /&gt;
|0 - 50 °C&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Ingress protection&lt;br /&gt;
|IP67 or better&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Battery Management System ==&lt;br /&gt;
The Battery Management System (BMS) is the brains of the battery and makes sure to manage the battery so it is Dedier proof and does not catch on fire.&lt;br /&gt;
&lt;br /&gt;
The BMS has different functionalities on the PCB and therefore different settings. Since these settings are extensive (especially with the Cell Voltage Monitoring (CVM) chip, this chip does more than only measuring the cell voltages but we will be calling it the CVM from now for better readability.&lt;br /&gt;
&lt;br /&gt;
The BMS has different hardware components that is used in the EoI-battery, these are shown in their corresponding figures throughout the page. Shown below is the full battery system with cells in the box.&lt;br /&gt;
[[File:Battery in box.png|center|thumb|Battery box]]&lt;br /&gt;
&lt;br /&gt;
=== Hardware ===&lt;br /&gt;
The full BMS system consist of at least three PCBs that are:&lt;br /&gt;
&lt;br /&gt;
* Main board&lt;br /&gt;
* Current sense board for the discharge &lt;br /&gt;
* Charge path board&lt;br /&gt;
&lt;br /&gt;
Each of the hardware are further elaborated in their own sections.&lt;br /&gt;
&lt;br /&gt;
==== Main board ====&lt;br /&gt;
[[File:Bms pcb top view.jpg|thumb|691x691px|BMS PCB top view]]&lt;br /&gt;
The main board (shown right) is big brain of the battery system. On the main board there are multiple ICs with their own configurations and applications, namely:&lt;br /&gt;
&lt;br /&gt;
* Cell Voltage Measurement IC&lt;br /&gt;
* ADC&lt;br /&gt;
* Microprocessor&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
[[File:Current sense pcb top view.jpg|thumb|Current sense PCB top view]]&lt;br /&gt;
[[File:Charge path PCB top view.jpg|thumb|Charge path PCB top view]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== CVM ===&lt;br /&gt;
The CVM that is used on the BMS is the [https://www.ti.com/product/BQ76952 BQ76952], located in the middle of the main board. This CVM-chip has an extensive list of configurations and features which makes it cumbersome to scroll through the code to know which features are enabled and which safety configurations are made. Therefore a list is generated with a description of the used configuration below.&lt;br /&gt;
&lt;br /&gt;
These are preliminary configurations and could be changed through the course of time and should be changed accordingly here as well.&lt;br /&gt;
[[File:FUSE pin.png|thumb|FUSE pin configuration of the CVM IC.|570x570px]]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Short description&lt;br /&gt;
!Configuration&lt;br /&gt;
!Long description&lt;br /&gt;
|-&lt;br /&gt;
|Min Blow Fuse Voltage&lt;br /&gt;
|STACK: 60.2V(4.3V per cell)&lt;br /&gt;
|Permanent faults the device and enables FUSE pin to trigger the fuse.&lt;br /&gt;
FUSE pin stays on indefinitely and thus manual intervention is needed. &lt;br /&gt;
|-&lt;br /&gt;
|PF_FUSE&lt;br /&gt;
|Enabled&lt;br /&gt;
|Whenever a permanent fail occurs the FUSE pin should also be triggered.&lt;br /&gt;
|-&lt;br /&gt;
|Internal regualtors 1 &amp;amp; 2&lt;br /&gt;
|Disabled&lt;br /&gt;
|Regulator 1 and 2 are disabled since we do not use that with the CVM on the BMS.&lt;br /&gt;
|-&lt;br /&gt;
|Pre-regulator REG0&lt;br /&gt;
|Disabled&lt;br /&gt;
|Pre regulator is used to generate voltages for regulators 1 &amp;amp; 2.&lt;br /&gt;
|-&lt;br /&gt;
|CFETOFF&lt;br /&gt;
|Disabled&lt;br /&gt;
|CFETOFF pin is not used on the BMS.&lt;br /&gt;
|-&lt;br /&gt;
|TS1,2,3&lt;br /&gt;
|18k resistor model &amp;amp; 18k pull-up resistor internal&lt;br /&gt;
Used for cell protection&lt;br /&gt;
|Temperature pins are configured to be used in cell temperature protection &lt;br /&gt;
|-&lt;br /&gt;
|DFETOFF&lt;br /&gt;
|DFETOFF pin is configured as a termistor input &lt;br /&gt;
18k resistor model &amp;amp; 18k pull-up resistor internal&lt;br /&gt;
&lt;br /&gt;
Used for cell protection&lt;br /&gt;
|DFETOFF can have different functions and is used for temperature measurement as a termistor input.&lt;br /&gt;
|-&lt;br /&gt;
|DDSG&lt;br /&gt;
|Configured as analogue discharge enable&lt;br /&gt;
|CVM IC can determine if the battery may be discharged. This pin activates the discharge path if everything is within spec&lt;br /&gt;
|-&lt;br /&gt;
|DA&lt;br /&gt;
|Resolution measured current: 0.1mA&lt;br /&gt;
Resolution measured voltage: 10mV&lt;br /&gt;
&lt;br /&gt;
Internal temperature not used for cell/FET protection&lt;br /&gt;
|DA configuration specifies the units for measuring the current and voltage. And can configure if the internal temperature readout should be used for cell protection.&lt;br /&gt;
|-&lt;br /&gt;
|VCELL&lt;br /&gt;
|Disable cell protection on cells 14 and 15&lt;br /&gt;
|Configures which cell should be used for cell protection and which cell should be ignored. Cell 14 and 15 are shorted since EoI uses a 14s battery.&lt;br /&gt;
|-&lt;br /&gt;
|FET settings&lt;br /&gt;
|Disabled&lt;br /&gt;
|The CVM IC can drive its own FETs, as in the MOSFETs can directly be driven by the chip itself since it can run in standalone mode.&lt;br /&gt;
|-&lt;br /&gt;
|FET charge pump&lt;br /&gt;
|Disabled&lt;br /&gt;
|N/A EoI&lt;br /&gt;
|-&lt;br /&gt;
|Shutdown internal temperature&lt;br /&gt;
|80C &lt;br /&gt;
|If measured internal temperature of the CVM is above 80C than the CVM should go into shutdown mode.&lt;br /&gt;
|-&lt;br /&gt;
|Over voltage protection&lt;br /&gt;
|Over voltage: 4.25V&lt;br /&gt;
Delay: 2000ms&lt;br /&gt;
&lt;br /&gt;
Over voltage reset: 4.00V&lt;br /&gt;
|Over voltage protection triggers alert after Delay resets trigger after reset voltage&lt;br /&gt;
|-&lt;br /&gt;
|Under voltage protection&lt;br /&gt;
|Under voltage: 2.8V&lt;br /&gt;
Delay: 2000ms&lt;br /&gt;
&lt;br /&gt;
Under voltage reset: 3.00V&lt;br /&gt;
|Under voltage protection triggers alert after Delay resets trigger after reset voltage&lt;br /&gt;
|-&lt;br /&gt;
|Permanent failure under voltage protection&lt;br /&gt;
|Under voltage: 2.5V&lt;br /&gt;
Delay: 5000ms&lt;br /&gt;
|Permanent failure under voltage protection triggers alert after Delay&lt;br /&gt;
Needs manual intervention for reset&lt;br /&gt;
|-&lt;br /&gt;
|Permanent failure over voltage protection&lt;br /&gt;
|Over voltage: 4.3V&lt;br /&gt;
Delay: 5000ms&lt;br /&gt;
|Permanent failure over voltage protection triggers alert after Delay&lt;br /&gt;
Needs manual intervention for reset&lt;br /&gt;
|-&lt;br /&gt;
|Permanent failure over temperature protection&lt;br /&gt;
|Temperature: 90C&lt;br /&gt;
Delay: 5000ms&lt;br /&gt;
|Permanent failure over temperature protection triggers alert after Delay&lt;br /&gt;
Needs manual intervention for reset&lt;br /&gt;
|-&lt;br /&gt;
|Permanent failure VSSF protection&lt;br /&gt;
|VSSF: 100mV&lt;br /&gt;
Delay: 5000ms&lt;br /&gt;
|Permanent failure over VSSF triggers alert after Delay. VSSF is measured internal of the IC.&lt;br /&gt;
Needs manual intervention for reset&lt;br /&gt;
|-&lt;br /&gt;
|Permanent failure 2LVL protection&lt;br /&gt;
EDIT: Should not have to use.&lt;br /&gt;
|Delay: 5000ms&lt;br /&gt;
|Permanent failure over 2LVL triggers alert after Delay. 2LVL is measured internal of the IC.&lt;br /&gt;
Needs manual intervention for reset&lt;br /&gt;
|-&lt;br /&gt;
|Permanent failure LFOF protection&lt;br /&gt;
|Delay: 5000ms&lt;br /&gt;
|Permanent failure over LFO oscillator frequency deviates from expected value after Delay triggers alert. LFOF is measured internal of the IC. &lt;br /&gt;
Needs manual intervention for reset&lt;br /&gt;
|-&lt;br /&gt;
|Permanent failure HWMX&lt;br /&gt;
|Delay: 5000ms&lt;br /&gt;
|Permanent failure for input MUX used for OV, UV protection if check fails and fails after Delay trigger alert.&lt;br /&gt;
Needs manual intervention for reset&lt;br /&gt;
|-&lt;br /&gt;
|Over temperature protection for charge&lt;br /&gt;
|Temperature: 60C&lt;br /&gt;
Recovery: 55C&lt;br /&gt;
|Triggers fail and disables charge path until Recovery&lt;br /&gt;
|-&lt;br /&gt;
|Under temperature protection for charge&lt;br /&gt;
|Temperature: 0C&lt;br /&gt;
Recovery: 5C&lt;br /&gt;
|Triggers fail and disables charge path until Recovery&lt;br /&gt;
|-&lt;br /&gt;
|Over temperature protection for discharge&lt;br /&gt;
|Temperature: 70C&lt;br /&gt;
Recovery: 65C&lt;br /&gt;
|Triggers fail and disables discharge path until Recovery&lt;br /&gt;
|-&lt;br /&gt;
|Under temperature protection for discharge&lt;br /&gt;
|Temperature: -40C&lt;br /&gt;
Recovery: -35C&lt;br /&gt;
|Triggers fail and disables discharge path until Recovery&lt;br /&gt;
|-&lt;br /&gt;
|Over temperature protection FET&lt;br /&gt;
|Temperature: 80C&lt;br /&gt;
Recovery: 75C&lt;br /&gt;
|Triggers fail and disables discharge path until Recovery&lt;br /&gt;
|-&lt;br /&gt;
|Over temperature protection internal&lt;br /&gt;
|Temperature: 70C&lt;br /&gt;
Recovery: 65C&lt;br /&gt;
|Triggers fail and disables CVM until Recovery&lt;br /&gt;
|-&lt;br /&gt;
|Under temperature protection internal&lt;br /&gt;
|Temperature: -20C&lt;br /&gt;
Recovery: -15&lt;br /&gt;
|Triggers fail and disables CVM path until Recovery&lt;br /&gt;
|-&lt;br /&gt;
|Balancing configuration minimum cell voltage&lt;br /&gt;
|3.60V&lt;br /&gt;
|Minium cell voltage before balancing&lt;br /&gt;
|-&lt;br /&gt;
|Balancing cell voltage delta&lt;br /&gt;
|10mV&lt;br /&gt;
|Minimum cell voltage between cell before stopping balancing (or start balancing if bigger than)&lt;br /&gt;
|-&lt;br /&gt;
|Number of cells balancing simultaneously&lt;br /&gt;
|7 cells&lt;br /&gt;
|CVM supports multiple cell balancing up to 16 cells.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Open questions ==&lt;br /&gt;
&lt;br /&gt;
* Do the MPPTs have to be modified for the 14S battery?&lt;br /&gt;
*Integrated or seperate charge/discharge paths? (I've got a slight preference for seperate pcb's)&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Battery&amp;diff=166</id>
		<title>Battery</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Battery&amp;diff=166"/>
		<updated>2023-04-24T16:51:14Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Added BMS and CVM configurations&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains the information about the EoI battery development, everything from the requirements to the implementation can be found here.&lt;br /&gt;
&lt;br /&gt;
== What is the battery? ==&lt;br /&gt;
The battery is the energy buffer of the boat, it stores the energy coming in from the solar panels and provides a constant voltage for the motor path and peripheral electronics. The battery consists of multiple parts:&lt;br /&gt;
&lt;br /&gt;
* Battery cells&lt;br /&gt;
* Battery management system (BMS)&lt;br /&gt;
&lt;br /&gt;
The BMS makes sure that the battery cells can't be overcharged or over-discharged, as this might damage them and present dangerous situations. Besides monitoring the voltage a BMS usually monitors the current and temperature as well.&lt;br /&gt;
&lt;br /&gt;
== Technical regulations (as per September 2022) ==&lt;br /&gt;
&lt;br /&gt;
* Maximum nominal voltage: 58,8V (14S lithium-ion)&lt;br /&gt;
* Maximum capacity: 1,5 kWh (= 5400 MJ)&lt;br /&gt;
* All battery cells must be commercially available&lt;br /&gt;
* The BMS must monitor the battery voltage and current&lt;br /&gt;
* The BMS must be capable of shutting down the system&lt;br /&gt;
* The BMS must be able to monitor charge and discharge currents&lt;br /&gt;
* The BMS must have a means to limit over-current in charge and discharge paths&lt;br /&gt;
* The BMS must monitor all individual cells&lt;br /&gt;
* All electrical systems must be provided with a fuse in series connection with the main battery ('Main fuse')&lt;br /&gt;
* The battery must be fused&lt;br /&gt;
* The BMS must be fused&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Functional requirements&lt;br /&gt;
!ID&lt;br /&gt;
!Specifiction&lt;br /&gt;
!Value&lt;br /&gt;
!Pass/Fail&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Nominal pack voltage&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;= 58,8V&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Maximum capacity&lt;br /&gt;
|&amp;lt;code&amp;gt;1,5 kWh&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Monitor (pack) voltage&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Monitor (pack) current&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Monitor (pack) temperature&lt;br /&gt;
|&amp;gt;&amp;gt; 1 sensor (8)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Limit overcurrent in (dis)charge path&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Capable of shutting down the whole system&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|CAN-bus communication&lt;br /&gt;
|&amp;lt;code&amp;gt;5V / 1 Mbit&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Internal cell balancing&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Charge and discharge paths can be operated simultaneously&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Motor and MPPT should be enabled independently&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|The battery should be enabled with a N.O. contact&lt;br /&gt;
|open = off&lt;br /&gt;
closed = on&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Separate enable contact for Motor path (output) (Optional: Software disable only)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Battery should be fully disabled (all outputs disabled) by emergency switch&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Shelf life (Save battery mode)&lt;br /&gt;
|&amp;gt;= 1 year (&amp;lt;code&amp;gt;2.8mA max&amp;lt;/code&amp;gt;)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Humidity sensor&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Galvanic separation of safety path (bilge and horn)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|(Optional) I.M.U.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|(Optional) Phase change cooling hardware&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Electrical requirements&lt;br /&gt;
!ID&lt;br /&gt;
!Specification&lt;br /&gt;
!Value&lt;br /&gt;
!Pass/Fail&lt;br /&gt;
|-&lt;br /&gt;
|0&lt;br /&gt;
|Motor path (output)&lt;br /&gt;
|&amp;lt;code&amp;gt;60V / 300A&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Charge path (input)&lt;br /&gt;
|&amp;lt;code&amp;gt;60V / 50A&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Peri path (output)&lt;br /&gt;
|&amp;lt;code&amp;gt;24V / 2.5A&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|Safety path (output) (bilge and horn)&lt;br /&gt;
|&amp;lt;code&amp;gt;24V / 4A&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Environmental requirements&lt;br /&gt;
!ID&lt;br /&gt;
!Specification&lt;br /&gt;
!Value&lt;br /&gt;
!Pass/Fail&lt;br /&gt;
|-&lt;br /&gt;
|0&lt;br /&gt;
|Ambient operating temperature&lt;br /&gt;
|0 - 50 °C&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Ingress protection&lt;br /&gt;
|IP67 or better&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Battery Management System ==&lt;br /&gt;
The Battery Management System (BMS) is the brains of the battery and makes sure to manage the battery so it is Dedier proof and does not catch on fire.&lt;br /&gt;
&lt;br /&gt;
The BMS has different functionalities on the PCB and therefore different settings. Since these settings are extensive (especially with the Cell Voltage Monitoring (CVM) chip, this chip does more than only measuring the cell voltages but we will be calling it the CVM from now for better readability.&lt;br /&gt;
&lt;br /&gt;
The BMS has different hardware components that is used in the EoI-battery, these are shown in their corresponding figures throughout the page. Shown below is the full battery system with cells in the box.&lt;br /&gt;
[[File:Battery in box.png|center|thumb|Battery box]]&lt;br /&gt;
&lt;br /&gt;
=== Hardware ===&lt;br /&gt;
The full BMS system consist of at least three PCBs that are:&lt;br /&gt;
&lt;br /&gt;
* Main board&lt;br /&gt;
* Current sense board for the discharge &lt;br /&gt;
* Charge path board&lt;br /&gt;
&lt;br /&gt;
Each of the hardware are further elaborated in their own sections.&lt;br /&gt;
&lt;br /&gt;
==== Main board ====&lt;br /&gt;
[[File:Bms pcb top view.jpg|thumb|691x691px|BMS PCB top view]]&lt;br /&gt;
The main board (shown right) is big brain of the battery system. On the main board there are multiple ICs with their own configurations and applications, namely:&lt;br /&gt;
&lt;br /&gt;
* Cell Voltage Measurement IC&lt;br /&gt;
* ADC&lt;br /&gt;
* Microprocessor&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
[[File:Current sense pcb top view.jpg|thumb|Current sense PCB top view]]&lt;br /&gt;
[[File:Charge path PCB top view.jpg|thumb|Charge path PCB top view]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== CVM ===&lt;br /&gt;
The CVM that is used on the BMS is the [https://www.ti.com/product/BQ76952 BQ76952], located in the middle of the main board. This CVM-chip has an extensive list of configurations and features which makes it cumbersome to scroll through the code to know which features are enabled and which safety configurations are made. Therefore a list is generated with a description of the used configuration below.&lt;br /&gt;
&lt;br /&gt;
These are preliminary configurations and could be changed through the course of time and should be changed accordingly here as well.&lt;br /&gt;
[[File:FUSE pin.png|thumb|FUSE pin configuration of the CVM IC.]]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Short description&lt;br /&gt;
!Configuration&lt;br /&gt;
!Long description&lt;br /&gt;
|-&lt;br /&gt;
|Min Blow Fuse Voltage&lt;br /&gt;
|STACK: 60.2V(4.3V per cell)&lt;br /&gt;
|Permanent faults the device and enables FUSE pin to trigger the fuse.&lt;br /&gt;
FUSE pin stays on indefinitely and thus manual intervention is needed. &lt;br /&gt;
|-&lt;br /&gt;
|PF_FUSE&lt;br /&gt;
|Enabled&lt;br /&gt;
|Whenever a permanent fail occurs the FUSE pin should also be triggered.&lt;br /&gt;
|-&lt;br /&gt;
|Internal regualtors 1 &amp;amp; 2&lt;br /&gt;
|Disabled&lt;br /&gt;
|Regulator 1 and 2 are disabled since we do not use that with the CVM on the BMS.&lt;br /&gt;
|-&lt;br /&gt;
|Pre-regulator REG0&lt;br /&gt;
|Disabled&lt;br /&gt;
|Pre regulator is used to generate voltages for regulators 1 &amp;amp; 2.&lt;br /&gt;
|-&lt;br /&gt;
|CFETOFF&lt;br /&gt;
|Disabled&lt;br /&gt;
|CFETOFF pin is not used on the BMS.&lt;br /&gt;
|-&lt;br /&gt;
|TS1,2,3&lt;br /&gt;
|18k resistor model &amp;amp; 18k pull-up resistor internal&lt;br /&gt;
Used for cell protection&lt;br /&gt;
|Temperature pins are configured to be used in cell temperature protection &lt;br /&gt;
|-&lt;br /&gt;
|DFETOFF&lt;br /&gt;
|DFETOFF pin is configured as a termistor input &lt;br /&gt;
18k resistor model &amp;amp; 18k pull-up resistor internal&lt;br /&gt;
&lt;br /&gt;
Used for cell protection&lt;br /&gt;
|DFETOFF can have different functions and is used for temperature measurement as a termistor input.&lt;br /&gt;
|-&lt;br /&gt;
|DDSG&lt;br /&gt;
|Configured as analogue discharge enable&lt;br /&gt;
|CVM IC can determine if the battery may be discharged. This pin activates the discharge path if everything is within spec&lt;br /&gt;
|-&lt;br /&gt;
|DA&lt;br /&gt;
|Resolution measured current: 0.1mA&lt;br /&gt;
Resolution measured voltage: 10mV&lt;br /&gt;
&lt;br /&gt;
Internal temperature not used for cell/FET protection&lt;br /&gt;
|DA configuration specifies the units for measuring the current and voltage. And can configure if the internal temperature readout should be used for cell protection.&lt;br /&gt;
|-&lt;br /&gt;
|VCELL&lt;br /&gt;
|Disable cell protection on cells 14 and 15&lt;br /&gt;
|Configures which cell should be used for cell protection and which cell should be ignored. Cell 14 and 15 are shorted since EoI uses a 14s battery.&lt;br /&gt;
|-&lt;br /&gt;
|FET settings&lt;br /&gt;
|Disabled&lt;br /&gt;
|The CVM IC can drive its own FETS.&lt;br /&gt;
|-&lt;br /&gt;
|FET charge pump&lt;br /&gt;
|Disabled&lt;br /&gt;
|N/A EoI&lt;br /&gt;
|-&lt;br /&gt;
|Shutdown internal temperature&lt;br /&gt;
|80C &lt;br /&gt;
|If measured internal temperature of the CVM is above 80C than the CVM should go into shutdown mode.&lt;br /&gt;
|-&lt;br /&gt;
|Over voltage protection&lt;br /&gt;
|Over voltage: 4.25V&lt;br /&gt;
Delay: 2000ms&lt;br /&gt;
&lt;br /&gt;
Over voltage reset: 4.00V&lt;br /&gt;
|Over voltage protection triggers alert after Delay resets trigger after reset voltage&lt;br /&gt;
|-&lt;br /&gt;
|Under voltage protection&lt;br /&gt;
|Under voltage: 2.5V&lt;br /&gt;
Delay: 2000ms&lt;br /&gt;
&lt;br /&gt;
Under voltage reset: 3.00V&lt;br /&gt;
|Under voltage protection triggers alert after Delay resets trigger after reset voltage&lt;br /&gt;
|-&lt;br /&gt;
|Permanent failure under voltage protection&lt;br /&gt;
|Under voltage: 2.0V&lt;br /&gt;
Delay: 5000ms&lt;br /&gt;
|Permanent failure under voltage protection triggers alert after Delay&lt;br /&gt;
Needs manual intervention for reset&lt;br /&gt;
|-&lt;br /&gt;
|Permanent failure over voltage protection&lt;br /&gt;
|Over voltage: 4.3V&lt;br /&gt;
Delay: 5000ms&lt;br /&gt;
|Permanent failure over voltage protection triggers alert after Delay&lt;br /&gt;
Needs manual intervention for reset&lt;br /&gt;
|-&lt;br /&gt;
|Permanent failure over temperature protection&lt;br /&gt;
|Temperature: 90C&lt;br /&gt;
Delay: 5000ms&lt;br /&gt;
|Permanent failure over temperature protection triggers alert after Delay&lt;br /&gt;
Needs manual intervention for reset&lt;br /&gt;
|-&lt;br /&gt;
|Permanent failure VSSF protection&lt;br /&gt;
|VSSF: 100mV&lt;br /&gt;
Delay: 5000ms&lt;br /&gt;
|Permanent failure over VSSF triggers alert after Delay. VSSF is measured internal of the IC.&lt;br /&gt;
Needs manual intervention for reset&lt;br /&gt;
|-&lt;br /&gt;
|Permanent failure 2LVL protection&lt;br /&gt;
EDIT: Should not have to use.&lt;br /&gt;
|Delay: 5000ms&lt;br /&gt;
|Permanent failure over 2LVL triggers alert after Delay. 2LVL is measured internal of the IC.&lt;br /&gt;
Needs manual intervention for reset&lt;br /&gt;
|-&lt;br /&gt;
|Permanent failure LFOF protection&lt;br /&gt;
|Delay: 5000ms&lt;br /&gt;
|Permanent failure over LFO oscillator frequency deviates from expected value after Delay triggers alert. LFOF is measured internal of the IC. &lt;br /&gt;
Needs manual intervention for reset&lt;br /&gt;
|-&lt;br /&gt;
|Permanent failure HWMX&lt;br /&gt;
|Delay: 5000ms&lt;br /&gt;
|Permanent failure for input MUX used for OV, UV protection if check fails and fails after Delay trigger alert.&lt;br /&gt;
Needs manual intervention for reset&lt;br /&gt;
|-&lt;br /&gt;
|Over temperature protection for charge&lt;br /&gt;
|Temperature: 60C&lt;br /&gt;
Recovery: 55C&lt;br /&gt;
|Triggers fail and disables charge path until Recovery&lt;br /&gt;
|-&lt;br /&gt;
|Under temperature protection for charge&lt;br /&gt;
|Temperature: 0C&lt;br /&gt;
Recovery: 5C&lt;br /&gt;
|Triggers fail and disables charge path until Recovery&lt;br /&gt;
|-&lt;br /&gt;
|Over temperature protection for discharge&lt;br /&gt;
|Temperature: 60C&lt;br /&gt;
Recovery: 55C&lt;br /&gt;
|Triggers fail and disables discharge path until Recovery&lt;br /&gt;
|-&lt;br /&gt;
|Under temperature protection for discharge&lt;br /&gt;
|Temperature: -40C&lt;br /&gt;
Recovery: -35C&lt;br /&gt;
|Triggers fail and disables discharge path until Recovery&lt;br /&gt;
|-&lt;br /&gt;
|Over temperature protection FET&lt;br /&gt;
|Temperature: 80C&lt;br /&gt;
Recovery: 75C&lt;br /&gt;
|Triggers fail and disables discharge path until Recovery&lt;br /&gt;
|-&lt;br /&gt;
|Over temperature protection internal&lt;br /&gt;
|Temperature: 70C&lt;br /&gt;
Recovery: 65C&lt;br /&gt;
|Triggers fail and disables CVM until Recovery&lt;br /&gt;
|-&lt;br /&gt;
|Under temperature protection internal&lt;br /&gt;
|Temperature: -20C&lt;br /&gt;
Recovery: -&lt;br /&gt;
|Triggers fail and disables CVM path until Recovery&lt;br /&gt;
|-&lt;br /&gt;
|Balancing configuration minimum cell voltage&lt;br /&gt;
|3.30V&lt;br /&gt;
|Minium cell voltage before balancing&lt;br /&gt;
|-&lt;br /&gt;
|Balancing cell voltage delta&lt;br /&gt;
|10mV&lt;br /&gt;
|Minimum cell voltage between cell before stopping balancing (or start balancing if bigger than)&lt;br /&gt;
|-&lt;br /&gt;
|Number of cells balancing simultaneously&lt;br /&gt;
|4 cells&lt;br /&gt;
|CVM supports multiple cell balancing up to 16 cells.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Open questions ==&lt;br /&gt;
&lt;br /&gt;
* Do the MPPTs have to be modified for the 14S battery?&lt;br /&gt;
*Integrated or seperate charge/discharge paths? (I've got a slight preference for seperate pcb's)&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:FUSE_pin.png&amp;diff=165</id>
		<title>File:FUSE pin.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:FUSE_pin.png&amp;diff=165"/>
		<updated>2023-04-24T15:13:07Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Fuse pin configuration of the CVM on the BMS&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:FUSE-pin.png&amp;diff=164</id>
		<title>File:FUSE-pin.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:FUSE-pin.png&amp;diff=164"/>
		<updated>2023-04-24T15:11:11Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Fuse pin configuration of the CVM chip on the BMS&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:Battery_in_box.png&amp;diff=163</id>
		<title>File:Battery in box.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:Battery_in_box.png&amp;diff=163"/>
		<updated>2023-04-24T10:20:46Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Battery in his box&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:Charge_path_PCB_top_view.jpg&amp;diff=162</id>
		<title>File:Charge path PCB top view.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:Charge_path_PCB_top_view.jpg&amp;diff=162"/>
		<updated>2023-04-24T10:17:01Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Charge path PCB top view&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:Current_sense_pcb_top_view.jpg&amp;diff=161</id>
		<title>File:Current sense pcb top view.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:Current_sense_pcb_top_view.jpg&amp;diff=161"/>
		<updated>2023-04-24T10:16:26Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Current sense pcb top view&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:Bms_pcb_top_view.jpg&amp;diff=160</id>
		<title>File:Bms pcb top view.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:Bms_pcb_top_view.jpg&amp;diff=160"/>
		<updated>2023-04-24T10:15:44Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;BMS PCB top view&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Autopilot&amp;diff=159</id>
		<title>Autopilot</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Autopilot&amp;diff=159"/>
		<updated>2023-03-21T22:17:02Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Hardware description and future plans.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Platform ==&lt;br /&gt;
Ease of development dictated the choice to run the control loop on existing hard- and software. which was chosen to be Ardupilot running on a [https://docs.cubepilot.org/user-guides/autopilot/the-cube-module-overview orange cube].&lt;br /&gt;
[[File:Ardupilot.jpg|thumb|Ardupilot PCB with the orange cube mounted.]]&lt;br /&gt;
To make use for our application a PCB has been designed to integrate into the hydrofoil design. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To connect to the ardupilot on the cube for tweaking settings and tuning control loops, [https://ardupilot.org/planner/docs/mission-planner-overview.html Mission Planner] will be used. The following section have tweaked settings found in Mission Planner.&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
The cube is a plug-and-play unit and therefore does not need setup changes in the underlying ardupilot software. Only necessary settings should be tweaked.&lt;br /&gt;
&lt;br /&gt;
Apart from the settings, tuning needs to be done in Mission Planner, this can only be done with the solar boat in the water and therefore no values are known for now.&lt;br /&gt;
&lt;br /&gt;
The ardupilot PCB supports three servo motors, two front and one back motor. It has two isolated power supplies for the servo motors. Support for CAN and the cube is powered by the 24v input from the CAN connection.&lt;br /&gt;
&lt;br /&gt;
It has its own GPS antenna and four UART serial ports, where Serial1 is used for the MAVLINK connect to Mission Planner that is running on a laptop. Two of these serial ports will be used to implement the height sensors that will be mounted on the boat for measuring the height of the water. This ensures that the system correctly responds to waves where the boat can 'surf' over.&lt;br /&gt;
&lt;br /&gt;
For steering on foils an extra MCU is added onto the board namely: ATSAMD20E18A. This MCU can receive data from the rudder that gives the steering position and sends it through to the cube.&lt;br /&gt;
&lt;br /&gt;
== Ardupilot settings ==&lt;br /&gt;
To use the ardupilot as the foil control unit, some settings need to be changed since they do not apply to us or should be disabled. These settings are given below with a small explanation why it has been configured as is.&lt;br /&gt;
&lt;br /&gt;
The settings below are the changed settings used by the ardupilot. There are more ports available on the ardupilot, whenever more are used or are changed the table will be updated.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
Configuration of ardupilot&lt;br /&gt;
!Setting&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
!Reason&lt;br /&gt;
|-&lt;br /&gt;
|INS_GYR_CAL&lt;br /&gt;
|0&lt;br /&gt;
|Controls the automatic gyro calibration.&lt;br /&gt;
|Gyro calibration requires that the unit should be held as still as possible.&lt;br /&gt;
|-&lt;br /&gt;
|SERVO1_FUNCTION&lt;br /&gt;
|78&lt;br /&gt;
|ElevonRight&lt;br /&gt;
|Controls the right foil assembly.&lt;br /&gt;
|-&lt;br /&gt;
|SERVO2_FUNCTION&lt;br /&gt;
|77&lt;br /&gt;
|ElevonLeft&lt;br /&gt;
|Controls the left foil assembly.&lt;br /&gt;
|-&lt;br /&gt;
|INITIAL_MODE&lt;br /&gt;
|5&lt;br /&gt;
|FBWA&lt;br /&gt;
|Fly By Wire A this is a fly mode for the control unit. More can be found [https://ardupilot.org/plane/docs/fbwa-mode.html here].&lt;br /&gt;
|-&lt;br /&gt;
|GPS_TYPE2&lt;br /&gt;
|5&lt;br /&gt;
|NMEA&lt;br /&gt;
|This sets the GPS data that is sent onto the serial data port.&lt;br /&gt;
|-&lt;br /&gt;
|SERIAL1_PROTOCOL&lt;br /&gt;
|2&lt;br /&gt;
|MAVLINK2&lt;br /&gt;
|Controls what protocol to use on the serial port&lt;br /&gt;
|-&lt;br /&gt;
|SERIAL1_BAUD&lt;br /&gt;
|57&lt;br /&gt;
|57600&lt;br /&gt;
|Specifies the baudrate of the serial port.&lt;br /&gt;
|-&lt;br /&gt;
|SERIAL4_PROTOCOL&lt;br /&gt;
|5&lt;br /&gt;
|GPS&lt;br /&gt;
|Controls what protocol to use on the serial port&lt;br /&gt;
|-&lt;br /&gt;
|SERIAL4_BAUD&lt;br /&gt;
|9&lt;br /&gt;
|9600&lt;br /&gt;
|Specifies the baudrate of the serial port.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Future plans ==&lt;br /&gt;
As of now: 21-03-2023, FBWA mode is used for controlling the front two foil assembly. It would probably be beneficial whenever the whole system is finished to move towards the FBWB mode.&lt;br /&gt;
&lt;br /&gt;
This mode supports &amp;quot;Automatic Altitude Holding&amp;quot;, that makes sure that the same level of altitude is automatically kept. Further testing is needed for determining the control loops and their coefficients.&lt;br /&gt;
&lt;br /&gt;
Implementing the different sensors into ardupilot and using that data to respond to the environment. These sensors are at least the height sensors and the rudder sensor for the steering angle.&lt;br /&gt;
&lt;br /&gt;
== Relevant links for configuring Ardupilot ==&lt;br /&gt;
https://ardupilot.org/copter/docs/common-gcs-only-operation.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/common-rangefinder-landingpage.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/setting-up-for-tuning.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/terrain-following-manual-modes.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/common-sensor-offset-compensation.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/crash_check.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/flight-modes.html --FBW-A mode seems best fit for front only, FBW-B for finalized system&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/plane/docs/fbwb-mode.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/stabilize-mode.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/plane/docs/fixed-wing-faq.html --Disable Gyro calibration on start-up&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/rover/docs/sonar-sensors.html --Two sonar sensors&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/dev/docs/plane-architecture.html --Plane architecture and files&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Autopilot&amp;diff=158</id>
		<title>Autopilot</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Autopilot&amp;diff=158"/>
		<updated>2023-03-21T22:04:26Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Added ardupilot picture&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Platform ==&lt;br /&gt;
Ease of development dictated the choice to run the control loop on existing hard- and software. which was chosen to be Ardupilot running on a [https://docs.cubepilot.org/user-guides/autopilot/the-cube-module-overview orange cube].&lt;br /&gt;
[[File:Ardupilot.jpg|thumb|Ardupilot PCB with the orange cube mounted.]]&lt;br /&gt;
To make use for our application a PCB has been designed to integrate into the hydrofoil design. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To connect to the ardupilot on the cube for tweaking settings and tuning control loops, [https://ardupilot.org/planner/docs/mission-planner-overview.html Mission Planner] will be used. The following section have tweaked settings found in Mission Planner.&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
The cube is a plug-and-play unit and therefore does not need setup changes in the underlying ardupilot software. Only necessary settings should be tweaked.&lt;br /&gt;
&lt;br /&gt;
Apart from the settings, tuning needs to be done in Mission Planner, this can only be done with the solar boat in the water and therefore no values are known for now.&lt;br /&gt;
&lt;br /&gt;
== Ardupilot settings ==&lt;br /&gt;
To use the ardupilot as the foil control unit, some settings need to be changed since they do not apply to us or should be disabled. These settings are given below with a small explanation why it has been configured as is.&lt;br /&gt;
&lt;br /&gt;
The settings below are the changed settings used by the ardupilot. There are more ports available on the ardupilot, whenever more are used or are changed the table will be updated.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
Configuration of ardupilot&lt;br /&gt;
!Setting&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
!Reason&lt;br /&gt;
|-&lt;br /&gt;
|INS_GYR_CAL&lt;br /&gt;
|0&lt;br /&gt;
|Controls the automatic gyro calibration.&lt;br /&gt;
|Gyro calibration requires that the unit should be held as still as possible.&lt;br /&gt;
|-&lt;br /&gt;
|SERVO1_FUNCTION&lt;br /&gt;
|78&lt;br /&gt;
|ElevonRight&lt;br /&gt;
|Controls the right foil assembly.&lt;br /&gt;
|-&lt;br /&gt;
|SERVO2_FUNCTION&lt;br /&gt;
|77&lt;br /&gt;
|ElevonLeft&lt;br /&gt;
|Controls the left foil assembly.&lt;br /&gt;
|-&lt;br /&gt;
|INITIAL_MODE&lt;br /&gt;
|5&lt;br /&gt;
|FBWA&lt;br /&gt;
|Fly By Wire A this is a fly mode for the control unit. More can be found [https://ardupilot.org/plane/docs/fbwa-mode.html here].&lt;br /&gt;
|-&lt;br /&gt;
|GPS_TYPE2&lt;br /&gt;
|5&lt;br /&gt;
|NMEA&lt;br /&gt;
|This sets the GPS data that is sent onto the serial data port.&lt;br /&gt;
|-&lt;br /&gt;
|SERIAL1_PROTOCOL&lt;br /&gt;
|2&lt;br /&gt;
|MAVLINK2&lt;br /&gt;
|Controls what protocol to use on the serial port&lt;br /&gt;
|-&lt;br /&gt;
|SERIAL1_BAUD&lt;br /&gt;
|57&lt;br /&gt;
|57600&lt;br /&gt;
|Specifies the baudrate of the serial port.&lt;br /&gt;
|-&lt;br /&gt;
|SERIAL4_PROTOCOL&lt;br /&gt;
|5&lt;br /&gt;
|GPS&lt;br /&gt;
|Controls what protocol to use on the serial port&lt;br /&gt;
|-&lt;br /&gt;
|SERIAL4_BAUD&lt;br /&gt;
|9&lt;br /&gt;
|9600&lt;br /&gt;
|Specifies the baudrate of the serial port.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Future plans ==&lt;br /&gt;
As of now: 21-03-2023, FBWA mode is used for controlling the front two foil assembly. It would probably be beneficial whenever the whole system is finished to move towards the FBWB mode.&lt;br /&gt;
&lt;br /&gt;
This mode supports &amp;quot;Automatic Altitude Holding&amp;quot;, that makes sure that the same level of altitude is automatically kept. Further testing is needed for determining the control loops and their coefficients.&lt;br /&gt;
&lt;br /&gt;
== Relevant links for configuring Ardupilot ==&lt;br /&gt;
https://ardupilot.org/copter/docs/common-gcs-only-operation.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/common-rangefinder-landingpage.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/setting-up-for-tuning.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/terrain-following-manual-modes.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/common-sensor-offset-compensation.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/crash_check.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/flight-modes.html --FBW-A mode seems best fit for front only, FBW-B for finalized system&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/plane/docs/fbwb-mode.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/stabilize-mode.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/plane/docs/fixed-wing-faq.html --Disable Gyro calibration on start-up&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/rover/docs/sonar-sensors.html --Two sonar sensors&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/dev/docs/plane-architecture.html --Plane architecture and files&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:Ardupilot.jpg&amp;diff=157</id>
		<title>File:Ardupilot.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:Ardupilot.jpg&amp;diff=157"/>
		<updated>2023-03-21T22:03:55Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ardupilot PCB&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:Ardupilot_.jpg&amp;diff=156</id>
		<title>File:Ardupilot .jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:Ardupilot_.jpg&amp;diff=156"/>
		<updated>2023-03-21T22:02:50Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ardupilot PCB&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Autopilot&amp;diff=155</id>
		<title>Autopilot</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Autopilot&amp;diff=155"/>
		<updated>2023-03-21T22:02:12Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Added ardupilot settings of mission planner&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Platform ==&lt;br /&gt;
Ease of development dictated the choice to run the control loop on existing hard- and software. which was chosen to be Ardupilot running on a [https://docs.cubepilot.org/user-guides/autopilot/the-cube-module-overview orange cube].&lt;br /&gt;
&lt;br /&gt;
To make use for our application a PCB has been designed to integrate into the hydrofoil design. To connect to the ardupilot on the cube for tweaking settings and tuning control loops, [https://ardupilot.org/planner/docs/mission-planner-overview.html Mission Planner] will be used. The following section have tweaked settings found in Mission Planner.&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
The cube is a plug-and-play unit and therefore does not need setup changes in the underlying ardupilot software. Only necessary settings should be tweaked.&lt;br /&gt;
&lt;br /&gt;
Apart from the settings, tuning needs to be done in Mission Planner, this can only be done with the solar boat in the water and therefore no values are known for now.&lt;br /&gt;
&lt;br /&gt;
== Ardupilot settings ==&lt;br /&gt;
To use the ardupilot as the foil control unit, some settings need to be changed since they do not apply to us or should be disabled. These settings are given below with a small explanation why it has been configured as is.&lt;br /&gt;
&lt;br /&gt;
The settings below are the changed settings used by the ardupilot. There are more ports available on the ardupilot, whenever more are used or are changed the table will be updated.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
Configuration of ardupilot&lt;br /&gt;
!Setting&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
!Reason&lt;br /&gt;
|-&lt;br /&gt;
|INS_GYR_CAL&lt;br /&gt;
|0&lt;br /&gt;
|Controls the automatic gyro calibration.&lt;br /&gt;
|Gyro calibration requires that the unit should be held as still as possible.&lt;br /&gt;
|-&lt;br /&gt;
|SERVO1_FUNCTION&lt;br /&gt;
|78&lt;br /&gt;
|ElevonRight&lt;br /&gt;
|Controls the right foil assembly.&lt;br /&gt;
|-&lt;br /&gt;
|SERVO2_FUNCTION&lt;br /&gt;
|77&lt;br /&gt;
|ElevonLeft&lt;br /&gt;
|Controls the left foil assembly.&lt;br /&gt;
|-&lt;br /&gt;
|INITIAL_MODE&lt;br /&gt;
|5&lt;br /&gt;
|FBWA&lt;br /&gt;
|Fly By Wire A this is a fly mode for the control unit. More can be found [https://ardupilot.org/plane/docs/fbwa-mode.html here].&lt;br /&gt;
|-&lt;br /&gt;
|GPS_TYPE2&lt;br /&gt;
|5&lt;br /&gt;
|NMEA&lt;br /&gt;
|This sets the GPS data that is sent onto the serial data port.&lt;br /&gt;
|-&lt;br /&gt;
|SERIAL1_PROTOCOL&lt;br /&gt;
|2&lt;br /&gt;
|MAVLINK2&lt;br /&gt;
|Controls what protocol to use on the serial port&lt;br /&gt;
|-&lt;br /&gt;
|SERIAL1_BAUD&lt;br /&gt;
|57&lt;br /&gt;
|57600&lt;br /&gt;
|Specifies the baudrate of the serial port.&lt;br /&gt;
|-&lt;br /&gt;
|SERIAL4_PROTOCOL&lt;br /&gt;
|5&lt;br /&gt;
|GPS&lt;br /&gt;
|Controls what protocol to use on the serial port&lt;br /&gt;
|-&lt;br /&gt;
|SERIAL4_BAUD&lt;br /&gt;
|9&lt;br /&gt;
|9600&lt;br /&gt;
|Specifies the baudrate of the serial port.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Future plans ==&lt;br /&gt;
As of now: 21-03-2023, FBWA mode is used for controlling the front two foil assembly. It would probably be beneficial whenever the whole system is finished to move towards the FBWB mode.&lt;br /&gt;
&lt;br /&gt;
This mode supports &amp;quot;Automatic Altitude Holding&amp;quot;, that makes sure that the same level of altitude is automatically kept. Further testing is needed for determining the control loops and their coefficients.&lt;br /&gt;
&lt;br /&gt;
== Relevant links for configuring Ardupilot ==&lt;br /&gt;
https://ardupilot.org/copter/docs/common-gcs-only-operation.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/common-rangefinder-landingpage.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/setting-up-for-tuning.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/terrain-following-manual-modes.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/common-sensor-offset-compensation.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/crash_check.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/flight-modes.html --FBW-A mode seems best fit for front only, FBW-B for finalized system&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/plane/docs/fbwb-mode.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/copter/docs/stabilize-mode.html&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/plane/docs/fixed-wing-faq.html --Disable Gyro calibration on start-up&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/rover/docs/sonar-sensors.html --Two sonar sensors&lt;br /&gt;
&lt;br /&gt;
https://ardupilot.org/dev/docs/plane-architecture.html --Plane architecture and files&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Foils&amp;diff=154</id>
		<title>Foils</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Foils&amp;diff=154"/>
		<updated>2023-03-21T20:19:58Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: New page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The foils of the solar boat is a system that is comprised of the following:&lt;br /&gt;
&lt;br /&gt;
* Wing design&lt;br /&gt;
* Foil assembly&lt;br /&gt;
* [[Autopilot]]&lt;br /&gt;
&lt;br /&gt;
A small overview is given below what any of these signify in the hydrofoils.&lt;br /&gt;
&lt;br /&gt;
== Wing design ==&lt;br /&gt;
[[File:Wing.jpg|thumb|The designed wing to be used on the solar boat.]]&lt;br /&gt;
The wing design is based on the calculation of the airfoil database website: http://airfoiltools.com/plotter/index &lt;br /&gt;
&lt;br /&gt;
From this database an implementation has been made into matlab to tweak some parameters as well as a plot for generating the wing shape. &lt;br /&gt;
&lt;br /&gt;
The matlab scripts are on the [https://git.engineersofinnovation.nl git] and can be found [https://git.engineersofinnovation.nl/matlab-scripts/Hydrofoil_Design here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Foil assembly ==&lt;br /&gt;
The foil assembly connects the wing to the foil mast and then to the hull of the boat.&lt;br /&gt;
[[File:Foil assembly.gif|center|thumb|230x230px|Scaled down for showing moving of the foil assembly.]]&lt;br /&gt;
&lt;br /&gt;
== Autipilot ==&lt;br /&gt;
The [[autopilot]] is the control electronics that controls the servos of the foil assembly. This a signal PCB with that measures the angle of the solar boat and adjust accordingly towards keeping the hull above the water.&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:Foil_assembly.gif&amp;diff=153</id>
		<title>File:Foil assembly.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:Foil_assembly.gif&amp;diff=153"/>
		<updated>2023-03-21T20:14:22Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Foil assembly with moving parts&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=File:Wing.jpg&amp;diff=152</id>
		<title>File:Wing.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=File:Wing.jpg&amp;diff=152"/>
		<updated>2023-03-21T20:09:34Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wing for the hydro foil assembly&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Engineers_of_Innovation&amp;diff=151</id>
		<title>Engineers of Innovation</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Engineers_of_Innovation&amp;diff=151"/>
		<updated>2023-03-21T19:49:57Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Updated project owner&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Consult the [[mediawikiwiki:Special:MyLanguage/Help:Contents|User's Guide]] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
To get started with Engineers of Innovation a couple of links are shown here:&lt;br /&gt;
&lt;br /&gt;
* [https://engineersofinnovation.nl Our own website]&lt;br /&gt;
* [https://git.engineersofinnovation.nl Git]&lt;br /&gt;
* [https://engineers-of-innovation.365.altium.com/ Altium 365 workspace]&lt;br /&gt;
&lt;br /&gt;
=== Wiki page getting started ===&lt;br /&gt;
The different programs that are used all have their respective wiki page for getting started on getting an account and how to access the workspaces. The pages are linked below for easy access:&lt;br /&gt;
&lt;br /&gt;
* [[Altium|Getting started with Altium Designer]]&lt;br /&gt;
*[[Fusion 360|Getting started with Fusion 360]]&lt;br /&gt;
*[[GIT|Getting started with Git]]&lt;br /&gt;
&lt;br /&gt;
== Ongoing projects ==&lt;br /&gt;
A list of different projects are given here with their respective project owners, where one should approach when they want to participate in the development process.&lt;br /&gt;
&lt;br /&gt;
If you do not see a project listed below but want to work on something or you are unsure what to do you can always contact '''Quinten''' or '''Aran.''' &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Project&lt;br /&gt;
!Project owner&lt;br /&gt;
|-&lt;br /&gt;
|[[Battery]]&lt;br /&gt;
|Willem&lt;br /&gt;
|-&lt;br /&gt;
|[[Datalogger]]&lt;br /&gt;
|Willem&lt;br /&gt;
|-&lt;br /&gt;
|[[MPPT]]&lt;br /&gt;
|Maarten&lt;br /&gt;
|-&lt;br /&gt;
|[[Foils]]&lt;br /&gt;
|Quinten&lt;br /&gt;
|-&lt;br /&gt;
|[[Live data]]&lt;br /&gt;
|Floris&lt;br /&gt;
|-&lt;br /&gt;
|[[QT dashboard]]&lt;br /&gt;
|Quinten&lt;br /&gt;
|-&lt;br /&gt;
|[[Steering system]]&lt;br /&gt;
|Aran&lt;br /&gt;
|-&lt;br /&gt;
|[[BLDC motordriver]]&lt;br /&gt;
|Aran&lt;br /&gt;
|-&lt;br /&gt;
|[[Tailpiece]]&lt;br /&gt;
|Aran&lt;br /&gt;
|-&lt;br /&gt;
|[[TLC solar boat|Small projects]] in and around the boat for sailing &lt;br /&gt;
(too many to be put here)&lt;br /&gt;
|Quinten&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== The Solar boat ==&lt;br /&gt;
&lt;br /&gt;
Want to know more about our second solar boat &amp;quot;Boii&amp;quot;, you can check it out here:&lt;br /&gt;
&lt;br /&gt;
[[Solar boat (boii)]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;imagemap&amp;gt;&lt;br /&gt;
File:Boot blokschema.drawio.png|frameless|1000x1000px&lt;br /&gt;
rect 72 230 315 354 [[Rudder]]&lt;br /&gt;
rect 692 230 936 354 [[MPPT]]&lt;br /&gt;
rect 352 130 595 253 [[Battery]]&lt;br /&gt;
rect 352 310 595 433 [[Motordriver]]&lt;br /&gt;
rect 1532 90 1776 214 [[Datalogger]]&lt;br /&gt;
rect 1532 350 1775 473 [[Throttle]]&lt;br /&gt;
rect 1892 110 2201 208 [[Autopilot]]&lt;br /&gt;
rect 1892 330 2136 454 [[Foils]] &lt;br /&gt;
rect 2192 210 2436 334 [[MPPT]]&lt;br /&gt;
&amp;lt;/imagemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Page syntax! ==&lt;br /&gt;
Before anyone can edit or add pages to the wiki. An account [[Special:RequestAccount|request]] need to be made.&lt;br /&gt;
&lt;br /&gt;
For new users or users who just want to lookup what the syntax is, a '''[[Test]]''' page is created with general use cases.&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Test&amp;diff=139</id>
		<title>Test</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Test&amp;diff=139"/>
		<updated>2022-11-19T20:06:36Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Hondje&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Test page ==&lt;br /&gt;
Page to test creating pages!&lt;br /&gt;
&lt;br /&gt;
In order to create a page, one should add the respective page name at the end of the URL:&lt;br /&gt;
&lt;br /&gt;
https://wiki.engineersofinnovation.nl/wiki/'''&amp;lt;new page name&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
Editing can be via the source editor and via a visual editing. Visual editing is the standard mode when starting an edit of a page.&lt;br /&gt;
&lt;br /&gt;
An user guide of the editor can be found [https://www.mediawiki.org/wiki/Help:VisualEditor/User_guide here].&lt;br /&gt;
&lt;br /&gt;
=== Sub test header ===&lt;br /&gt;
Ga terug naar: [[Main Page]]&lt;br /&gt;
&lt;br /&gt;
Of verder naar: [[Test#sub_sub_test_header_2|deze link]]&lt;br /&gt;
&lt;br /&gt;
Of [https://engineersofinnovation.nl De beste website ooit]&lt;br /&gt;
==== sub sub test header ====&lt;br /&gt;
&lt;br /&gt;
''italic''&lt;br /&gt;
&lt;br /&gt;
'''bold'''&lt;br /&gt;
&lt;br /&gt;
'''''bold italic'''''&lt;br /&gt;
&lt;br /&gt;
== Pack to races ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Item&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Quantity&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Remarks&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| Battery&lt;br /&gt;
| 1&lt;br /&gt;
| Fully charged&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| Boi&lt;br /&gt;
| &amp;gt;= 2&lt;br /&gt;
| Pack at least 2, in case one breaks down.&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;| Result&lt;br /&gt;
| Happiness&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sample image:&lt;br /&gt;
&lt;br /&gt;
[[File:Switch-img.png]]&lt;br /&gt;
&lt;br /&gt;
=== Sub test header 2 ===&lt;br /&gt;
&lt;br /&gt;
==== sub sub test header 2 ====&lt;br /&gt;
&amp;lt;q style=&amp;quot;color: red&amp;quot;&amp;gt;A chicken can not&amp;lt;/q&amp;gt; &lt;br /&gt;
&lt;br /&gt;
https://www.nu.nl/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
u. &lt;br /&gt;
&lt;br /&gt;
nl&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Solar_boat_(boii)&amp;diff=126</id>
		<title>Solar boat (boii)</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Solar_boat_(boii)&amp;diff=126"/>
		<updated>2022-10-09T18:34:58Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Changed tailpiece to rudder&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Solar boat with horizon.jpg|thumb|559x559px|Solar boat sailing on the sea around Madeira.]]&lt;br /&gt;
Our solar boat is an 8 meter long and 1,20 meter wide ship. Where we sail competitive with different teams from Europe.&lt;br /&gt;
&lt;br /&gt;
Currently different projects are going on within the association, these projects are listed below. &lt;br /&gt;
&lt;br /&gt;
A catalogue of all the projects can be found [[Project catalogue|here]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Clickable Systems Overview ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;imagemap&amp;gt;&lt;br /&gt;
File:Boot blokschema.drawio.png|frameless|1000x1000px&lt;br /&gt;
rect 72 230 315 354 [[Rudder]]&lt;br /&gt;
rect 692 230 936 354 [[MPPT]]&lt;br /&gt;
rect 352 130 595 253 [[Battery]]&lt;br /&gt;
rect 352 310 595 433 [[Motordriver]]&lt;br /&gt;
rect 1532 90 1776 214 [[Datalogger]]&lt;br /&gt;
rect 1532 350 1775 473 [[Throttle]]&lt;br /&gt;
rect 1892 110 2201 208 [[Autopilot]]&lt;br /&gt;
rect 1892 330 2136 454 [[Foils]] &lt;br /&gt;
rect 2192 210 2436 334 [[MPPT]]&lt;br /&gt;
&amp;lt;/imagemap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Ongoing projects ==&lt;br /&gt;
A list of different projects are given here with their respective project owners, where one should approach when they want to participate in the development process.&lt;br /&gt;
&lt;br /&gt;
If you do not see a project listed below but want to work on something or you are unsure what to do you can always contact '''Quinten''' or '''Aran.''' &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Project&lt;br /&gt;
!Project owner&lt;br /&gt;
|-&lt;br /&gt;
|[[Battery]]&lt;br /&gt;
|Willem&lt;br /&gt;
|-&lt;br /&gt;
|[[Datalogger]]&lt;br /&gt;
|Willem&lt;br /&gt;
|-&lt;br /&gt;
|[[MPPT]]&lt;br /&gt;
|Maarten&lt;br /&gt;
|-&lt;br /&gt;
|[[Foils]]&lt;br /&gt;
|Aran&lt;br /&gt;
|-&lt;br /&gt;
|[[Live data]]&lt;br /&gt;
|Floris&lt;br /&gt;
|-&lt;br /&gt;
|[[QT dashboard]]&lt;br /&gt;
|Willem&lt;br /&gt;
|-&lt;br /&gt;
|[[Steering system]]&lt;br /&gt;
|Aran&lt;br /&gt;
|-&lt;br /&gt;
|[[BLDC motordriver]]&lt;br /&gt;
|Aran&lt;br /&gt;
|-&lt;br /&gt;
|[[Rudder]]&lt;br /&gt;
|Arie&lt;br /&gt;
|-&lt;br /&gt;
|[[TLC solar boat|Small projects]] in and around the boat for sailing &lt;br /&gt;
(too many to be put here)&lt;br /&gt;
|Quinten&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=QT_Creator_Setup&amp;diff=100</id>
		<title>QT Creator Setup</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=QT_Creator_Setup&amp;diff=100"/>
		<updated>2022-10-09T15:47:54Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Added link to git code&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Our data logging system has the possibility to connect an external screen, this can be utilized to inform the pilot of our solar boat about critical information such as the incoming and outgoing power. Creating a user interface is quite important for this purpose as reading lines of text from a terminal is not only difficult but is also quite terrible at drawing the pilots attention to the most important information. To create our graphical user interface we used Qt, Qt is a library for c++ code and provides an open-source library for non-commercial projects.  Building Qt applications for our datalogging system requires setting up a toolchain, this document walks through the setting up of said toolchain to quick start Qt application creation for the EoI-Datalogging system. If you plan to develop for any other embedded Linux system this guide may provide you with some information as well as much of it is not system-specific. &lt;br /&gt;
&lt;br /&gt;
This guide is a follow up of EoI-Datalogger-Filesystem, here it is explained why we want to cross-compile Qt for the datalogging system. The code for the setup can be found here: https://git.engineersofinnovation.nl/datalogger/qt-tools&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Cross-compiling Qt =&lt;br /&gt;
This guide has been created using Debian 10 as the host computer for Qt v5.14.0&lt;br /&gt;
&lt;br /&gt;
=== 1.  Install Qt on the host computer (PC / Laptop) ===&lt;br /&gt;
=== 2.  Install dependencies ===&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt install build-essential libgl1-mesa-dev libglu1-mesa-dev qt5-default libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi libncurses5-dev gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf gcc-arm-linux-gnueabi g++-arm-linux-gnueabi&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 3. Add the linux-eoi-datalogger-g++ mkspec to ~/Qt/5.14.0/Src/qtbase/mkspec/devices ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mkdir ~/Qt/5.14.0/Src/qtbase/mkspec/devices/linux-eoi-datalogger-g++&lt;br /&gt;
cd ~/Qt/5.14.0/Src/qtbase/mkspec/devices/linux-eoi-datalogger-g++&lt;br /&gt;
wget https://git.engineersofinnovation.nl/datalogger/qt-tools/-/raw/master/linux-eoi-datalogger-g++/qmake.conf&lt;br /&gt;
wget https://git.engineersofinnovation.nl/datalogger/qt-tools/-/raw/master/linux-eoi-datalogger-g++/qplatformdefs.h&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 4. Mount the Debian filesystem at ~/Documents/rootfs/rootfs ===&lt;br /&gt;
&lt;br /&gt;
=== 5. Fix some symbolc links ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;wget https://raw.githubusercontent.com/riscv/riscv-poky/master/scripts/sysroot-relativelinks.py&lt;br /&gt;
sudo chmod +x ./sysroot-relativelinks.py&lt;br /&gt;
sudo ./sysroot-relativelinks.py ~/Documents/datalogger/rootfs/rootfs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 6. Start the cross-compilation ===&lt;br /&gt;
&amp;lt;pre&amp;gt;mkdir ~/Documents/datalogger/qt-build&lt;br /&gt;
&lt;br /&gt;
cd ~/Documents/datalogger/qt-build&lt;br /&gt;
&lt;br /&gt;
~/Qt/5.14.1/Src/qtbase/configure -opengl es2 -device linux-eoi-datalogger-g++ -device-option CROSS_COMPILE=/usr/bin/arm-linux-gnueabihf- -sysroot ~/Documents/datalogger/rootfs/rootfs -opensource -confirm-license -optimized-qmake -reduce-exports -release -make libs -prefix /usr/local/Qt/5.14.1 -hostprefix ~/Qt/5.14.0/EoI-Datalogger&lt;br /&gt;
&lt;br /&gt;
sudo make&lt;br /&gt;
&lt;br /&gt;
sudo make install&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===7. Build the Qt modules===&lt;br /&gt;
&amp;lt;pre&amp;gt;cd ~/Qt/5.14.1/Src/qtdeclarative&lt;br /&gt;
&lt;br /&gt;
~/Qt/5.14.1/EoI-Datalogger/bin/qmake .&lt;br /&gt;
&lt;br /&gt;
sudo make&lt;br /&gt;
&lt;br /&gt;
sudo make install&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;cd ~/Qt/5.14.1/Src/qtquickcontrols&lt;br /&gt;
&lt;br /&gt;
~/Qt/5.14.1/EoI-Datalogger/bin/qmake .&lt;br /&gt;
&lt;br /&gt;
sudo make&lt;br /&gt;
&lt;br /&gt;
sudo make install&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;cd ~/Qt/5.14.1/Src/qtquickcontrols2&lt;br /&gt;
&lt;br /&gt;
~/Qt/5.14.1/EoI-Datalogger/bin/qmake .&lt;br /&gt;
&lt;br /&gt;
sudo make&lt;br /&gt;
&lt;br /&gt;
sudo make install&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;cd ~/Qt/5.14.1/Src/qtgraphicaleffects &lt;br /&gt;
&lt;br /&gt;
~/Qt/5.14.1/EoI-Datalogger/bin/qmake .&lt;br /&gt;
&lt;br /&gt;
sudo make&lt;br /&gt;
&lt;br /&gt;
sudo make install&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;cd ~/Qt/5.14.1/Src/qtserialbus&lt;br /&gt;
&lt;br /&gt;
~/Qt/5.14.1/EoI-Datalogger/bin/qmake .&lt;br /&gt;
&lt;br /&gt;
sudo make&lt;br /&gt;
&lt;br /&gt;
sudo make install&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Setting up QtCreator=&lt;br /&gt;
&lt;br /&gt;
#Download and Install QtCreator&lt;br /&gt;
#Open QtCreator&lt;br /&gt;
#Set up the compiler(s) under &amp;lt;code&amp;gt;Tools -&amp;gt; Options -&amp;gt; Kits -&amp;gt; Compilers -&amp;gt; Add -&amp;gt; GCC&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Select  '''/usr/bin/arm-linux-gnueabihf-gcc''' and  '''/usr/bin/arm-linux-gnueabihf-g++'''&lt;br /&gt;
#Add the newly generated Qt version under &amp;lt;code&amp;gt;Tools -&amp;gt; Options -&amp;gt; Kits -&amp;gt; Qt Versions -&amp;gt; Add&amp;lt;/code&amp;gt;&lt;br /&gt;
#*Navigate to the installation location on the host and select the qmake file (~/Qt/5.14.0/EoI-Datalogger/bin/qmake)&lt;br /&gt;
#Add a new kit for the custom target &amp;lt;code&amp;gt;Tools -&amp;gt; Options -&amp;gt; Kits -&amp;gt; Kits -&amp;gt; Add&amp;lt;/code&amp;gt;&lt;br /&gt;
#Select the following options and name the kit appropriately&lt;br /&gt;
#*''Device type'': Generic Linux Device&lt;br /&gt;
#*''Compiler'': The previously added arm-linux-gnueabihf- compilers&lt;br /&gt;
#*''Qt Version'': The previously added Qt version&lt;br /&gt;
With Qt Creator now setup you can start developing applications, optionally Qt can deploy applications over SSH to the target machine but this is left up to the user&lt;br /&gt;
&lt;br /&gt;
=FAQ=&lt;br /&gt;
&lt;br /&gt;
===Q: I Don't see any text (Fonts) in my application===&lt;br /&gt;
A: This is a common issue with Qt, on the target device install fonts-dejavu and export the path to provide Qt with fonts before running the application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;apt install fonts-dejavu&lt;br /&gt;
&lt;br /&gt;
export QT_QPA_FONTDIR=/usr/share/fonts/truetype/dejavu&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Datalogger&amp;diff=99</id>
		<title>Datalogger</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Datalogger&amp;diff=99"/>
		<updated>2022-10-08T14:04:36Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Added datalog format that the datalogger generates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The datalogger is a PCB that stores the [[CAN-bus]] data and shows the data on-screen and sends this data to one of the [[Linux servers|EoI-servers]].&lt;br /&gt;
&lt;br /&gt;
The datalogger is quite complex since it is an embedded Linux platform as well as a screen. The embedded platform makes use of a root file system. Compiling of this file system and any modifications are discussed below.&lt;br /&gt;
&lt;br /&gt;
The screen makes use of cross-compiling QT and is on itself quite the big project for compiling and modifying the generated [[Dashboard|GUI]] for the screen. Therefore one can read more about this topic at [[QT Creator Setup|QT Creator Setup.]]&lt;br /&gt;
&lt;br /&gt;
== Datalogs format ==&lt;br /&gt;
As of October '22 the datalogger [[Dashboard|GUI]] is accessing the [[CAN-bus]] data and creating the logfiles and writing them onto its filesystem. The delimiter of the logfile format is a space, this is done to support the http://www.gnuplot.info/ software. This should probably be delimited with a comma or something else.&lt;br /&gt;
&lt;br /&gt;
A snipped of a logfile is given below:&amp;lt;pre&amp;gt;2022-08-27-09-46-55 807280 47.8 -25.4 3.09 28.5 96 3.99 32.6411 -16.9088 15.2 261 &lt;br /&gt;
2022-08-27-09-46-56 807530 47.8 -24.9 3.09 28 96 3.99 32.6411 -16.9088 15.2 261 &lt;br /&gt;
2022-08-27-09-46-56 807680 47.8 -24.9 3.45 28.3 96 3.99 32.6411 -16.9088 15.2 261 &lt;br /&gt;
2022-08-27-09-46-57 807910 47.8 -25.9 3.29 29.2 96 3.99 32.6411 -16.9089 15.2 261 &lt;br /&gt;
2022-08-27-09-46-57 808090 47.8 -26.2 2.98 29.2 96 3.99 32.6411 -16.9089 15.2 261 &lt;br /&gt;
2022-08-27-09-46-58 808340 47.8 -25.9 3.4 29.4 96 3.99 32.6411 -16.9089 15.2 260 &lt;br /&gt;
2022-08-27-09-46-58 808560 47.8 -24.9 2.98 27.9 96 3.99 32.6411 -16.9089 15.2 260 &lt;br /&gt;
2022-08-27-09-46-59 808740 47.8 -26 3.02 29 96 3.99 32.6411 -16.909 15.2 261&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Date and Time&lt;br /&gt;
!Time since start&lt;br /&gt;
!Battery voltage &amp;lt;code&amp;gt;[V]&amp;lt;/code&amp;gt;&lt;br /&gt;
!Battery current netto &amp;lt;code&amp;gt;[A]&amp;lt;/code&amp;gt;&lt;br /&gt;
!Battery current in &amp;lt;code&amp;gt;[A]&amp;lt;/code&amp;gt;&lt;br /&gt;
!Battery current out &amp;lt;code&amp;gt;[A]&amp;lt;/code&amp;gt;&lt;br /&gt;
!SoC &amp;lt;code&amp;gt;[%]&amp;lt;/code&amp;gt;&lt;br /&gt;
!Highest cell voltage &amp;lt;code&amp;gt;[V]&amp;lt;/code&amp;gt;&lt;br /&gt;
!GPS latitude&lt;br /&gt;
!GPS longitude&lt;br /&gt;
!GPS speed &amp;lt;code&amp;gt;[km/h]&amp;lt;/code&amp;gt;&lt;br /&gt;
!GPS track&lt;br /&gt;
|-&lt;br /&gt;
|2022-08-27-09-46-55&lt;br /&gt;
|807280&lt;br /&gt;
|47.8&lt;br /&gt;
| -25.4&lt;br /&gt;
|3.09&lt;br /&gt;
|28.5&lt;br /&gt;
|96&lt;br /&gt;
|3.99&lt;br /&gt;
|32.6411&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-16.9088&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|15.2&lt;br /&gt;
|261&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rootfs ==&lt;br /&gt;
The datalogger uses a Debian 10 root file system (rootfs), this page walks you through the steps of setting this up and making modifications.&lt;br /&gt;
&lt;br /&gt;
This process has been automated, this is described in the datalogger rootfs repository https://git.engineersofinnovation.nl/datalogger/rootfs&lt;br /&gt;
&lt;br /&gt;
If you'd like do all the steps manually by all means, please continue reading.&lt;br /&gt;
&lt;br /&gt;
=== Creating a Debian filesystem ===&lt;br /&gt;
To  create  a  filesystem  we  use debootstrap. This guide has been tested on Ubuntu 18.04 and Debian 10 Host machines.&lt;br /&gt;
&lt;br /&gt;
==== 1. Install the required dependencies ====&lt;br /&gt;
&amp;lt;code&amp;gt;sudo apt update &amp;amp;&amp;amp; sudo apt install debootstrap qemu-user-static binfmt-support&amp;lt;/code&amp;gt;&lt;br /&gt;
====2. Create a new directory 'debian-fs' and enter it====&lt;br /&gt;
&amp;lt;code&amp;gt;mkdir ~/Documents/Datalogger/rootfs&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cd ~/Documents/Datalogger/rootfs&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====3. run the first stage bootstrap====&lt;br /&gt;
&amp;lt;code&amp;gt;debootstrap --no-check-gpg --arch=armhf --foreign --include apt,kmod,lsof,ssh,wget,dialog buster rootfs &amp;lt;nowiki&amp;gt;http://deb.debian.org/debian/&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====4. set up emulation by copying the qemu executable====&lt;br /&gt;
&amp;lt;code&amp;gt;sudo cp ./qemu-arm-static rootfs/usr/bin&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====5. run the second stage debootstrap ====&lt;br /&gt;
&amp;lt;code&amp;gt;sudo chroot rootfs /debootstrap/debootstrap --second-stage&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====6. Configure the rootfs for your board, run the following script====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/sh&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Modification from acmesystems acqua.sh, please visit their website for great documentation! (acmesystems.it)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Directory contains the target rootfs&lt;br /&gt;
&lt;br /&gt;
TARGET_ROOTFS_DIR=&amp;quot;rootfs&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Board hostname&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/etc/hostname&lt;br /&gt;
&lt;br /&gt;
echo eoi-datalogger &amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; bashrc user/hostname color (optional)&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/root/.bashrc&lt;br /&gt;
&lt;br /&gt;
echo &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;PS1='\${debian_chroot:+(\$debian_chroot)}\[\033[01;96m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\\$ '&amp;quot; &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Default name servers&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/etc/resolv.conf&lt;br /&gt;
&lt;br /&gt;
echo nameserver 8.8.8.8 &amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo nameserver 8.8.4.4 &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Default network interfaces&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/etc/network/interfaces&lt;br /&gt;
&lt;br /&gt;
echo &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;echo auto eth0 &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo allow-hotplug eth0 &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo iface eth0 inet dhcp &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo hwaddress ether 00:04:25:12:34:56 &amp;gt;&amp;gt; $filename    #eth0 MAC address&lt;br /&gt;
&lt;br /&gt;
echo &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo auto wlan0 &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo iface wlan0 inet dhcp &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo wireless-essid any &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo pre-up wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf -B &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo post-down killall -q wpa_supplicant &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; configure Wi-Fi AP&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/etc/wpa_supplicant.conf&lt;br /&gt;
&lt;br /&gt;
touch $filename&lt;br /&gt;
&lt;br /&gt;
echo ctrl_interface=/var/run/wpa_supplicant &amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo ap_scan=1 &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo network={ &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo 'ssid=&amp;quot;testnaam&amp;quot;' &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo 'psk=&amp;quot;testtest&amp;quot;' &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo } &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Set the the debug port&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/etc/inittab&lt;br /&gt;
&lt;br /&gt;
echo T0:2345:respawn:/sbin/getty -L ttyS0 115200 vt100 &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Set rules to change wlan dongles&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/etc/udev/rules.d/70-persistent-net.rules&lt;br /&gt;
&lt;br /&gt;
echo SUBSYSTEM=='&amp;quot;net&amp;quot;, ACTION==&amp;quot;add&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTR{address}==&amp;quot;*&amp;quot;, ATTR{dev_id}==&amp;quot;0x0&amp;quot;, ATTR{type}==&amp;quot;1&amp;quot;, KERNEL==&amp;quot;wlan*&amp;quot;, NAME=&amp;quot;wlan0&amp;quot;' &amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; microSD partitions mounting&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/etc/fstab&lt;br /&gt;
&lt;br /&gt;
echo /dev/mmcblk0p1 /boot vfat noatime 0 1 &amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo /dev/mmcblk0p2 / ext4 noatime 0 1 &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo proc /proc proc defaults 0 0 &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Add the standard Debian non-free repositories useful to load&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; closed source firmware (i.e. WiFi dongle firmware)&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/etc/apt/sources.list&lt;br /&gt;
&lt;br /&gt;
echo deb &amp;lt;nowiki&amp;gt;http://deb.debian.org/debian/&amp;lt;/nowiki&amp;gt; buster main contrib non-free &amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo deb-src &amp;lt;nowiki&amp;gt;http://deb.debian.org/debian/&amp;lt;/nowiki&amp;gt; buster main contrib non-free &amp;gt;&amp;gt; $filename&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====7. Install required packages ====&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo LC_ALL=C LANGUAGE=C LANG=C chroot rootfs apt update&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo LC_ALL=C LANGUAGE=C LANG=C chroot rootfs apt install -y net-tools udev iputils-ping ifupdown isc-dhcp-client ca-certificates wpasupplicant firmware-ralink wvdial iw resolvconf libssl-dev ppp autossh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo LC_ALL=C LANGUAGE=C LANG=C chroot rootfs apt install -y locales adduser nano usbutils can-utils i2c-tools git fonts-dejavu gpsd gpsd-clients libqgpsmm-dev libqgpsmm23 minicom picocom python3 python3-pip python3-numpy libsocketcan-dev psmisc moreutils&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo LC_ALL=C LANGUAGE=C LANG=C chroot rootfs apt install -y libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa libglu1-mesa-dev libegl1-mesa libegl1-mesa-dev libgles2-mesa-dev mesa-common-dev mesa-utils libgbm-dev libgbm1 libbz2-dev libdrm-dev libgles2-mesa&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo LC_ALL=C LANGUAGE=C LANG=C chroot rootfs apt install -y qt5-default qtdeclarative5-* qml-module-qtquick* qml-module-qtquick2 qtquickcontrols5-* qtserialbus5-* qttools5-* qtbase5-* libqt5svg5-* libqtwebkit-* qtmultimedia5-* qmlscene qml gstreamer1.0-omx libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo LC_ALL=C LANGUAGE=C LANG=C chroot rootfs apt build-dep qt4-x11 -y&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo LC_ALL=C LANGUAGE=C LANG=C chroot rootfs apt build-dep libqt5gui5 -y&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====8. set a root password====&lt;br /&gt;
&amp;lt;code&amp;gt;sudo chroot rootfs passwd&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 9. remove the qemu binary====&lt;br /&gt;
&amp;lt;code&amp;gt;sudo rm rootfs/usr/bin/qemu-arm-static&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====10. download and apply the patchfiles====&lt;br /&gt;
&amp;lt;code&amp;gt;wget &amp;lt;nowiki&amp;gt;https://git.engineersofinnovation.nl/datalogger/rootfs/-/raw/master/patches/ssh_patch.patch&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;wget &amp;lt;nowiki&amp;gt;https://git.engineersofinnovation.nl/datalogger/rootfs/-/raw/master/patches/ssh_patch_client.patch&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;wget &amp;lt;nowiki&amp;gt;https://git.engineersofinnovation.nl/datalogger/rootfs/-/raw/master/patches/gpsd_patch.patch&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;wget &amp;lt;nowiki&amp;gt;https://git.engineersofinnovation.nl/datalogger/rootfs/-/raw/master/patches/4g_patch.patch&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo patch -p1 &amp;lt; ./patches/ssh_patch.patch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo patch -p1 &amp;lt; ./patches/ssh_patch_client.patch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo patch -p1 &amp;lt; ./patches/gpsd_patch.patch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo patch -p1 &amp;lt; ./patches/4g_patch.patch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====11. Other stuff====&lt;br /&gt;
PPP setup?&lt;br /&gt;
&lt;br /&gt;
https://github.com/sixfab/Sixfab_PPP_Installer&lt;br /&gt;
&lt;br /&gt;
Daemons and services for gui and other scripts?&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Datalogger&amp;diff=97</id>
		<title>Datalogger</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Datalogger&amp;diff=97"/>
		<updated>2022-09-29T18:51:47Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Added dashboard lin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The datalogger is a PCB that stores the [[CAN-bus]] data and shows the data on-screen and sends this data to one of the [[Linux servers|EoI-servers]].&lt;br /&gt;
&lt;br /&gt;
The datalogger is quite complex since it is an embedded Linux platform as well as a screen. The embedded platform makes use of a root file system. Compiling of this file system and any modifications are discussed below.&lt;br /&gt;
&lt;br /&gt;
The screen makes use of cross-compiling QT and is on itself quite the big project for compiling and modifying the generated [[Dashboard|GUI]] for the screen. Therefore one can read more about this topic at [[QT Creator Setup|QT Creator Setup.]]&lt;br /&gt;
&lt;br /&gt;
== Rootfs ==&lt;br /&gt;
The datalogger uses a Debian 10 root file system (rootfs), this page walks you through the steps of setting this up and making modifications.&lt;br /&gt;
&lt;br /&gt;
This process has been automated, this is described in the datalogger rootfs repository https://git.engineersofinnovation.nl/datalogger/rootfs&lt;br /&gt;
&lt;br /&gt;
If you'd like do all the steps manually by all means, please continue reading.&lt;br /&gt;
&lt;br /&gt;
=== Creating a Debian filesystem ===&lt;br /&gt;
To  create  a  filesystem  we  use debootstrap. This guide has been tested on Ubuntu 18.04 and Debian 10 Host machines.&lt;br /&gt;
&lt;br /&gt;
==== 1. Install the required dependencies ====&lt;br /&gt;
&amp;lt;code&amp;gt;sudo apt update &amp;amp;&amp;amp; sudo apt install debootstrap qemu-user-static binfmt-support&amp;lt;/code&amp;gt;&lt;br /&gt;
====2. Create a new directory 'debian-fs' and enter it====&lt;br /&gt;
&amp;lt;code&amp;gt;mkdir ~/Documents/Datalogger/rootfs&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cd ~/Documents/Datalogger/rootfs&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====3. run the first stage bootstrap====&lt;br /&gt;
&amp;lt;code&amp;gt;debootstrap --no-check-gpg --arch=armhf --foreign --include apt,kmod,lsof,ssh,wget,dialog buster rootfs &amp;lt;nowiki&amp;gt;http://deb.debian.org/debian/&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====4. set up emulation by copying the qemu executable====&lt;br /&gt;
&amp;lt;code&amp;gt;sudo cp ./qemu-arm-static rootfs/usr/bin&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====5. run the second stage debootstrap ====&lt;br /&gt;
&amp;lt;code&amp;gt;sudo chroot rootfs /debootstrap/debootstrap --second-stage&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====6. Configure the rootfs for your board, run the following script====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/sh&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Modification from acmesystems acqua.sh, please visit their website for great documentation! (acmesystems.it)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Directory contains the target rootfs&lt;br /&gt;
&lt;br /&gt;
TARGET_ROOTFS_DIR=&amp;quot;rootfs&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Board hostname&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/etc/hostname&lt;br /&gt;
&lt;br /&gt;
echo eoi-datalogger &amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; bashrc user/hostname color (optional)&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/root/.bashrc&lt;br /&gt;
&lt;br /&gt;
echo &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;PS1='\${debian_chroot:+(\$debian_chroot)}\[\033[01;96m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\\$ '&amp;quot; &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Default name servers&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/etc/resolv.conf&lt;br /&gt;
&lt;br /&gt;
echo nameserver 8.8.8.8 &amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo nameserver 8.8.4.4 &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Default network interfaces&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/etc/network/interfaces&lt;br /&gt;
&lt;br /&gt;
echo &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;echo auto eth0 &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo allow-hotplug eth0 &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo iface eth0 inet dhcp &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo hwaddress ether 00:04:25:12:34:56 &amp;gt;&amp;gt; $filename    #eth0 MAC address&lt;br /&gt;
&lt;br /&gt;
echo &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo auto wlan0 &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo iface wlan0 inet dhcp &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo wireless-essid any &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo pre-up wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf -B &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo post-down killall -q wpa_supplicant &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; configure Wi-Fi AP&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/etc/wpa_supplicant.conf&lt;br /&gt;
&lt;br /&gt;
touch $filename&lt;br /&gt;
&lt;br /&gt;
echo ctrl_interface=/var/run/wpa_supplicant &amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo ap_scan=1 &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo network={ &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo 'ssid=&amp;quot;testnaam&amp;quot;' &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo 'psk=&amp;quot;testtest&amp;quot;' &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo } &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Set the the debug port&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/etc/inittab&lt;br /&gt;
&lt;br /&gt;
echo T0:2345:respawn:/sbin/getty -L ttyS0 115200 vt100 &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Set rules to change wlan dongles&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/etc/udev/rules.d/70-persistent-net.rules&lt;br /&gt;
&lt;br /&gt;
echo SUBSYSTEM=='&amp;quot;net&amp;quot;, ACTION==&amp;quot;add&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTR{address}==&amp;quot;*&amp;quot;, ATTR{dev_id}==&amp;quot;0x0&amp;quot;, ATTR{type}==&amp;quot;1&amp;quot;, KERNEL==&amp;quot;wlan*&amp;quot;, NAME=&amp;quot;wlan0&amp;quot;' &amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; microSD partitions mounting&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/etc/fstab&lt;br /&gt;
&lt;br /&gt;
echo /dev/mmcblk0p1 /boot vfat noatime 0 1 &amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo /dev/mmcblk0p2 / ext4 noatime 0 1 &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo proc /proc proc defaults 0 0 &amp;gt;&amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Add the standard Debian non-free repositories useful to load&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; closed source firmware (i.e. WiFi dongle firmware)&lt;br /&gt;
&lt;br /&gt;
filename=$TARGET_ROOTFS_DIR/etc/apt/sources.list&lt;br /&gt;
&lt;br /&gt;
echo deb &amp;lt;nowiki&amp;gt;http://deb.debian.org/debian/&amp;lt;/nowiki&amp;gt; buster main contrib non-free &amp;gt; $filename&lt;br /&gt;
&lt;br /&gt;
echo deb-src &amp;lt;nowiki&amp;gt;http://deb.debian.org/debian/&amp;lt;/nowiki&amp;gt; buster main contrib non-free &amp;gt;&amp;gt; $filename&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====7. Install required packages ====&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo LC_ALL=C LANGUAGE=C LANG=C chroot rootfs apt update&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo LC_ALL=C LANGUAGE=C LANG=C chroot rootfs apt install -y net-tools udev iputils-ping ifupdown isc-dhcp-client ca-certificates wpasupplicant firmware-ralink wvdial iw resolvconf libssl-dev ppp autossh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo LC_ALL=C LANGUAGE=C LANG=C chroot rootfs apt install -y locales adduser nano usbutils can-utils i2c-tools git fonts-dejavu gpsd gpsd-clients libqgpsmm-dev libqgpsmm23 minicom picocom python3 python3-pip python3-numpy libsocketcan-dev psmisc moreutils&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo LC_ALL=C LANGUAGE=C LANG=C chroot rootfs apt install -y libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa libglu1-mesa-dev libegl1-mesa libegl1-mesa-dev libgles2-mesa-dev mesa-common-dev mesa-utils libgbm-dev libgbm1 libbz2-dev libdrm-dev libgles2-mesa&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo LC_ALL=C LANGUAGE=C LANG=C chroot rootfs apt install -y qt5-default qtdeclarative5-* qml-module-qtquick* qml-module-qtquick2 qtquickcontrols5-* qtserialbus5-* qttools5-* qtbase5-* libqt5svg5-* libqtwebkit-* qtmultimedia5-* qmlscene qml gstreamer1.0-omx libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo LC_ALL=C LANGUAGE=C LANG=C chroot rootfs apt build-dep qt4-x11 -y&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo LC_ALL=C LANGUAGE=C LANG=C chroot rootfs apt build-dep libqt5gui5 -y&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====8. set a root password====&lt;br /&gt;
&amp;lt;code&amp;gt;sudo chroot rootfs passwd&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 9. remove the qemu binary====&lt;br /&gt;
&amp;lt;code&amp;gt;sudo rm rootfs/usr/bin/qemu-arm-static&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====10. download and apply the patchfiles====&lt;br /&gt;
&amp;lt;code&amp;gt;wget &amp;lt;nowiki&amp;gt;https://git.engineersofinnovation.nl/datalogger/rootfs/-/raw/master/patches/ssh_patch.patch&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;wget &amp;lt;nowiki&amp;gt;https://git.engineersofinnovation.nl/datalogger/rootfs/-/raw/master/patches/ssh_patch_client.patch&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;wget &amp;lt;nowiki&amp;gt;https://git.engineersofinnovation.nl/datalogger/rootfs/-/raw/master/patches/gpsd_patch.patch&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;wget &amp;lt;nowiki&amp;gt;https://git.engineersofinnovation.nl/datalogger/rootfs/-/raw/master/patches/4g_patch.patch&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo patch -p1 &amp;lt; ./patches/ssh_patch.patch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo patch -p1 &amp;lt; ./patches/ssh_patch_client.patch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo patch -p1 &amp;lt; ./patches/gpsd_patch.patch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo patch -p1 &amp;lt; ./patches/4g_patch.patch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====11. Other stuff====&lt;br /&gt;
PPP setup?&lt;br /&gt;
&lt;br /&gt;
https://github.com/sixfab/Sixfab_PPP_Installer&lt;br /&gt;
&lt;br /&gt;
Daemons and services for gui and other scripts?&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
	<entry>
		<id>https://wiki.engineersofinnovation.nl/index.php?title=Project_catalogue&amp;diff=96</id>
		<title>Project catalogue</title>
		<link rel="alternate" type="text/html" href="https://wiki.engineersofinnovation.nl/index.php?title=Project_catalogue&amp;diff=96"/>
		<updated>2022-09-29T18:50:03Z</updated>

		<summary type="html">&lt;p&gt;Quintenlb: Renamed QT dashboard to dashboard, since it maybe will not be QT in the near future. But still be a dashboard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are a lot of on-going as well as finished projects within EoI. A catalogue of the projects are given below with a short description.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Project!!Description&lt;br /&gt;
|-&lt;br /&gt;
|[[Battery]]||Development and info about the battery.&lt;br /&gt;
|-&lt;br /&gt;
|[[CAN-bus]]||All the CAN-bus related format and data generated.&lt;br /&gt;
|-&lt;br /&gt;
|[[MPPT]]||Everything about the MPPTs as well as the solar panels used on the solar boat.&lt;br /&gt;
|-&lt;br /&gt;
|[[Solar boat (boii)]]||An overview about the solar boat as well as a list of on-going projects with their project owner.&lt;br /&gt;
|-&lt;br /&gt;
|[[Linux servers]]&lt;br /&gt;
|The servers used within the development as well as the hosting for Engineers of Innovation.&lt;br /&gt;
|-&lt;br /&gt;
|[[Live data]]&lt;br /&gt;
|About the live data used and a small overview of the process where the data is send from the boat to the Linux servers.&lt;br /&gt;
|-&lt;br /&gt;
|[[BLDC-motordriver]]&lt;br /&gt;
|The in-house developed motordrvier information can be found here.&lt;br /&gt;
|-&lt;br /&gt;
|[[Foils]]&lt;br /&gt;
|Foils development for the solar boat that will be used.&lt;br /&gt;
|-&lt;br /&gt;
|[[Dashboard]]&lt;br /&gt;
|The dashboard used on screen of the datalogger for the sailor to look at the data.&lt;br /&gt;
|-&lt;br /&gt;
|[[Datalogger]]&lt;br /&gt;
|Everything one needs to know about the process of the datalogger.&lt;br /&gt;
|-&lt;br /&gt;
|[[Steering system]]&lt;br /&gt;
|About the steering system used in the solar boat.&lt;br /&gt;
|-&lt;br /&gt;
|[[Tailpiece]]&lt;br /&gt;
|The development of the tailpiece with the motor can be found here.&lt;br /&gt;
|-&lt;br /&gt;
|[[Cockpit rim]]&lt;br /&gt;
|The rim job around the sailor to avoid getting water in.&lt;br /&gt;
|-&lt;br /&gt;
|[[TLC solar boat]]&lt;br /&gt;
|Quality of life finishing touches solar boat.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Quintenlb</name></author>
	</entry>
</feed>