<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ssi-wiki.stanford.edu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Srsplatt</id>
	<title>Stanford SSI Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://ssi-wiki.stanford.edu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Srsplatt"/>
	<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/Special:Contributions/Srsplatt"/>
	<updated>2026-04-15T06:48:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2958</id>
		<title>Eclipse Sun Tracking</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2958"/>
		<updated>2017-08-28T22:48:09Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: /* Eclipse Sun Tracking */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PCB, &amp;quot;Patriarchy Crusher,&amp;quot; leverages the [http://wiki.stanfordssi.org/Gen_2_Architecture HONEY] architecture to control H-Bridge motor driver ICs. &lt;br /&gt;
==PCB Design==&lt;br /&gt;
&lt;br /&gt;
The design incluedes:&lt;br /&gt;
&lt;br /&gt;
===HONEY compliance===&lt;br /&gt;
*DataBus connectors for regular updates from the avionics bay&lt;br /&gt;
*PowerBus connectors for the 5V, 3.3V and 12V power supplies&lt;br /&gt;
*Can Transceiver for Avionics Communication&lt;br /&gt;
*Terminating Jumpers for the CAN bus&lt;br /&gt;
&lt;br /&gt;
===Motor and Servo Connectors===&lt;br /&gt;
*Connector spots (J8-J15) are for the male header pins. Servos can connect to these. Each Servo gets a 3.3V supply, a capacitor to smooth the movement, and a PWM signal.&lt;br /&gt;
*Connector spots (J3 and J6) are for larger motors to connect to. These connectors allow each motor to get a power, direction signal, and PWM signal. These connectors also offer extra space for GND.&lt;br /&gt;
&lt;br /&gt;
===Control System===&lt;br /&gt;
*HBridge Drivers (U4A and U4B) take directions via i2C from the teensy and drive two motors each&lt;br /&gt;
*Jumper pin holes (J4 and J7) allow the user to choose between a 5V and 12V supply for his/her motor. There are also corresponding capacitors to smooth out any power spikes.&lt;br /&gt;
*The teensy 3.2 (U1) takes in directions from the CAN transceiver and directs the PWM driver and motor drivers&lt;br /&gt;
*The PWM driver (U3) connects one channel to each motor and servo allowing for a unique pulse length for each output.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb schematic.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb trace view.png]]&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
===Eclipse Sun Tracking===&lt;br /&gt;
The motor driver board controls motors for the sun tracking project. The [https://github.com/stanford-ssi/balloons/blob/master/sun_tracking_project.ino software] reads orientation data from an IMU, the BNO055, and compares the heading to the sun&#039;s expected Azimuth. Based on the difference between the Azimuth angle and the heading angle, the teensy on Patriarchy Crusher uses a PID to command the HBridge driver to turn the motor clockwise or counterclockwise. The end effect is that the GoPro is rotated to face the sun and can thus take pictures of the eclipse. You can [https://youtu.be/gPHzBJYrpfc watch the results] here.&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2957</id>
		<title>Eclipse Sun Tracking</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2957"/>
		<updated>2017-08-28T22:42:03Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: /* Eclipse Sun Tracking */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PCB, &amp;quot;Patriarchy Crusher,&amp;quot; leverages the [http://wiki.stanfordssi.org/Gen_2_Architecture HONEY] architecture to control H-Bridge motor driver ICs. &lt;br /&gt;
==PCB Design==&lt;br /&gt;
&lt;br /&gt;
The design incluedes:&lt;br /&gt;
&lt;br /&gt;
===HONEY compliance===&lt;br /&gt;
*DataBus connectors for regular updates from the avionics bay&lt;br /&gt;
*PowerBus connectors for the 5V, 3.3V and 12V power supplies&lt;br /&gt;
*Can Transceiver for Avionics Communication&lt;br /&gt;
*Terminating Jumpers for the CAN bus&lt;br /&gt;
&lt;br /&gt;
===Motor and Servo Connectors===&lt;br /&gt;
*Connector spots (J8-J15) are for the male header pins. Servos can connect to these. Each Servo gets a 3.3V supply, a capacitor to smooth the movement, and a PWM signal.&lt;br /&gt;
*Connector spots (J3 and J6) are for larger motors to connect to. These connectors allow each motor to get a power, direction signal, and PWM signal. These connectors also offer extra space for GND.&lt;br /&gt;
&lt;br /&gt;
===Control System===&lt;br /&gt;
*HBridge Drivers (U4A and U4B) take directions via i2C from the teensy and drive two motors each&lt;br /&gt;
*Jumper pin holes (J4 and J7) allow the user to choose between a 5V and 12V supply for his/her motor. There are also corresponding capacitors to smooth out any power spikes.&lt;br /&gt;
*The teensy 3.2 (U1) takes in directions from the CAN transceiver and directs the PWM driver and motor drivers&lt;br /&gt;
*The PWM driver (U3) connects one channel to each motor and servo allowing for a unique pulse length for each output.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb schematic.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb trace view.png]]&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
===Eclipse Sun Tracking===&lt;br /&gt;
The motor driver board controls motors for the sun tracking project. The [https://github.com/stanford-ssi/balloons/blob/master/sun_tracking_project.ino software] reads orientation data from an IMU, the BNO055, and compares the heading to the sun&#039;s expected Azimuth. Based on the difference between the Azimuth angle and the heading angle, the teensy on Patriarchy Crusher uses a PID to command the HBridge driver to turn the motor clockwise or counterclockwise. The end effect is that the GoPro is rotated to face the sun and can thus take pictures of the eclipse.&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2839</id>
		<title>Eclipse Sun Tracking</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2839"/>
		<updated>2017-08-17T22:59:29Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PCB, &amp;quot;Patriarchy Crusher,&amp;quot; leverages the [http://wiki.stanfordssi.org/Gen_2_Architecture HONEY] architecture to control H-Bridge motor driver ICs. &lt;br /&gt;
==PCB Design==&lt;br /&gt;
&lt;br /&gt;
The design incluedes:&lt;br /&gt;
&lt;br /&gt;
===HONEY compliance===&lt;br /&gt;
*DataBus connectors for regular updates from the avionics bay&lt;br /&gt;
*PowerBus connectors for the 5V, 3.3V and 12V power supplies&lt;br /&gt;
*Can Transceiver for Avionics Communication&lt;br /&gt;
*Terminating Jumpers for the CAN bus&lt;br /&gt;
&lt;br /&gt;
===Motor and Servo Connectors===&lt;br /&gt;
*Connector spots (J8-J15) are for the male header pins. Servos can connect to these. Each Servo gets a 3.3V supply, a capacitor to smooth the movement, and a PWM signal.&lt;br /&gt;
*Connector spots (J3 and J6) are for larger motors to connect to. These connectors allow each motor to get a power, direction signal, and PWM signal. These connectors also offer extra space for GND.&lt;br /&gt;
&lt;br /&gt;
===Control System===&lt;br /&gt;
*HBridge Drivers (U4A and U4B) take directions via i2C from the teensy and drive two motors each&lt;br /&gt;
*Jumper pin holes (J4 and J7) allow the user to choose between a 5V and 12V supply for his/her motor. There are also corresponding capacitors to smooth out any power spikes.&lt;br /&gt;
*The teensy 3.2 (U1) takes in directions from the CAN transceiver and directs the PWM driver and motor drivers&lt;br /&gt;
*The PWM driver (U3) connects one channel to each motor and servo allowing for a unique pulse length for each output.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb schematic.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb trace view.png]]&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
===Eclipse Sun Tracking===&lt;br /&gt;
The motor driver board controls motors for the sun tracking project. Project Sol reads orientation data from an IMU, the BNO055, and compares the heading to the sun&#039;s expected Azimuth. Based on the difference between the Azimuth angle and the heading angle, the teensy on Patriarchy Crusher commands the HBridge driver to turn the motor clockwise or counterclockwise. The end effect is that the GoPro is rotated to face the sun and can thus take pictures of the eclipse.&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2838</id>
		<title>Eclipse Sun Tracking</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2838"/>
		<updated>2017-08-17T22:44:37Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: /* PCB Design */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PCB, &amp;quot;Patriarchy Crusher,&amp;quot; leverages the [http://wiki.stanfordssi.org/Gen_2_Architecture HONEY] architecture to control H-Bridge motor driver ICs. &lt;br /&gt;
==PCB Design==&lt;br /&gt;
&lt;br /&gt;
The design incluedes:&lt;br /&gt;
&lt;br /&gt;
===HONEY compliance===&lt;br /&gt;
*DataBus connectors for regular updates from the avionics bay&lt;br /&gt;
*PowerBus connectors for the 5V, 3.3V and 12V power supplies&lt;br /&gt;
*Can Transceiver for Avionics Communication&lt;br /&gt;
*Terminating Jumpers for the CAN bus&lt;br /&gt;
&lt;br /&gt;
===Motor and Servo Connectors===&lt;br /&gt;
*Connector spots (J8-J15) are for the male header pins. Servos can connect to these. Each Servo gets a 3.3V supply, a capacitor to smooth the movement, and a PWM signal.&lt;br /&gt;
*Connector spots (J3 and J6) are for larger motors to connect to. These connectors allow each motor to get a power, direction signal, and PWM signal. These connectors also offer extra space for GND.&lt;br /&gt;
&lt;br /&gt;
===Control System===&lt;br /&gt;
*HBridge Drivers (U4A and U4B) take directions via i2C from the teensy and drive two motors each&lt;br /&gt;
*Jumper pin holes (J4 and J7) allow the user to choose between a 5V and 12V supply for his/her motor. There are also corresponding capacitors to smooth out any power spikes.&lt;br /&gt;
*The teensy 3.2 (U1) takes in directions from the CAN transceiver and directs the PWM driver and motor drivers&lt;br /&gt;
*The PWM driver (U3) connects one channel to each motor and servo allowing for a unique pulse length for each output.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb schematic.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb trace view.png]]&lt;br /&gt;
&lt;br /&gt;
==Electrical Components==&lt;br /&gt;
&lt;br /&gt;
==Mechanical Design==&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
===Eclipse Sun Tracking===&lt;br /&gt;
The motor driver board controls motors for the sun tracking project. Project Sol reads orientation data from an IMU, the BNO055, and compares the heading to the sun&#039;s expected Azimuth. Based on the difference between the Azimuth angle and the heading angle, the teensy on Patriarchy Crusher commands the HBridge driver to turn the motor clockwise or counterclockwise. The end effect is that the GoPro is rotated to face the sun and can thus take pictures of the eclipse.&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2837</id>
		<title>Eclipse Sun Tracking</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2837"/>
		<updated>2017-08-17T22:35:00Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: /* HONEY compliance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PCB, &amp;quot;Patriarchy Crusher,&amp;quot; leverages the [http://wiki.stanfordssi.org/Gen_2_Architecture HONEY] architecture to control H-Bridge motor driver ICs. &lt;br /&gt;
==PCB Design==&lt;br /&gt;
&lt;br /&gt;
The design incluedes:&lt;br /&gt;
&lt;br /&gt;
===HONEY compliance===&lt;br /&gt;
*DataBus connectors for regular updates from the avionics bay&lt;br /&gt;
*PowerBus connectors for the 5V, 3.3V and 12V power supplies&lt;br /&gt;
*Can Transceiver for Avionics Communication&lt;br /&gt;
*Terminating Jumpers for the CAN bus&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb schematic.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb trace view.png]]&lt;br /&gt;
&lt;br /&gt;
==Electrical Components==&lt;br /&gt;
&lt;br /&gt;
==Mechanical Design==&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
===Eclipse Sun Tracking===&lt;br /&gt;
The motor driver board controls motors for the sun tracking project. Project Sol reads orientation data from an IMU, the BNO055, and compares the heading to the sun&#039;s expected Azimuth. Based on the difference between the Azimuth angle and the heading angle, the teensy on Patriarchy Crusher commands the HBridge driver to turn the motor clockwise or counterclockwise. The end effect is that the GoPro is rotated to face the sun and can thus take pictures of the eclipse.&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2836</id>
		<title>Eclipse Sun Tracking</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2836"/>
		<updated>2017-08-17T22:33:58Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: /* PCB Design */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PCB, &amp;quot;Patriarchy Crusher,&amp;quot; leverages the [http://wiki.stanfordssi.org/Gen_2_Architecture HONEY] architecture to control H-Bridge motor driver ICs. &lt;br /&gt;
==PCB Design==&lt;br /&gt;
&lt;br /&gt;
The design incluedes:&lt;br /&gt;
&lt;br /&gt;
===HONEY compliance===&lt;br /&gt;
- DataBus connectors for regular updates from the avionics bay&lt;br /&gt;
- PowerBus connectors for the 5V, 3.3V and 12V power supplies&lt;br /&gt;
- Can Transceiver for Avionics Communication&lt;br /&gt;
- Terminating Jumpers for the CAN bus&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb schematic.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb trace view.png]]&lt;br /&gt;
&lt;br /&gt;
==Electrical Components==&lt;br /&gt;
&lt;br /&gt;
==Mechanical Design==&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
===Eclipse Sun Tracking===&lt;br /&gt;
The motor driver board controls motors for the sun tracking project. Project Sol reads orientation data from an IMU, the BNO055, and compares the heading to the sun&#039;s expected Azimuth. Based on the difference between the Azimuth angle and the heading angle, the teensy on Patriarchy Crusher commands the HBridge driver to turn the motor clockwise or counterclockwise. The end effect is that the GoPro is rotated to face the sun and can thus take pictures of the eclipse.&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=File:Pcb_schematic.png&amp;diff=2835</id>
		<title>File:Pcb schematic.png</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=File:Pcb_schematic.png&amp;diff=2835"/>
		<updated>2017-08-17T22:29:34Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2834</id>
		<title>Eclipse Sun Tracking</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2834"/>
		<updated>2017-08-17T22:29:09Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: /* PCB Design */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PCB, &amp;quot;Patriarchy Crusher,&amp;quot; leverages the [http://wiki.stanfordssi.org/Gen_2_Architecture HONEY] architecture to control H-Bridge motor driver ICs. &lt;br /&gt;
==PCB Design==&lt;br /&gt;
[[File:Pcb schematic.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:Pcb trace view.png]]&lt;br /&gt;
&lt;br /&gt;
==Electrical Components==&lt;br /&gt;
&lt;br /&gt;
==Mechanical Design==&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
===Eclipse Sun Tracking===&lt;br /&gt;
The motor driver board controls motors for the sun tracking project. Project Sol reads orientation data from an IMU, the BNO055, and compares the heading to the sun&#039;s expected Azimuth. Based on the difference between the Azimuth angle and the heading angle, the teensy on Patriarchy Crusher commands the HBridge driver to turn the motor clockwise or counterclockwise. The end effect is that the GoPro is rotated to face the sun and can thus take pictures of the eclipse.&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=File:Pcb_trace_view.png&amp;diff=2833</id>
		<title>File:Pcb trace view.png</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=File:Pcb_trace_view.png&amp;diff=2833"/>
		<updated>2017-08-17T22:28:31Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2832</id>
		<title>Eclipse Sun Tracking</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2832"/>
		<updated>2017-08-17T22:25:49Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PCB, &amp;quot;Patriarchy Crusher,&amp;quot; leverages the [http://wiki.stanfordssi.org/Gen_2_Architecture HONEY] architecture to control H-Bridge motor driver ICs. &lt;br /&gt;
==PCB Design==&lt;br /&gt;
[[File:Pcb trace view.png]]&lt;br /&gt;
[[File:Pcb schematic.png]]&lt;br /&gt;
&lt;br /&gt;
==Electrical Components==&lt;br /&gt;
&lt;br /&gt;
==Mechanical Design==&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
===Eclipse Sun Tracking===&lt;br /&gt;
The motor driver board controls motors for the sun tracking project. Project Sol reads orientation data from an IMU, the BNO055, and compares the heading to the sun&#039;s expected Azimuth. Based on the difference between the Azimuth angle and the heading angle, the teensy on Patriarchy Crusher commands the HBridge driver to turn the motor clockwise or counterclockwise. The end effect is that the GoPro is rotated to face the sun and can thus take pictures of the eclipse.&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=File:Pcb_trace_view.PNG&amp;diff=2831</id>
		<title>File:Pcb trace view.PNG</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=File:Pcb_trace_view.PNG&amp;diff=2831"/>
		<updated>2017-08-17T22:23:33Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: patriarchy crusher rev 1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;patriarchy crusher rev 1&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=File:Pcb_schematic.PNG&amp;diff=2830</id>
		<title>File:Pcb schematic.PNG</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=File:Pcb_schematic.PNG&amp;diff=2830"/>
		<updated>2017-08-17T22:22:03Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: schematic for patriarchy crusher rev 1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;schematic for patriarchy crusher rev 1&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2829</id>
		<title>Eclipse Sun Tracking</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2829"/>
		<updated>2017-08-17T22:18:15Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PCB, &amp;quot;Patriarchy Crusher,&amp;quot; leverages the [http://wiki.stanfordssi.org/Gen_2_Architecture HONEY] architecture to control H-Bridge motor driver ICs. &lt;br /&gt;
==PCB Design==&lt;br /&gt;
&lt;br /&gt;
==Electrical Components==&lt;br /&gt;
&lt;br /&gt;
==Mechanical Design==&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
===Eclipse Sun Tracking===&lt;br /&gt;
The motor driver board controls motors for the sun tracking project. Project Sol reads orientation data from an IMU, the BNO055, and compares the heading to the sun&#039;s expected Azimuth. Based on the difference between the Azimuth angle and the heading angle, the teensy on Patriarchy Crusher commands the HBridge driver to turn the motor clockwise or counterclockwise. The end effect is that the GoPro is rotated to face the sun and can thus take pictures of the eclipse.&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2828</id>
		<title>Eclipse Sun Tracking</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2828"/>
		<updated>2017-08-17T22:18:02Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PCB, &amp;quot;Patriarchy Crusher,&amp;quot; leverages the [[Gen_2_Architecture HONEY]] architecture to control H-Bridge motor driver ICs. &lt;br /&gt;
==PCB Design==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Electrical Components==&lt;br /&gt;
&lt;br /&gt;
==Mechanical Design==&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
===Eclipse Sun Tracking===&lt;br /&gt;
The motor driver board controls motors for the sun tracking project. Project Sol reads orientation data from an IMU, the BNO055, and compares the heading to the sun&#039;s expected Azimuth. Based on the difference between the Azimuth angle and the heading angle, the teensy on Patriarchy Crusher commands the HBridge driver to turn the motor clockwise or counterclockwise. The end effect is that the GoPro is rotated to face the sun and can thus take pictures of the eclipse.&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2827</id>
		<title>Eclipse Sun Tracking</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2827"/>
		<updated>2017-08-17T22:17:41Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PCB, &amp;quot;Patriarchy Crusher,&amp;quot; leverages the [[wiki.stanfordssi.org/Gen_2_Architecture HONEY]] architecture to control H-Bridge motor driver ICs. &lt;br /&gt;
==PCB Design==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Electrical Components==&lt;br /&gt;
&lt;br /&gt;
==Mechanical Design==&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
===Eclipse Sun Tracking===&lt;br /&gt;
The motor driver board controls motors for the sun tracking project. Project Sol reads orientation data from an IMU, the BNO055, and compares the heading to the sun&#039;s expected Azimuth. Based on the difference between the Azimuth angle and the heading angle, the teensy on Patriarchy Crusher commands the HBridge driver to turn the motor clockwise or counterclockwise. The end effect is that the GoPro is rotated to face the sun and can thus take pictures of the eclipse.&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2826</id>
		<title>Eclipse Sun Tracking</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2826"/>
		<updated>2017-08-17T22:15:24Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: /* PCB Design */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PCB, &amp;quot;Patriarchy Crusher,&amp;quot; leverages the [http://wiki.stanfordssi.org/Gen_2_Architecture HONEY] architecture to control H-Bridge motor driver ICs. &lt;br /&gt;
==PCB Design==&lt;br /&gt;
[[File:topsheetpdfview.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Electrical Components==&lt;br /&gt;
&lt;br /&gt;
==Mechanical Design==&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
===Eclipse Sun Tracking===&lt;br /&gt;
The motor driver board controls motors for the sun tracking project. Project Sol reads orientation data from an IMU, the BNO055, and compares the heading to the sun&#039;s expected Azimuth. Based on the difference between the Azimuth angle and the heading angle, the teensy on Patriarchy Crusher commands the HBridge driver to turn the motor clockwise or counterclockwise. The end effect is that the GoPro is rotated to face the sun and can thus take pictures of the eclipse.&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2825</id>
		<title>Eclipse Sun Tracking</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2825"/>
		<updated>2017-08-17T22:10:23Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PCB, &amp;quot;Patriarchy Crusher,&amp;quot; leverages the [http://wiki.stanfordssi.org/Gen_2_Architecture HONEY] architecture to control H-Bridge motor driver ICs. &lt;br /&gt;
==PCB Design==&lt;br /&gt;
&lt;br /&gt;
==Electrical Components==&lt;br /&gt;
&lt;br /&gt;
==Mechanical Design==&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
===Eclipse Sun Tracking===&lt;br /&gt;
The motor driver board controls motors for the sun tracking project. Project Sol reads orientation data from an IMU, the BNO055, and compares the heading to the sun&#039;s expected Azimuth. Based on the difference between the Azimuth angle and the heading angle, the teensy on Patriarchy Crusher commands the HBridge driver to turn the motor clockwise or counterclockwise. The end effect is that the GoPro is rotated to face the sun and can thus take pictures of the eclipse.&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2824</id>
		<title>Eclipse Sun Tracking</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2824"/>
		<updated>2017-08-17T22:09:03Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PCB, &amp;quot;Patriarchy Crusher,&amp;quot; leverages the HONEY architecture to control H-Bridge motor driver ICs. &lt;br /&gt;
==PCB Design==&lt;br /&gt;
&lt;br /&gt;
==Electrical Components==&lt;br /&gt;
&lt;br /&gt;
==Mechanical Design==&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
===Eclipse Sun Tracking===&lt;br /&gt;
The motor driver board controls motors for the sun tracking project. Project Sol reads orientation data from an IMU, the BNO055, and compares the heading to the sun&#039;s expected Azimuth. Based on the difference between the Azimuth angle and the heading angle, the teensy on Patriarchy Crusher commands the HBridge driver to turn the motor clockwise or counterclockwise. The end effect is that the GoPro is rotated to face the sun and can thus take pictures of the eclipse.&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2823</id>
		<title>Eclipse Sun Tracking</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2823"/>
		<updated>2017-08-17T22:08:37Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PCB, &amp;quot;Patriarchy Crusher,&amp;quot; leverages the HONEY architecture to control H-Bridge motor driver ICs. &lt;br /&gt;
==PCB Design==&lt;br /&gt;
&lt;br /&gt;
==Electrical Components==&lt;br /&gt;
&lt;br /&gt;
==Mechanical Design==&lt;br /&gt;
&lt;br /&gt;
===Applications===&lt;br /&gt;
==Eclipse Sun Tracking==&lt;br /&gt;
The motor driver board controls motors for the sun tracking project. Project Sol reads orientation data from an IMU, the BNO055, and compares the heading to the sun&#039;s expected Azimuth. Based on the difference between the Azimuth angle and the heading angle, the teensy on Patriarchy Crusher commands the HBridge driver to turn the motor clockwise or counterclockwise. The end effect is that the GoPro is rotated to face the sun and can thus take pictures of the eclipse.&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
	<entry>
		<id>https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2818</id>
		<title>Eclipse Sun Tracking</title>
		<link rel="alternate" type="text/html" href="https://ssi-wiki.stanford.edu/w/index.php?title=Eclipse_Sun_Tracking&amp;diff=2818"/>
		<updated>2017-08-17T19:48:47Z</updated>

		<summary type="html">&lt;p&gt;Srsplatt: Created page with &amp;quot;The PCB, &amp;quot;Patriarchy Crusher,&amp;quot; leverages the HONEY architecture to control H-Bridge motor driver ICs. The motor driver board controls motors for the sun tracking project (Proj...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PCB, &amp;quot;Patriarchy Crusher,&amp;quot; leverages the HONEY architecture to control H-Bridge motor driver ICs. The motor driver board controls motors for the sun tracking project (Project Sol). Project Sol reads orientation data from an IMU, the BNO055, and compares the heading to the sun&#039;s expected Azimuth. Based on the difference between the Azimuth angle and the heading angle, the teensy on Patriarchy Crusher commands the HBridge driver to turn the motor clockwise or counterclockwise. The end effect is that the GoPro is rotated to face the sun and can thus take pictures of the eclipse.&lt;br /&gt;
&lt;br /&gt;
==PCB Design==&lt;br /&gt;
&lt;br /&gt;
==Electrical Components==&lt;br /&gt;
&lt;br /&gt;
==Mechanical Design==&lt;/div&gt;</summary>
		<author><name>Srsplatt</name></author>
	</entry>
</feed>