<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://fswiki.us/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Reshovsky</id>
	<title>fswiki.us - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://fswiki.us/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Reshovsky"/>
	<link rel="alternate" type="text/html" href="http://fswiki.us/Special:Contributions/Reshovsky"/>
	<updated>2026-07-26T16:58:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>http://fswiki.us/index.php?title=Sensors&amp;diff=1194</id>
		<title>Sensors</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Sensors&amp;diff=1194"/>
		<updated>2020-05-19T04:25:34Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: /* Analog Sensors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sensors measure physical properties, and convert their measurements into electrical signals to be captured by the data logger and used for running the vehicle, diagnosing the vehicle, verifying that the vehicle is running properly, and/or helping to tune the vehicle.&lt;br /&gt;
==Common Sensors==&lt;br /&gt;
===Sensing location/movement of vehicle===&lt;br /&gt;
These sensors are used to tell where the vehicle is, and how it is moving. Dataloggers often have some or more of these sensors built in. With these sensors, where they are mounted on the car may change how useful the data is. For instance, you may find that you want to mount them as close to the center of gravity as possible.&lt;br /&gt;
====Accelerometer====&lt;br /&gt;
Measures its acceleration in one or more axes. This may or may not be the actual acceleration of the vehicle, depending on how it's mounted.&lt;br /&gt;
====Gyroscope====&lt;br /&gt;
Measures its angular velocity (change in an angle over time) on one or more axes. Again, you'll probably want these axes to line up with those of the vehicle.&lt;br /&gt;
====Magnetometer====&lt;br /&gt;
Measures the strength and direction of the magnetic field. Useful for measuring the yaw of the vehicle.&lt;br /&gt;
&lt;br /&gt;
====IMU====&lt;br /&gt;
Standing for Inertial Measurement Unit, it measures orientation, velocity, and acceleration in all three axes, utilizing accelerometers, gyroscopes, and magnetometers.&lt;br /&gt;
====GPS Receivers====&lt;br /&gt;
Obtains GPS data. This is usually used for logging the position of the car, so that you can see where the car is going and compare lines through corners.&lt;br /&gt;
===Sensing Movement of a Single Component===&lt;br /&gt;
====Hall Effect Sensors====&lt;br /&gt;
Detect the presence of a magnetic field. These are typically switches, that are either on or off (i.e., not analog). These are most commonly used to detect and measure rotation, e.g. of a gear. Unlike a VR sensor, they require an external magnetic force.&lt;br /&gt;
====Variable Reluctance Sensors====&lt;br /&gt;
Known also as VR sensors, they detect a change in the magnetic field. Unlike hall effect sensors, they do not require an external magnetic field, so many OEMs use them for cam and crank position sensors.&lt;br /&gt;
====Potentiometers====&lt;br /&gt;
Variable resistor ladders that measure movement. The can be used as driver controls (e.g., for adjusting radio volume), or in linear form for measuring shock travel (among other uses).&lt;br /&gt;
====Rotary Position Sensors====&lt;br /&gt;
These act as more accurate rotary potentiometers. Often they are contactless, meaning they last much longer and for many more cycles than potentiometers do. These are useful as pedal position sensors and steering angle sensors.&lt;br /&gt;
====Knock Sensors====&lt;br /&gt;
Sensors that detect engine knocking. These will bolt directly to the engine block, and will usually come with the engine.&amp;lt;br /&amp;gt;&lt;br /&gt;
there are a buncha different kinds of knock sensors - i'll try to get something sketched out here this week -simon&lt;br /&gt;
&lt;br /&gt;
===O2 Concentration Sensors===&lt;br /&gt;
====Wide Band====&lt;br /&gt;
====Narrow Band====&lt;br /&gt;
===Potentiometers===&lt;br /&gt;
====Rotary Potentiometers====&lt;br /&gt;
====Linear Potentiometers====&lt;br /&gt;
====String Potentiometers====&lt;br /&gt;
===Pressure Sensors===&lt;br /&gt;
====Liquid Pressure Sensors====&lt;br /&gt;
====Air Pressure Sensors====&lt;br /&gt;
===Strain Gauges===&lt;br /&gt;
===Temperature Sensors===&lt;br /&gt;
====Liquid Temperature Sensors====&lt;br /&gt;
====Air Temperature Sensors====&lt;br /&gt;
====Infrared Temperature Sensors====&lt;br /&gt;
&lt;br /&gt;
==Signal Types==&lt;br /&gt;
===Analog Sensors===&lt;br /&gt;
====2-Wire====&lt;br /&gt;
====3-Wire====&lt;br /&gt;
====Active====&lt;br /&gt;
&lt;br /&gt;
===Digital Sensors===&lt;br /&gt;
====Pulsed====&lt;br /&gt;
Pulsed sensors send a series of digital pulses where the frequency of the pulses represents the measurement value. Commonly seen in shaft speed sensors.&lt;br /&gt;
====PWM====&lt;br /&gt;
PWM sensors vary the width of pulses at a fixed frequency to represent the measurement value. A simple analog filter can allow a PWM sensor to be approximated into an analog signal.&lt;br /&gt;
====Serial====&lt;br /&gt;
Some &amp;quot;smart&amp;quot; sensors transmit their measurement value(s) over a [[Communication Protocols|communication protocol]] such as CAN Bus, I&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;C, or SPI. This allows multiple values to be transmitted without additional wiring.&lt;br /&gt;
[[Category:Data Acquisition]]&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Sensors&amp;diff=1193</id>
		<title>Sensors</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Sensors&amp;diff=1193"/>
		<updated>2020-05-19T04:24:55Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sensors measure physical properties, and convert their measurements into electrical signals to be captured by the data logger and used for running the vehicle, diagnosing the vehicle, verifying that the vehicle is running properly, and/or helping to tune the vehicle.&lt;br /&gt;
==Common Sensors==&lt;br /&gt;
===Sensing location/movement of vehicle===&lt;br /&gt;
These sensors are used to tell where the vehicle is, and how it is moving. Dataloggers often have some or more of these sensors built in. With these sensors, where they are mounted on the car may change how useful the data is. For instance, you may find that you want to mount them as close to the center of gravity as possible.&lt;br /&gt;
====Accelerometer====&lt;br /&gt;
Measures its acceleration in one or more axes. This may or may not be the actual acceleration of the vehicle, depending on how it's mounted.&lt;br /&gt;
====Gyroscope====&lt;br /&gt;
Measures its angular velocity (change in an angle over time) on one or more axes. Again, you'll probably want these axes to line up with those of the vehicle.&lt;br /&gt;
====Magnetometer====&lt;br /&gt;
Measures the strength and direction of the magnetic field. Useful for measuring the yaw of the vehicle.&lt;br /&gt;
&lt;br /&gt;
====IMU====&lt;br /&gt;
Standing for Inertial Measurement Unit, it measures orientation, velocity, and acceleration in all three axes, utilizing accelerometers, gyroscopes, and magnetometers.&lt;br /&gt;
====GPS Receivers====&lt;br /&gt;
Obtains GPS data. This is usually used for logging the position of the car, so that you can see where the car is going and compare lines through corners.&lt;br /&gt;
===Sensing Movement of a Single Component===&lt;br /&gt;
====Hall Effect Sensors====&lt;br /&gt;
Detect the presence of a magnetic field. These are typically switches, that are either on or off (i.e., not analog). These are most commonly used to detect and measure rotation, e.g. of a gear. Unlike a VR sensor, they require an external magnetic force.&lt;br /&gt;
====Variable Reluctance Sensors====&lt;br /&gt;
Known also as VR sensors, they detect a change in the magnetic field. Unlike hall effect sensors, they do not require an external magnetic field, so many OEMs use them for cam and crank position sensors.&lt;br /&gt;
====Potentiometers====&lt;br /&gt;
Variable resistor ladders that measure movement. The can be used as driver controls (e.g., for adjusting radio volume), or in linear form for measuring shock travel (among other uses).&lt;br /&gt;
====Rotary Position Sensors====&lt;br /&gt;
These act as more accurate rotary potentiometers. Often they are contactless, meaning they last much longer and for many more cycles than potentiometers do. These are useful as pedal position sensors and steering angle sensors.&lt;br /&gt;
====Knock Sensors====&lt;br /&gt;
Sensors that detect engine knocking. These will bolt directly to the engine block, and will usually come with the engine.&amp;lt;br /&amp;gt;&lt;br /&gt;
there are a buncha different kinds of knock sensors - i'll try to get something sketched out here this week -simon&lt;br /&gt;
&lt;br /&gt;
===O2 Concentration Sensors===&lt;br /&gt;
====Wide Band====&lt;br /&gt;
====Narrow Band====&lt;br /&gt;
===Potentiometers===&lt;br /&gt;
====Rotary Potentiometers====&lt;br /&gt;
====Linear Potentiometers====&lt;br /&gt;
====String Potentiometers====&lt;br /&gt;
===Pressure Sensors===&lt;br /&gt;
====Liquid Pressure Sensors====&lt;br /&gt;
====Air Pressure Sensors====&lt;br /&gt;
===Strain Gauges===&lt;br /&gt;
===Temperature Sensors===&lt;br /&gt;
====Liquid Temperature Sensors====&lt;br /&gt;
====Air Temperature Sensors====&lt;br /&gt;
====Infrared Temperature Sensors====&lt;br /&gt;
&lt;br /&gt;
==Signal Types==&lt;br /&gt;
===Analog Sensors===&lt;br /&gt;
====2-Wire====&lt;br /&gt;
====3-Wire====&lt;br /&gt;
===Digital Sensors===&lt;br /&gt;
====Pulsed====&lt;br /&gt;
Pulsed sensors send a series of digital pulses where the frequency of the pulses represents the measurement value. Commonly seen in shaft speed sensors.&lt;br /&gt;
====PWM====&lt;br /&gt;
PWM sensors vary the width of pulses at a fixed frequency to represent the measurement value. A simple analog filter can allow a PWM sensor to be approximated into an analog signal.&lt;br /&gt;
====Serial====&lt;br /&gt;
Some &amp;quot;smart&amp;quot; sensors transmit their measurement value(s) over a [[Communication Protocols|communication protocol]] such as CAN Bus, I&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;C, or SPI. This allows multiple values to be transmitted without additional wiring.&lt;br /&gt;
[[Category:Data Acquisition]]&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Connectors&amp;diff=1192</id>
		<title>Connectors</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Connectors&amp;diff=1192"/>
		<updated>2020-05-19T04:17:58Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Connector choice is a key part of wiring harness design. Badly chosen or badly assembled connectors can often be the source of electrical issues that are annoying to fix while testing the car, so care should be taken to choose the right connector and the right tools to assemble and disassemble it.&lt;br /&gt;
==Housing==&lt;br /&gt;
===Material===&lt;br /&gt;
Connector housings are usually made from plastic or metal. Plastic connectors are usually cheaper and lighter, but will be less durable and with a lower lifespan than metal connectors.&lt;br /&gt;
====Durability====&lt;br /&gt;
====Chemical Resistance====&lt;br /&gt;
Care must be taken when selecting connectors that may come in contact with chemicals (water, fuel, oil, etc) to ensure that this contact will not degrade any part of the connector.&lt;br /&gt;
===Weather Sealing===&lt;br /&gt;
Connectors are usually rated with an IP code. Connectors that are open to the elements will need to be rated accordingly.&lt;br /&gt;
&lt;br /&gt;
===Retention===&lt;br /&gt;
All connectors feature some sort of retention method. For most connections in a FS car, strong retention methods (locking or tight friction-fit) are required. Only a few applications (e.g. connection between ECU and computer for tuning) may benefit from connectors with weak retention.&lt;br /&gt;
====Friction Fit====&lt;br /&gt;
Friction fit connectors rely only on the friction between the mating connectors for retention. Friction fit is common in consumer connectors such as USB, but is often unsuitable for the conditions in a FS car. With repeated connect/disconnect cycles, a friction fit connector may wear down, decreasing holding force.&lt;br /&gt;
====Locking Tab====&lt;br /&gt;
Connectors featuring a locking tab are very common in automotive applications. Some locking tabs can be operated by hand, while others may require a tool to open. A common example of a connector with locking tabs is the Deutsch DTM series.&lt;br /&gt;
====Screw Lock====&lt;br /&gt;
Screw lock connectors use a threaded screw to retain the connector. While generally resilient, some screw lock connectors can loosen in high vibration environments, especially if not torqued enough. However, over torquing of screw lock connectors can make them difficult to remove. A common example of a screw lock connector is the Binder M9 series.&lt;br /&gt;
====Twist Lock====&lt;br /&gt;
Twist lock connectors operate similarly to screw lock connectors, however, they feature a mechanism that locks the connector with fewer rotations than a screw lock would require. Twist lock connectors have the benefit of being faster to operate than screw lock connectors, as well as having a hard stop, leaving no doubt as to whether the connector is under or over tightened. A common example of twist lock connector is the Deutsch AS series.&lt;br /&gt;
====Cam Lock====&lt;br /&gt;
Cam lock connectors use a cam to pull the two mating connectors together. This ensures that all contacts are seated properly, and prevents the connector from coming loose over time. An example of a cam lock connector is the Molex M123 series.&lt;br /&gt;
====Push-Pull====&lt;br /&gt;
Push-pull connectors require that a sleeve on the connector be pulled back in order to release the locking mechanism. Some connectors require the mechanism to be unlocked when connecting or disconnecting the connector, while others only require this during disconnection. The most common push-pull connectors are made by LEMO.&lt;br /&gt;
==Contacts==&lt;br /&gt;
===Material===&lt;br /&gt;
====Corrosion Resistance====&lt;br /&gt;
====Wear Characteristics====&lt;br /&gt;
===Sizing===&lt;br /&gt;
====Ampacity====&lt;br /&gt;
====Resistance====&lt;br /&gt;
===Removable===&lt;br /&gt;
Some connectors have terminals permanently fixed in the housing (such as most D-subminiature connectors), while others have removable terminals. Removable terminals allow for easier assembly and maintenance, but may increase the size of a connector. Many connectors require specialized tools to remove terminals, and can be damaged by attempting to remove a terminal without the required tool.&lt;br /&gt;
===Connection Method===&lt;br /&gt;
====Crimp====&lt;br /&gt;
A crimp is a mechanical connection between wire and terminal. The terminal is deformed tightly around the wire conductors, often with additional points secured to the jacket for strain relief. When done properly, this can be an incredibly strong connection - sometimes stronger than the wire itself. For this reason, most professional motorsport wiring harnesses will only use crimped joints. To achieve a reliable crimp, terminals must be properly designed for the wire gauge being used. The correct tools are also necessary; using pliers or a vise will almost always result in a weak connection that is more likely to fail.&lt;br /&gt;
====Solder====&lt;br /&gt;
Soldering is the process of joining two or more parts by melting solder around the connection. When the solder cools, it creates a good electrical connection and a weak mechanical connection. Solder joints are much more brittle than crimped joints, so they are unreliable in high-vibration environments. Solder connections are often found on panel mount connectors in the form of solder cups.&lt;br /&gt;
&lt;br /&gt;
====Screw Down====&lt;br /&gt;
Screw terminals use a screw to clamp onto wires. Unlike crimp and solder connections, screw terminals do not permanently or semi-permanently fasten wires, and therefore are good solutions for applications such as an engine dyno or test bench.&lt;br /&gt;
==Types==&lt;br /&gt;
===Free Hanging===&lt;br /&gt;
This is probably the most common type of connector on an FSAE car. These connect directly to wires or cables, and can interface either with other free hanging connectors or with panel mount connectors. In FS these will usually need to be weather resistant. The Deutsch DT and DTM series are popular in FS, although many varieties exist.&lt;br /&gt;
===Panel Mount===&lt;br /&gt;
Panel mount connectors are often used to allow a circuit inside of a housing, such as a PCB, to interface with external devices. In FSAE these will usually need to be resistant to the weather. They can either be soldered directly to a PCB, or they can be connected to a circuit via wires.&lt;br /&gt;
===PCB Mount===&lt;br /&gt;
These are connectors that are soldered to PCBs. They are usually not weather resistant, and are only used inside a housing - either to connect two PCBs, or to connect a PCB to a standalone panel mount connector. &lt;br /&gt;
===PCB to PCB===&lt;br /&gt;
PCBs can be directly connected together inside a housing without the use of wires. This is usually done for modularity (so that you can use a PCB for multiple functions), interfacing with a premade part (e.g., a microcontroller), or for packaging reasons. Care needs to be taken so that the solder joints on the connectors are not being overly stressed with the weight of a PCB.&lt;br /&gt;
==OEM Connectors==&lt;br /&gt;
Many off-the-shelf parts either come with a pre-attached connector, or have a connector integral to the part itself. Some parts include a mating connector, while others will require one to be sourced. OEM connectors intended for mass production often have significantly lower connect/disconnect cycle ratings than other connectors.&lt;br /&gt;
&lt;br /&gt;
==Standard Connectors==&lt;br /&gt;
===USB===&lt;br /&gt;
===RJ45===&lt;br /&gt;
===D-Subminiature===&lt;br /&gt;
==RF Connectors==&lt;br /&gt;
===BNC===&lt;br /&gt;
===SMA===&lt;br /&gt;
===TNC===&lt;br /&gt;
===N Connector===&lt;br /&gt;
===u.FL===&lt;br /&gt;
===MCX===&lt;br /&gt;
==Considerations==&lt;br /&gt;
===Density===&lt;br /&gt;
Connectors can vary greatly in how close together the pins are. A connector with a higher density will usually be lighter and easier to package, but they can be more expensive and harder to assemble.&lt;br /&gt;
===Connect/Disconnect Cycle Rating===&lt;br /&gt;
As connectors are connected and disconnected, the contacts and components will deteriorate. The cycle rating is how many times this can happen while still meeting the specifications for minimum resistance and pull force. Many connectors (like board to board connectors) are only rated to tens of cycles, while some (like USB connectors) are rated for thousands of insertions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Electronics]]&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Connectors&amp;diff=1191</id>
		<title>Connectors</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Connectors&amp;diff=1191"/>
		<updated>2020-05-19T04:08:21Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: /* Solder */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Connector choice is a key part of wiring harness design. Badly chosen or badly assembled connectors can often be the source of electrical issues that are annoying to fix while testing the car, so care should be taken to choose the right connector and the right tools to assemble and disassemble it.&lt;br /&gt;
==Housing==&lt;br /&gt;
===Material===&lt;br /&gt;
====Durability====&lt;br /&gt;
====Chemical Resistance====&lt;br /&gt;
===Weather Sealing===&lt;br /&gt;
Connectors are usually rated with an IP code. Connectors that are open to the elements (which is most of them on a formula car) will need to be rated accordingly.&lt;br /&gt;
&lt;br /&gt;
===Retention===&lt;br /&gt;
All connectors feature some sort of retention method. For most connections in a FS car, strong retention methods (locking or tight friction-fit) are required. Only a few applications (e.g. connection between ECU and computer for tuning) may benefit from connectors with weak retention.&lt;br /&gt;
====Friction Fit====&lt;br /&gt;
Friction fit connectors rely only on the friction between the mating connectors for retention. Friction fit is common in consumer connectors such as USB, but is often unsuitable for the conditions in a FS car. With repeated connect/disconnect cycles, a friction fit connector may wear down, decreasing holding force.&lt;br /&gt;
====Locking Tab====&lt;br /&gt;
Connectors featuring a locking tab are very common in automotive applications. Some locking tabs can be operated by hand, while others may require a tool to open. A common example of a connector with locking tabs is the Deutsch DTM series.&lt;br /&gt;
====Screw Lock====&lt;br /&gt;
Screw lock connectors use a threaded screw to retain the connector. While generally resilient, some screw lock connectors can loosen in high vibration environments, especially if not torqued enough. However, over torquing of screw lock connectors can make them difficult to remove. A common example of a screw lock connector is the Binder M9 series.&lt;br /&gt;
====Twist Lock====&lt;br /&gt;
Twist lock connectors operate similarly to screw lock connectors, however, they feature a mechanism that locks the connector with fewer rotations than a screw lock would require. Twist lock connectors have the benefit of being faster to operate than screw lock connectors, as well as having a hard stop, leaving no doubt as to whether the connector is under or over tightened. A common example of twist lock connector is the Deutsch AS series.&lt;br /&gt;
====Cam Lock====&lt;br /&gt;
Cam lock connectors use a cam to pull the two mating connectors together. This ensures that all contacts are seated properly, and prevents the connector from coming loose over time. An example of a cam lock connector is the Molex M123 series.&lt;br /&gt;
====Push-Pull====&lt;br /&gt;
Push-pull connectors require that a sleeve on the connector be pulled back in order to release the locking mechanism. Some connectors require the mechanism to be unlocked when connecting or disconnecting the connector, while others only require this during disconnection. The most common push-pull connectors are made by LEMO.&lt;br /&gt;
==Contacts==&lt;br /&gt;
===Material===&lt;br /&gt;
====Corrosion Resistance====&lt;br /&gt;
====Wear Characteristics====&lt;br /&gt;
===Sizing===&lt;br /&gt;
====Ampacity====&lt;br /&gt;
====Resistance====&lt;br /&gt;
===Removable===&lt;br /&gt;
===Connection Method===&lt;br /&gt;
====Crimp====&lt;br /&gt;
A crimp is a mechanical connection between wire and terminal. The terminal is deformed tightly around the wire conductors, often with additional points secured to the jacket for strain relief. When done properly, this can be an incredibly strong connection - sometimes stronger than the wire itself. For this reason, most professional motorsport wiring harnesses will only use crimped joints. To achieve a reliable crimp, terminals must be properly designed for the wire gauge being used. The correct tools are also necessary; using pliers or a vise will almost always result in a weak connection that is more likely to fail.&lt;br /&gt;
====Solder====&lt;br /&gt;
Soldering is the process of joining two or more parts by melting solder around the connection. When the solder cools, it creates a good electrical connection and a weak mechanical connection. Solder joints are much more brittle than crimped joints, so they are unreliable in high-vibration environments. Solder connections are often found on panel mount connectors in the form of solder cups.&lt;br /&gt;
&lt;br /&gt;
====Screw Down====&lt;br /&gt;
Screw terminals use a screw to clamp onto wires. Unlike crimp and solder connections, screw terminals do not permanently or semi-permanently fasten wires, and therefore are good solutions for applications such as an engine dyno or test bench.&lt;br /&gt;
==Types==&lt;br /&gt;
===Free Hanging===&lt;br /&gt;
This is probably the most common type of connector on an FSAE car. These connect directly to wires or cables, and can interface either with other free hanging connectors or with panel mount connectors. In FS these will usually need to be weather resistant. The Deutsch DT and DTM series are popular in FS, although many varieties exist.&lt;br /&gt;
===Panel Mount===&lt;br /&gt;
Panel mount connectors are often used to allow a circuit inside of a housing, such as a PCB, to interface with external devices. In FSAE these will usually need to be resistant to the weather. They can either be soldered directly to a PCB, or they can be connected to a circuit via wires.&lt;br /&gt;
===PCB Mount===&lt;br /&gt;
These are connectors that are soldered to PCBs. They are usually not weather resistant, and are only used inside a housing - either to connect two PCBs, or to connect a PCB to a standalone panel mount connector. &lt;br /&gt;
===PCB to PCB===&lt;br /&gt;
PCBs can be directly connected together inside a housing without the use of wires. This is usually done for modularity (so that you can use a PCB for multiple functions), interfacing with a premade part (e.g., a microcontroller), or for packaging reasons. Care needs to be taken so that the solder joints on the connectors are not being overly stressed with the weight of a PCB.&lt;br /&gt;
==OEM Connectors==&lt;br /&gt;
Many off-the-shelf parts either come with a pre-attached connector, or have a connector integral to the part itself. Some parts include a mating connector, while others will require one to be sourced. OEM connectors intended for mass production often have significantly lower connect/disconnect cycle ratings than other connectors.&lt;br /&gt;
&lt;br /&gt;
==Standard Connectors==&lt;br /&gt;
===USB===&lt;br /&gt;
===RJ45===&lt;br /&gt;
===D-Subminiature===&lt;br /&gt;
==RF Connectors==&lt;br /&gt;
===BNC===&lt;br /&gt;
===SMA===&lt;br /&gt;
===TNC===&lt;br /&gt;
===N Connector===&lt;br /&gt;
===u.FL===&lt;br /&gt;
===MCX===&lt;br /&gt;
==Considerations==&lt;br /&gt;
===Density===&lt;br /&gt;
Connectors can vary greatly in how close together the pins are. A connector with a higher density will usually be lighter and easier to package, but they can be more expensive and harder to assemble.&lt;br /&gt;
===Connect/Disconnect Cycle Rating===&lt;br /&gt;
As connectors are connected and disconnected, the contacts and components will deteriorate. The cycle rating is how many times this can happen while still meeting the specifications for minimum resistance and pull force. Many connectors (like board to board connectors) are only rated to tens of cycles, while some (like USB connectors) are rated for thousands of insertions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Electronics]]&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Connectors&amp;diff=1190</id>
		<title>Connectors</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Connectors&amp;diff=1190"/>
		<updated>2020-05-19T04:07:27Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Connector choice is a key part of wiring harness design. Badly chosen or badly assembled connectors can often be the source of electrical issues that are annoying to fix while testing the car, so care should be taken to choose the right connector and the right tools to assemble and disassemble it.&lt;br /&gt;
==Housing==&lt;br /&gt;
===Material===&lt;br /&gt;
====Durability====&lt;br /&gt;
====Chemical Resistance====&lt;br /&gt;
===Weather Sealing===&lt;br /&gt;
Connectors are usually rated with an IP code. Connectors that are open to the elements (which is most of them on a formula car) will need to be rated accordingly.&lt;br /&gt;
&lt;br /&gt;
===Retention===&lt;br /&gt;
All connectors feature some sort of retention method. For most connections in a FS car, strong retention methods (locking or tight friction-fit) are required. Only a few applications (e.g. connection between ECU and computer for tuning) may benefit from connectors with weak retention.&lt;br /&gt;
====Friction Fit====&lt;br /&gt;
Friction fit connectors rely only on the friction between the mating connectors for retention. Friction fit is common in consumer connectors such as USB, but is often unsuitable for the conditions in a FS car. With repeated connect/disconnect cycles, a friction fit connector may wear down, decreasing holding force.&lt;br /&gt;
====Locking Tab====&lt;br /&gt;
Connectors featuring a locking tab are very common in automotive applications. Some locking tabs can be operated by hand, while others may require a tool to open. A common example of a connector with locking tabs is the Deutsch DTM series.&lt;br /&gt;
====Screw Lock====&lt;br /&gt;
Screw lock connectors use a threaded screw to retain the connector. While generally resilient, some screw lock connectors can loosen in high vibration environments, especially if not torqued enough. However, over torquing of screw lock connectors can make them difficult to remove. A common example of a screw lock connector is the Binder M9 series.&lt;br /&gt;
====Twist Lock====&lt;br /&gt;
Twist lock connectors operate similarly to screw lock connectors, however, they feature a mechanism that locks the connector with fewer rotations than a screw lock would require. Twist lock connectors have the benefit of being faster to operate than screw lock connectors, as well as having a hard stop, leaving no doubt as to whether the connector is under or over tightened. A common example of twist lock connector is the Deutsch AS series.&lt;br /&gt;
====Cam Lock====&lt;br /&gt;
Cam lock connectors use a cam to pull the two mating connectors together. This ensures that all contacts are seated properly, and prevents the connector from coming loose over time. An example of a cam lock connector is the Molex M123 series.&lt;br /&gt;
====Push-Pull====&lt;br /&gt;
Push-pull connectors require that a sleeve on the connector be pulled back in order to release the locking mechanism. Some connectors require the mechanism to be unlocked when connecting or disconnecting the connector, while others only require this during disconnection. The most common push-pull connectors are made by LEMO.&lt;br /&gt;
==Contacts==&lt;br /&gt;
===Material===&lt;br /&gt;
====Corrosion Resistance====&lt;br /&gt;
====Wear Characteristics====&lt;br /&gt;
===Sizing===&lt;br /&gt;
====Ampacity====&lt;br /&gt;
====Resistance====&lt;br /&gt;
===Removable===&lt;br /&gt;
===Connection Method===&lt;br /&gt;
====Crimp====&lt;br /&gt;
A crimp is a mechanical connection between wire and terminal. The terminal is deformed tightly around the wire conductors, often with additional points secured to the jacket for strain relief. When done properly, this can be an incredibly strong connection - sometimes stronger than the wire itself. For this reason, most professional motorsport wiring harnesses will only use crimped joints. To achieve a reliable crimp, terminals must be properly designed for the wire gauge being used. The correct tools are also necessary; using pliers or a vise will almost always result in a weak connection that is more likely to fail.&lt;br /&gt;
====Solder====&lt;br /&gt;
Soldering is the process of joining two or more parts by melting solder around the connection. When the solder cools, it creates a good electrical connection and a weak mechanical connection. Solder joints are much more brittle than crimped joints, so they are unreliable in high-vibration environments.&lt;br /&gt;
====Screw Down====&lt;br /&gt;
Screw terminals use a screw to clamp onto wires. Unlike crimp and solder connections, screw terminals do not permanently or semi-permanently fasten wires, and therefore are good solutions for applications such as an engine dyno or test bench.&lt;br /&gt;
==Types==&lt;br /&gt;
===Free Hanging===&lt;br /&gt;
This is probably the most common type of connector on an FSAE car. These connect directly to wires or cables, and can interface either with other free hanging connectors or with panel mount connectors. In FS these will usually need to be weather resistant. The Deutsch DT and DTM series are popular in FS, although many varieties exist.&lt;br /&gt;
===Panel Mount===&lt;br /&gt;
Panel mount connectors are often used to allow a circuit inside of a housing, such as a PCB, to interface with external devices. In FSAE these will usually need to be resistant to the weather. They can either be soldered directly to a PCB, or they can be connected to a circuit via wires.&lt;br /&gt;
===PCB Mount===&lt;br /&gt;
These are connectors that are soldered to PCBs. They are usually not weather resistant, and are only used inside a housing - either to connect two PCBs, or to connect a PCB to a standalone panel mount connector. &lt;br /&gt;
===PCB to PCB===&lt;br /&gt;
PCBs can be directly connected together inside a housing without the use of wires. This is usually done for modularity (so that you can use a PCB for multiple functions), interfacing with a premade part (e.g., a microcontroller), or for packaging reasons. Care needs to be taken so that the solder joints on the connectors are not being overly stressed with the weight of a PCB.&lt;br /&gt;
==OEM Connectors==&lt;br /&gt;
Many off-the-shelf parts either come with a pre-attached connector, or have a connector integral to the part itself. Some parts include a mating connector, while others will require one to be sourced. OEM connectors intended for mass production often have significantly lower connect/disconnect cycle ratings than other connectors.&lt;br /&gt;
&lt;br /&gt;
==Standard Connectors==&lt;br /&gt;
===USB===&lt;br /&gt;
===RJ45===&lt;br /&gt;
===D-Subminiature===&lt;br /&gt;
==RF Connectors==&lt;br /&gt;
===BNC===&lt;br /&gt;
===SMA===&lt;br /&gt;
===TNC===&lt;br /&gt;
===N Connector===&lt;br /&gt;
===u.FL===&lt;br /&gt;
===MCX===&lt;br /&gt;
==Considerations==&lt;br /&gt;
===Density===&lt;br /&gt;
Connectors can vary greatly in how close together the pins are. A connector with a higher density will usually be lighter and easier to package, but they can be more expensive and harder to assemble.&lt;br /&gt;
===Connect/Disconnect Cycle Rating===&lt;br /&gt;
As connectors are connected and disconnected, the contacts and components will deteriorate. The cycle rating is how many times this can happen while still meeting the specifications for minimum resistance and pull force. Many connectors (like board to board connectors) are only rated to tens of cycles, while some (like USB connectors) are rated for thousands of insertions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Electronics]]&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Connectors&amp;diff=1188</id>
		<title>Connectors</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Connectors&amp;diff=1188"/>
		<updated>2020-05-19T03:44:34Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Connector choice is a key part of wiring harness design. Badly chosen or badly assembled connectors can often be the source of electrical issues that are annoying to fix while testing the car, so care should be taken to choose the right connector and the right tools to assemble and disassemble it.&lt;br /&gt;
==Housing==&lt;br /&gt;
===Material===&lt;br /&gt;
====Durability====&lt;br /&gt;
====Chemical Resistance====&lt;br /&gt;
===Weather Sealing===&lt;br /&gt;
Connectors are usually rated with an IP code. Connectors that are open to the elements (which is most of them on a formula car) will need to be rated accordingly.&lt;br /&gt;
&lt;br /&gt;
===Retention===&lt;br /&gt;
All connectors feature some sort of retention method. For most connections in a FS car, strong retention methods (locking or tight friction-fit) are required. Only a few applications (e.g. connection between ECU and computer for tuning) may benefit from connectors with weak retention.&lt;br /&gt;
====Friction Fit====&lt;br /&gt;
====Locking Tab====&lt;br /&gt;
====Screw Lock====&lt;br /&gt;
====Twist Lock====&lt;br /&gt;
====Cam Lock====&lt;br /&gt;
====Push-Pull====&lt;br /&gt;
==Contacts==&lt;br /&gt;
===Material===&lt;br /&gt;
====Corrosion Resistance====&lt;br /&gt;
====Wear Characteristics====&lt;br /&gt;
===Sizing===&lt;br /&gt;
====Ampacity====&lt;br /&gt;
====Resistance====&lt;br /&gt;
===Removable===&lt;br /&gt;
===Connection Method===&lt;br /&gt;
====Crimp====&lt;br /&gt;
A crimp is a mechanical connection between wire and terminal. The terminal is deformed tightly around the wire conductors, often with additional points secured to the jacket for strain relief. When done properly, this can be an incredibly strong connection - sometimes stronger than the wire itself. For this reason, most professional motorsport wiring harnesses will only use crimped joints. To achieve a reliable crimp, terminals must be properly designed for the wire gauge being used. The correct tools are also necessary; using pliers or a vise will almost always result in a weak connection that is more likely to fail.&lt;br /&gt;
====Solder====&lt;br /&gt;
Soldering is the process of joining two or more parts by melting solder around the connection. When the solder cools, it creates a good electrical connection and a weak mechanical connection. Solder joints are much more brittle than crimped joints, so they are unreliable in high-vibration environments.&lt;br /&gt;
====Screw Down====&lt;br /&gt;
Screw terminals use a screw to clamp onto wires. Unlike crimp and solder connections, screw terminals do not permanently or semi-permanently fasten wires, and therefore are good solutions for applications such as an engine dyno or test bench.&lt;br /&gt;
==Types==&lt;br /&gt;
===Free Hanging===&lt;br /&gt;
This is probably the most common type of connector on an FSAE car. These connect wires to other wires, and can interface either with other free hanging connectors or with panel mount connectors. In FSAE these will usually need to be weather resistant. The Deutsch DT and DTM series are popular in FSAE, although many varieties exist.&lt;br /&gt;
===Panel Mount===&lt;br /&gt;
Panel mount connectors are used to allow a circuit to interface with the rest of the car. In FSAE these will usually need to be resistant to the weather. They can either be soldered directly to a PCB, or they can be connected to a circuit via wires.&lt;br /&gt;
===PCB Mount===&lt;br /&gt;
These are connectors that are soldered to PCBs. They are usually not weather resistant, and are only used inside a housing - either to connect two PCBs, or to connect a PCB to a standalone panel mount connector. &lt;br /&gt;
===PCB to PCB===&lt;br /&gt;
PCBs can be directly connected together inside a housing without the use of wires. This is usually done for modularity (so that you can use a PCB for multiple functions), interfacing with a premade part (e.g., a microcontroller), or for packaging reasons. Care needs to be taken so that the solder joints on the connectors are not being overly stressed with the weight of a PCB.&lt;br /&gt;
==OEM Connectors==&lt;br /&gt;
Many off-the-shelf parts either come with a pre-attached connector, or have a connector integral to the part itself. Some parts include a mating connector, while others will require one to be sourced.&lt;br /&gt;
&lt;br /&gt;
==Standard Connectors==&lt;br /&gt;
===USB===&lt;br /&gt;
===RJ45===&lt;br /&gt;
===D-Subminiature===&lt;br /&gt;
==RF Connectors==&lt;br /&gt;
===BNC===&lt;br /&gt;
===SMA===&lt;br /&gt;
===TNC===&lt;br /&gt;
===N Connector===&lt;br /&gt;
===u.FL===&lt;br /&gt;
===MCX===&lt;br /&gt;
==Considerations==&lt;br /&gt;
===Density===&lt;br /&gt;
Connectors can vary greatly in how close together the pins are. A connector with a higher density will usually be lighter, but they can be harder to assemble.&lt;br /&gt;
===Connect/Disconnect Cycle Rating===&lt;br /&gt;
As connectors are connected and disconnected, the contacts and components will deteriorate. The cycle rating is how many times this can happen while still meeting the specifications for maximum resistance and pull force. Many connectors (like board to board connectors) are only rated to tens of cycles, while some (like USB connectors) are rated for thousands of insertions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Electronics]]&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Thread:Talk:Sensors/How_to_organize_sensors%3F/reply&amp;diff=1186</id>
		<title>Thread:Talk:Sensors/How to organize sensors?/reply</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Thread:Talk:Sensors/How_to_organize_sensors%3F/reply&amp;diff=1186"/>
		<updated>2020-05-19T03:23:25Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: Reply to How to organize sensors?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I think there's too much overlap between different uses. For instance a rotary pot could be used for anything from suspension travel to steering angle to pedal position, all of which could be in different categories. Maybe a table or list later on that describes the most common sensors used for each application.&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Connectors&amp;diff=663</id>
		<title>Connectors</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Connectors&amp;diff=663"/>
		<updated>2020-05-15T21:04:46Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: Basic outline&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Electronics]]&lt;br /&gt;
&lt;br /&gt;
=Housing=&lt;br /&gt;
==Material==&lt;br /&gt;
===Durability===&lt;br /&gt;
===Chemical Resistance===&lt;br /&gt;
==Weather Sealing==&lt;br /&gt;
==Retention==&lt;br /&gt;
===Friction Fit===&lt;br /&gt;
===Locking Tab===&lt;br /&gt;
===Screw Lock===&lt;br /&gt;
===Twist Lock===&lt;br /&gt;
===Cam Lock===&lt;br /&gt;
===Push-Pull===&lt;br /&gt;
&lt;br /&gt;
=Contacts=&lt;br /&gt;
==Material==&lt;br /&gt;
===Corrosion Resistance===&lt;br /&gt;
===Wear Characteristics===&lt;br /&gt;
==Sizing==&lt;br /&gt;
===Ampacity===&lt;br /&gt;
===Resistance===&lt;br /&gt;
==Removable==&lt;br /&gt;
==Connection Method==&lt;br /&gt;
===Crimp===&lt;br /&gt;
===Solder===&lt;br /&gt;
===Punchdown===&lt;br /&gt;
===Screw Down===&lt;br /&gt;
&lt;br /&gt;
=Types=&lt;br /&gt;
==PCB Mount==&lt;br /&gt;
==Panel Mount (Standalone)==&lt;br /&gt;
==Panel Mount (PCB Contacts)==&lt;br /&gt;
==Free Hanging==&lt;br /&gt;
==Internal==&lt;br /&gt;
&lt;br /&gt;
=OEM Connectors=&lt;br /&gt;
&lt;br /&gt;
=Standard Connectors=&lt;br /&gt;
==USB==&lt;br /&gt;
==RJ45==&lt;br /&gt;
==D-Subminiature==&lt;br /&gt;
&lt;br /&gt;
=RF Connectors=&lt;br /&gt;
==BNC==&lt;br /&gt;
==SMA==&lt;br /&gt;
==TNC==&lt;br /&gt;
==N Connector==&lt;br /&gt;
==u.FL==&lt;br /&gt;
==MCX==&lt;br /&gt;
&lt;br /&gt;
=Considerations=&lt;br /&gt;
==Density==&lt;br /&gt;
==Connect/Disconnect Cycle Rating==&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Cable&amp;diff=641</id>
		<title>Cable</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Cable&amp;diff=641"/>
		<updated>2020-05-15T20:03:52Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: Basic Outline&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Electronics]]&lt;br /&gt;
Cable is a group of electrical conductors all housed within a single jacket. For single conductors, see [[Wire]].&lt;br /&gt;
&lt;br /&gt;
=Construction=&lt;br /&gt;
==Conductors==&lt;br /&gt;
===Number===&lt;br /&gt;
===Sizing===&lt;br /&gt;
====AWG====&lt;br /&gt;
====Metric====&lt;br /&gt;
===Conductor Insulation===&lt;br /&gt;
====Material====&lt;br /&gt;
====Temperature Rating====&lt;br /&gt;
====Chemical Resistance====&lt;br /&gt;
====Abrasion Resistance====&lt;br /&gt;
&lt;br /&gt;
==Shield==&lt;br /&gt;
===Braided Shield===&lt;br /&gt;
===Foil Shield===&lt;br /&gt;
===Drain Wire===&lt;br /&gt;
&lt;br /&gt;
=Electrical Characteristics=&lt;br /&gt;
==Ampacity==&lt;br /&gt;
==Voltage Rating==&lt;br /&gt;
==Resistance==&lt;br /&gt;
==Impedance==&lt;br /&gt;
==Capacitance==&lt;br /&gt;
&lt;br /&gt;
=Special Construction=&lt;br /&gt;
==Twisted Pair==&lt;br /&gt;
===Common-mode Rejection===&lt;br /&gt;
==Coaxial==&lt;br /&gt;
&lt;br /&gt;
=Considerations=&lt;br /&gt;
==Crosstalk==&lt;br /&gt;
==Signal Reflections==&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Wire&amp;diff=638</id>
		<title>Wire</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Wire&amp;diff=638"/>
		<updated>2020-05-15T19:59:23Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Electronics]]&lt;br /&gt;
Wire is a single electrical conductor that may or may not be insulated by a jacket. See [[Cable]] for multiple conductors housed within a single jacket.&lt;br /&gt;
&lt;br /&gt;
=Sizing=&lt;br /&gt;
==AWG==&lt;br /&gt;
==Metric==&lt;br /&gt;
&lt;br /&gt;
=Construction=&lt;br /&gt;
==Conductor==&lt;br /&gt;
===Material===&lt;br /&gt;
===Stranded/Solid===&lt;br /&gt;
==Jacket==&lt;br /&gt;
===Material===&lt;br /&gt;
===Temperature Rating===&lt;br /&gt;
===Chemical Resistance===&lt;br /&gt;
===Abrasion Resistance===&lt;br /&gt;
&lt;br /&gt;
=Electrical Characteristics=&lt;br /&gt;
==Ampacity==&lt;br /&gt;
==Voltage Rating==&lt;br /&gt;
==Resistance==&lt;br /&gt;
==Impedance==&lt;br /&gt;
==Capacitance==&lt;br /&gt;
&lt;br /&gt;
=Standards=&lt;br /&gt;
==SAE Wire Standards==&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Wire&amp;diff=635</id>
		<title>Wire</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Wire&amp;diff=635"/>
		<updated>2020-05-15T19:49:04Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: Basic outline&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Electronics]]&lt;br /&gt;
Wire is a single electrical conductor that may or may not be insulated by a jacket. See [[Cable]] for multiple conductors housed within a single jacket.&lt;br /&gt;
&lt;br /&gt;
=Sizing=&lt;br /&gt;
==AWG==&lt;br /&gt;
==Metric==&lt;br /&gt;
&lt;br /&gt;
=Construction=&lt;br /&gt;
==Conductor==&lt;br /&gt;
===Material===&lt;br /&gt;
===Stranded/Solid===&lt;br /&gt;
==Jacket==&lt;br /&gt;
===Material===&lt;br /&gt;
===Temperature Rating===&lt;br /&gt;
===Chemical Resistance===&lt;br /&gt;
===Abrasion Resistance===&lt;br /&gt;
&lt;br /&gt;
=Electrical Characteristics=&lt;br /&gt;
==Ampacity==&lt;br /&gt;
==Voltage Rating==&lt;br /&gt;
==Resistance==&lt;br /&gt;
&lt;br /&gt;
=Standards=&lt;br /&gt;
==SAE Wire Standards==&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Thread:User_talk:Emilyanthony/Link_to_main_page_template&amp;diff=469</id>
		<title>Thread:User talk:Emilyanthony/Link to main page template</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Thread:User_talk:Emilyanthony/Link_to_main_page_template&amp;diff=469"/>
		<updated>2020-05-15T05:49:25Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've setup a template that is a very basic version of what wikipedia (and others) use to link from a subheading to the main page relating to a given topic. It is invoked using &amp;lt;pre&amp;gt;{{Main|Page Name}}&amp;lt;/pre&amp;gt; to give a consistent look to any of these types of links. I plan to later expand this to allow multiple links and links to specific sections, but I thought this would be sufficient for now. I was hoping to get this added to the getting started page, or any feedback if you don't think it's ready for primetime yet. Thanks!&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Template:Main&amp;diff=468</id>
		<title>Template:Main</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Template:Main&amp;diff=468"/>
		<updated>2020-05-15T05:39:43Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Use this template to link to the main page of a subtopic.&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Main|Page 1}}&amp;lt;/pre&amp;gt;{{Main|Page 1}}&lt;br /&gt;
&lt;br /&gt;
==Template Data==&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Page 1&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The main page you are linking to.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-page-name&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;inline&amp;quot;,&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;1&amp;quot;&lt;br /&gt;
	],&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot; &amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&amp;lt;!--&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
:''Main page: [[{{{1}}}]]''&lt;br /&gt;
&amp;lt;noinclude&amp;gt;--&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Thread:User_talk:Emilyanthony/Link_to_main_page_template&amp;diff=467</id>
		<title>Thread:User talk:Emilyanthony/Link to main page template</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Thread:User_talk:Emilyanthony/Link_to_main_page_template&amp;diff=467"/>
		<updated>2020-05-15T05:37:09Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've setup a template that is a very basic version of what wikipedia (and others) use to link from a subheading to the main page relating to a given topic. It is invoked using &amp;lt;pre&amp;gt;{{Main|Page Name}}&amp;lt;/pre&amp;gt; to give a consistent look to any of these types of links. I plan to later expand this to allow multiple links and links to specific sections, but I thought this would be sufficient for now. I was hoping to get this added to the best practices page, or any feedback if you don't think it's ready for primetime yet. Thanks!&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Thread:User_talk:Emilyanthony/Link_to_main_page_template&amp;diff=466</id>
		<title>Thread:User talk:Emilyanthony/Link to main page template</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Thread:User_talk:Emilyanthony/Link_to_main_page_template&amp;diff=466"/>
		<updated>2020-05-15T05:36:52Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: New thread: Link to main page template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've setup a template that is a very basic version of what wikipedia (and others) use to link from a subheading to the main page relating to a given topic. It is invoked using &amp;lt;pre&amp;gt;{{Main|Page}}&amp;lt;/pre&amp;gt; to give a consistent look to any of these types of links. I plan to later expand this to allow multiple links and links to specific sections, but I thought this would be sufficient for now. I was hoping to get this added to the best practices page, or any feedback if you don't think it's ready for primetime yet. Thanks!&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=CAN_Bus&amp;diff=406</id>
		<title>CAN Bus</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=CAN_Bus&amp;diff=406"/>
		<updated>2020-05-15T00:58:57Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Electronics]]&lt;br /&gt;
&lt;br /&gt;
=CAN=&lt;br /&gt;
==Electrical Specification==&lt;br /&gt;
==Data Format==&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
=CAN FD=&lt;br /&gt;
==Electrical Specification==&lt;br /&gt;
==Data Format==&lt;br /&gt;
==History==&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=CAN_Bus&amp;diff=403</id>
		<title>CAN Bus</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=CAN_Bus&amp;diff=403"/>
		<updated>2020-05-15T00:45:17Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: Created page with &amp;quot;=CAN= ==Electrical Specification== ==Data Format== ==History==  =CAN FD= ==Electrical Specification== ==Data Format== ==History==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CAN=&lt;br /&gt;
==Electrical Specification==&lt;br /&gt;
==Data Format==&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
=CAN FD=&lt;br /&gt;
==Electrical Specification==&lt;br /&gt;
==Data Format==&lt;br /&gt;
==History==&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Communication_Protocols&amp;diff=402</id>
		<title>Communication Protocols</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Communication_Protocols&amp;diff=402"/>
		<updated>2020-05-15T00:43:53Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: CAN Bus will almost certainly need it's own page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Vehicle]]&lt;br /&gt;
[[Category:Electronics]]&lt;br /&gt;
[[Category:Data Acquisition]]&lt;br /&gt;
&lt;br /&gt;
==CAN Bus==&lt;br /&gt;
{{Main|CAN Bus}}&lt;br /&gt;
&lt;br /&gt;
==I2C==&lt;br /&gt;
&lt;br /&gt;
==Serial==&lt;br /&gt;
&lt;br /&gt;
===TTL/UART===&lt;br /&gt;
&lt;br /&gt;
===RS232===&lt;br /&gt;
&lt;br /&gt;
===RS422===&lt;br /&gt;
&lt;br /&gt;
===RS485===&lt;br /&gt;
&lt;br /&gt;
==SPI==&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Communication_Protocols&amp;diff=392</id>
		<title>Communication Protocols</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Communication_Protocols&amp;diff=392"/>
		<updated>2020-05-15T00:40:04Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: grouped serial together&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Vehicle]]&lt;br /&gt;
[[Category:Electronics]]&lt;br /&gt;
[[Category:Data Acquisition]]&lt;br /&gt;
&lt;br /&gt;
==CAN Bus==&lt;br /&gt;
===CAN===&lt;br /&gt;
====History====&lt;br /&gt;
&lt;br /&gt;
===CAN FD===&lt;br /&gt;
====History====&lt;br /&gt;
&lt;br /&gt;
==I2C==&lt;br /&gt;
&lt;br /&gt;
==Serial==&lt;br /&gt;
&lt;br /&gt;
===TTL/UART===&lt;br /&gt;
&lt;br /&gt;
===RS232===&lt;br /&gt;
&lt;br /&gt;
===RS422===&lt;br /&gt;
&lt;br /&gt;
===RS485===&lt;br /&gt;
&lt;br /&gt;
==SPI==&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Category:Internal_Combustion&amp;diff=391</id>
		<title>Category:Internal Combustion</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Category:Internal_Combustion&amp;diff=391"/>
		<updated>2020-05-15T00:37:58Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: Updated link formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Powertrain]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The goal of the powertrain is to move the car forward. In an internal combustion engine, this is accomplished by converting chemical energy stored in a combustible fuel source into mechanical energy. An internal combustion engine burns the fuel to create rotational energy. This is transmitted to the ground through the drivetrain. Should this be a system level analysis?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[note: should create page for each subsystem so this page doesn't end up 10 miles long]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Components:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Intake own page created&lt;br /&gt;
** supercharging/turbocharging&lt;br /&gt;
* Engine - own page created&amp;lt;br /&amp;gt;&lt;br /&gt;
* Engine Control - put under engine or leave separate?&amp;lt;br /&amp;gt;&lt;br /&gt;
** Theory - spark, fuel control&amp;lt;br /&amp;gt;&lt;br /&gt;
*** passive v active (wasted spark and carbs v PFI/DFI and spark control)&lt;br /&gt;
** Tuning&lt;br /&gt;
*** alpha-n&lt;br /&gt;
*** common ecus&lt;br /&gt;
** Custom cams&lt;br /&gt;
* Fuel - own page created&amp;lt;br /&amp;gt;&lt;br /&gt;
** Basic stoich, LBT, lambda, octane and other jargon&lt;br /&gt;
** Charge mixing [put this here or in intake??]&lt;br /&gt;
** fuels avaiable at comp&lt;br /&gt;
** fuel strategies&lt;br /&gt;
** efficiency discussion here?&lt;br /&gt;
*** consumption v thermal efficiency, BSFC&amp;lt;br /&amp;gt;&lt;br /&gt;
* Cooling - own page created&lt;br /&gt;
** radiator designs/form factors&lt;br /&gt;
** radiator placements&lt;br /&gt;
** other cooling applications: oil or intercooler&lt;br /&gt;
* Exhaust - own page created&lt;br /&gt;
* Drivetrain - own page created&lt;br /&gt;
** Gearing&lt;br /&gt;
** transmission (chain/sprocket, gear, or direct drive)&lt;br /&gt;
** differentials&lt;br /&gt;
** tires?&lt;br /&gt;
other powertrain stuff:&lt;br /&gt;
* traction control&lt;br /&gt;
* vibration&lt;br /&gt;
* engine as a stressed structural component&lt;br /&gt;
* health and safety&lt;br /&gt;
* testing&lt;br /&gt;
** dynomometer&lt;br /&gt;
** DIL&lt;br /&gt;
* Simulation&lt;br /&gt;
* History/trends in the competition&lt;br /&gt;
&lt;br /&gt;
=Engine=&lt;br /&gt;
{{Main|Engine}}&lt;br /&gt;
The engine is the center of the internal combustion powertrain system. All other components of the greater system exist to service the engine in different ways. This means the engine is sensitive to design changes made across the entire powertrain. As of 2019, the FSAE rules require an internal combustion engine with a displacement of 710cc or less. Available OEM motors within this displacement limit are largely sourced from motorcycles and snowmobiles.&lt;br /&gt;
&lt;br /&gt;
=Intake=&lt;br /&gt;
{{Main|Intake}}&lt;br /&gt;
The intake system has a dominant effect on the torque curve and behavior of the powertrain system. All air used by the engine(s) for combustion must pass through a 25mm opening, commonly referred to as a 'restrictor'. For naturally aspirated engines, this restriction limits the maximum power output from the engine to about 100 hp.&lt;br /&gt;
&lt;br /&gt;
=Exhaust=&lt;br /&gt;
{{Main|Exhaust}}&lt;br /&gt;
The use of a combustion powerThe competition rules limit sound output of the engine.&lt;br /&gt;
&lt;br /&gt;
=Fuel=&lt;br /&gt;
{{Main|Fuel}}&lt;br /&gt;
The fuels available at US competitions are gasoline of octane ratings 93 and 100, and E85.&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Category:Data_Acquisition&amp;diff=390</id>
		<title>Category:Data Acquisition</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Category:Data_Acquisition&amp;diff=390"/>
		<updated>2020-05-15T00:36:34Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: updated links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Electronics]]&lt;br /&gt;
&lt;br /&gt;
Data Acquisition is the system which collects information from various sensors over time, allowing for a later analysis of various metrics about the vehicle's performance.&lt;br /&gt;
&lt;br /&gt;
==Data Logger==&lt;br /&gt;
{{Main|Data Logger}}&lt;br /&gt;
The data logger is the central piece of a data acquisition system. The data logger may be integrated into other components, such is an ECU or dashboard.&lt;br /&gt;
&lt;br /&gt;
==Sensors==&lt;br /&gt;
{{Main|Sensors}}&lt;br /&gt;
Sensors measure physical properties, and convert their measurements into electrical signals to be captured by the data logger.&lt;br /&gt;
&lt;br /&gt;
==Analysis Software==&lt;br /&gt;
{{Main|Data Analysis Software}}&lt;br /&gt;
Data analysis software interprets the data captured by the data logger and displays it in numerical or graphical form. Most analysis software allows for combination and transformation of the data in order to more easily observe trends and draw conclusions.&lt;br /&gt;
&lt;br /&gt;
==Telemetry==&lt;br /&gt;
{{Main|Telemetry}}&lt;br /&gt;
Telemetry allows for real-time observation of data sources connected to the data logger. This allows a team to monitor vehicle health and performance while the vehicle is running and/or driving.&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Template:Main&amp;diff=389</id>
		<title>Template:Main</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Template:Main&amp;diff=389"/>
		<updated>2020-05-15T00:34:51Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: Basic 1 page linking&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
==Example==&lt;br /&gt;
Use this template to link to the main page of a subtopic.&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Main|Page 1}}&amp;lt;/pre&amp;gt;{{Main|Page 1}}&lt;br /&gt;
&lt;br /&gt;
==Template Data==&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Page 1&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The main page you are linking to.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-page-name&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;inline&amp;quot;,&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;1&amp;quot;&lt;br /&gt;
	],&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot; &amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&amp;lt;!--&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
:''Main page: [[{{{1}}}]]''&lt;br /&gt;
&amp;lt;noinclude&amp;gt;--&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Sensors&amp;diff=375</id>
		<title>Sensors</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Sensors&amp;diff=375"/>
		<updated>2020-05-14T23:55:44Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: Added common sensors&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Electronics]] [[Category:Data Acquisition]]&lt;br /&gt;
&lt;br /&gt;
Sensors measure physical properties, and convert their measurements into electrical signals.&lt;br /&gt;
&lt;br /&gt;
==Common Sensors==&lt;br /&gt;
===Accelerometers===&lt;br /&gt;
===Compasses===&lt;br /&gt;
===Encoders===&lt;br /&gt;
===GPS Receivers===&lt;br /&gt;
===Gyroscopes===&lt;br /&gt;
===Hall Effect Sensors===&lt;br /&gt;
===IMU===&lt;br /&gt;
===Knock Sensors===&lt;br /&gt;
===O2 Concentration Sensors===&lt;br /&gt;
===Potentiometers===&lt;br /&gt;
====Rotary Potentiometers====&lt;br /&gt;
====Linear Potentiometers====&lt;br /&gt;
====String Potentiometers====&lt;br /&gt;
===Pressure Sensors===&lt;br /&gt;
====Liquid Pressure Sensors====&lt;br /&gt;
====Air Pressure Sensors====&lt;br /&gt;
===Strain Gauges===&lt;br /&gt;
===Temperature Sensors===&lt;br /&gt;
====Liquid Temperature Sensors====&lt;br /&gt;
====Air Temperature Sensors====&lt;br /&gt;
====Infrared Temperature Sensors====&lt;br /&gt;
===Variable Reluctance Sensors===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Signal Types==&lt;br /&gt;
===Analog Sensors===&lt;br /&gt;
====2-Wire====&lt;br /&gt;
====3-Wire====&lt;br /&gt;
===Digital Sensors===&lt;br /&gt;
====Pulsed====&lt;br /&gt;
====PWM====&lt;br /&gt;
====Serial====&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Category:Data_Acquisition&amp;diff=373</id>
		<title>Category:Data Acquisition</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Category:Data_Acquisition&amp;diff=373"/>
		<updated>2020-05-14T23:36:28Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: formatting fixes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Electronics]]&lt;br /&gt;
&lt;br /&gt;
Data Acquisition is the system which collects information from various sensors over time, allowing for a later analysis of various metrics about the vehicle's performance.&lt;br /&gt;
&lt;br /&gt;
==Data Logger==&lt;br /&gt;
Main page: [[Data Logger|Data Logger]]&lt;br /&gt;
&lt;br /&gt;
The data logger is the central piece of a data acquisition system. The data logger may be integrated into other components, such is an ECU or dashboard.&lt;br /&gt;
==Sensors==&lt;br /&gt;
Main page: [[Sensors|Sensors]]&lt;br /&gt;
&lt;br /&gt;
Sensors measure physical properties, and convert their measurements into electrical signals to be captured by the data logger.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Analysis Software==&lt;br /&gt;
Main Page: [[Data Analysis Software|Data Analysis Software]]&lt;br /&gt;
&lt;br /&gt;
Data analysis software interprets the data captured by the data logger and displays it in numerical or graphical form. Most analysis software allows for combination and transformation of the data in order to more easily observe trends and draw conclusions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Telemetry==&lt;br /&gt;
Main Page: [Telemetry|Telemetry]]&lt;br /&gt;
&lt;br /&gt;
Telemetry allows for real-time observation of data sources connected to the data logger. This allows a team to monitor vehicle health and performance while the vehicle is running and/or driving.&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Category:Data_Acquisition&amp;diff=372</id>
		<title>Category:Data Acquisition</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Category:Data_Acquisition&amp;diff=372"/>
		<updated>2020-05-14T23:35:18Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: Added major components&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Electronics]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;meta charset=&amp;quot;utf-8&amp;quot;&amp;gt;&amp;lt;brdata-attributes=&amp;quot;data-attributes=%22class=%2522mw_emptyline%2522%22&amp;quot; /&amp;gt;Data Acquisition is the system which collects information from various sensors over time, allowing for a later analysis of various metrics about the vehicle's performance.&lt;br /&gt;
&lt;br /&gt;
==Data Logger==&lt;br /&gt;
Main page:&amp;lt;span&amp;gt;&amp;lt;/span&amp;gt;[[Data Logger|Data Logger]]&lt;br /&gt;
&lt;br /&gt;
The data logger is the central piece of a data acquisition system. The data logger may be integrated into other components, such is an ECU or dashboard.&amp;lt;brdata-attributes=&amp;quot;data-attributes=%22class=%2522mw_emptyline_first%2522%22&amp;quot; /&amp;gt;&lt;br /&gt;
==Sensors==&lt;br /&gt;
Main page:&amp;lt;span&amp;gt;&amp;lt;/span&amp;gt;[[Sensors|Sensors]]&lt;br /&gt;
&lt;br /&gt;
Sensors measure physical properties, and convert their measurements into electrical signals to be captured by the data logger.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Analysis Software==&lt;br /&gt;
Main Page:&amp;lt;span&amp;gt;&amp;lt;/span&amp;gt;[[Data Analysis Software|Data Analysis Software]]&lt;br /&gt;
&lt;br /&gt;
Data analysis software interprets the data captured by the data logger and displays it in numerical or graphical form. Most analysis software allows for combination and transformation of the data in order to more easily observe trends and draw conclusions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Telemetry==&lt;br /&gt;
Main Page:&amp;lt;span&amp;gt;&amp;lt;/span&amp;gt;[[Telemetry|Telemetry]]&lt;br /&gt;
&lt;br /&gt;
Telemetry allows for real-time observation of data sources connected to the data logger. This allows a team to monitor vehicle health and performance while the vehicle is running and/or driving.&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Data_Logger&amp;diff=366</id>
		<title>Data Logger</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Data_Logger&amp;diff=366"/>
		<updated>2020-05-14T22:42:06Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: Created page with &amp;quot;Category:Data Acquisition  ==Channel Count==  ==Analog Inputs==  ===Sample Rate===  ===Bit Depth===  ==Digital Inputs==  ==External Interfaces==  ==Expansion==  ==Internal...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Data Acquisition]]&lt;br /&gt;
&lt;br /&gt;
==Channel Count==&lt;br /&gt;
&lt;br /&gt;
==Analog Inputs==&lt;br /&gt;
&lt;br /&gt;
===Sample Rate===&lt;br /&gt;
&lt;br /&gt;
===Bit Depth===&lt;br /&gt;
&lt;br /&gt;
==Digital Inputs==&lt;br /&gt;
&lt;br /&gt;
==External Interfaces==&lt;br /&gt;
&lt;br /&gt;
==Expansion==&lt;br /&gt;
&lt;br /&gt;
==Internal Sensors==&lt;br /&gt;
&lt;br /&gt;
==Analysis Software==&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Communication_Protocols&amp;diff=365</id>
		<title>Communication Protocols</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Communication_Protocols&amp;diff=365"/>
		<updated>2020-05-14T22:33:46Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: headings for major protocols&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Vehicle]]&lt;br /&gt;
[[Category:Electronics]]&lt;br /&gt;
[[Category:Data Acquisition]]&lt;br /&gt;
&lt;br /&gt;
==CAN Bus==&lt;br /&gt;
&lt;br /&gt;
==I2C==&lt;br /&gt;
&lt;br /&gt;
==RS232==&lt;br /&gt;
&lt;br /&gt;
==RS422==&lt;br /&gt;
&lt;br /&gt;
==RS485==&lt;br /&gt;
&lt;br /&gt;
==SPI==&lt;br /&gt;
&lt;br /&gt;
==TTL Serial (UART)==&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Communication_Protocols&amp;diff=363</id>
		<title>Communication Protocols</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Communication_Protocols&amp;diff=363"/>
		<updated>2020-05-14T22:30:27Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: Created page with &amp;quot;Category:Vehicle Category:Electronics Category:Data Acquisition&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Vehicle]]&lt;br /&gt;
[[Category:Electronics]]&lt;br /&gt;
[[Category:Data Acquisition]]&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Teams&amp;diff=242</id>
		<title>Teams</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Teams&amp;diff=242"/>
		<updated>2020-05-14T10:32:05Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Team]]&lt;br /&gt;
&lt;br /&gt;
==North American Teams==&lt;br /&gt;
===Canada===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Concordia Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Montréal, QC&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Formula uOttawa&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Ottawa, ON&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Formule ETS&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Montréal, QC&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Gryphon Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Guelph, ON&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|McGill Formula Electric (MFE)&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Montréal, QC&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Queen's Formula SAE&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Kingston, ON&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Schulich Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Calgary, AB&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|UMSAE Polar Bear Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Winnipeg, MB&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|UMSAE Polar Bear Racing Electric&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Winnipeg, MB&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|UTFR - UofT Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Toronto, ON&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Waterloo Formula Electric&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Waterloo, ON&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===United States===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Bruin Racing FSAE&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Los Angeles, CA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|CalBaptist Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Riverside, CA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Carnegie Mellon Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Pittsburgh, PA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Clemson University Formula SAE&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Clemson, SC&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Crimson Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Tuscaloosa, AL&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|CSUF Titan Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Fullerton, CA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Cyclone Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Ames, IA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Global Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Corvallis, OR&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|GT Motorsports&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Atlanta, GA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Husky Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|St. Could, MN&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Jayhawk Motorsports&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Lawrence, KS&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Kettering University Formula SAE&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Flint, MI&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|KSU Motorsports&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Kennesaw, GA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Michigan State Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|East Lansing, MI&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Mines Formula&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Golden, CO&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Mizzou Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Columbia, MO&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Panther Motorsports&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Miami, FL&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|[//facebook.com/pittfsae Panther Racing]&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Pittsburgh, PA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Penn State Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|University Park, PA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Powercat Motorsports&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Manhattan, KS&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Purdue Formula SAE&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|W. Lafayette, IN&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|SLU – Parks Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|St. Louis, MO&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Rensselaer Motorsport&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Troy, NY&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|RIT Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Rochester, NY&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|RoadRunner Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|San Antonio, TX&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Rutgers Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Piscataway, NJ&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|The Sooner Racing Team&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Norman, OK&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|TTU Motorsports&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Cookeville, TN&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|UC Davis Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Davis, CA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|USC Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Los Angeles, CA, USA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|UTA Racing Formula SAE&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Arlington, TX&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Velox Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|San Antonio, TX&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Viking Motorsports&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Portland, OR&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|VT Motorsports&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Blacksburg, VA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Warrior Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Detroit, MI&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Wildcat Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Tucson, AZ&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Wisconsin Racing (Combustion &amp;amp; Electric&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Madison, WI&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|[https://www.wwuracing.com WWU Racing]&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Bellingham, WA&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==European Teams==&lt;br /&gt;
===Austria===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Joanneum Racing Graz&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Graz, Austria&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Bosnia and Herzegovina===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|FSRacing Team&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Mostar, Bosnia and Herzegovina&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Finland===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Tampere UAS Motorsport&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Tampere, Finland&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Germany===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Dart Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Darmstadt&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|E.Stall Esslingen&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Göppingen&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Ecurie Aix&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Aachen&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Race-Ing Team&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Dortmund&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Rennteam&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Stuttgart&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Rennstall Esslingen&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Esslingen&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Running Snail Racing Team&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Amberg&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Strohm + Söhne&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Nuremberg&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Dynamics e.V.&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Regensburg&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Greece===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|TEIWM Racing Team&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Kozani&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Iceland===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Team Sleipnir&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Reykjavik&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Team Spark&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Reykjavik&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Ireland===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Formula Trinity&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Dublin&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Netherlands===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|FS Team Delft&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Delft&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|University Racing Eindhoven&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Eindhoven&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Poland===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|AGH Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Krakow, Poland&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Silesia Automotive&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Katowice, Poland&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|PWR Racing Team&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Wroclaw, Poland&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Slovenia===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|UNI Maribor GPE&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Maribor&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Switzerland===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|AMZracing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Zürich&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sweden===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;height: 151px;&amp;quot; width=&amp;quot;301&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; data-mce-style=&amp;quot;height: 151px;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;height: 16px;&amp;quot; data-mce-style=&amp;quot;height: 16px;&amp;quot;&lt;br /&gt;
! style=&amp;quot;height: 16px; width: 190.813px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 16px; width: 190.813px;&amp;quot;|Team Link&lt;br /&gt;
! style=&amp;quot;height: 16px; width: 84.8125px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 16px; width: 84.8125px;&amp;quot;|Location&lt;br /&gt;
|- style=&amp;quot;height: 2px;&amp;quot; data-mce-style=&amp;quot;height: 2px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;height: 2px; width: 190.813px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 2px; width: 190.813px;&amp;quot;|Chalmers Formula Student&lt;br /&gt;
| style=&amp;quot;height: 2px; width: 84.8125px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 2px; width: 84.8125px;&amp;quot;|Gothenburg&lt;br /&gt;
|- style=&amp;quot;height: 4px;&amp;quot; data-mce-style=&amp;quot;height: 4px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;height: 4px; width: 190.813px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 4px; width: 190.813px;&amp;quot;|Clear River Racing&lt;br /&gt;
| style=&amp;quot;height: 4px; width: 84.8125px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 4px; width: 84.8125px;&amp;quot;|Karlstad&lt;br /&gt;
|- style=&amp;quot;height: 7px;&amp;quot; data-mce-style=&amp;quot;height: 7px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;height: 7px; width: 190.813px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 7px; width: 190.813px;&amp;quot;|KTH Formula Student&lt;br /&gt;
| style=&amp;quot;height: 7px; width: 84.8125px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 7px; width: 84.8125px;&amp;quot;|Stockholm&lt;br /&gt;
|- style=&amp;quot;height: 1px;&amp;quot; data-mce-style=&amp;quot;height: 1px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;height: 1px; width: 190.813px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 1px; width: 190.813px;&amp;quot;|LiU Formula Student&lt;br /&gt;
| style=&amp;quot;height: 1px; width: 84.8125px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 1px; width: 84.8125px;&amp;quot;|Linköping&lt;br /&gt;
|- style=&amp;quot;height: 1.625px;&amp;quot; data-mce-style=&amp;quot;height: 1.625px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;height: 1.625px; width: 190.813px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 1.625px; width: 190.813px;&amp;quot;|Lund Formula Student&lt;br /&gt;
| style=&amp;quot;height: 1.625px; width: 84.8125px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 1.625px; width: 84.8125px;&amp;quot;|Lund&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Ukraine===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|FS ONPU&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Odessa&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===United Kingdom===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Cardiff Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Cardiff, UK&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Oxford Brooks Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Oxford, UK&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Leeds Formula Race Team&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Leeds, UK&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|LJMU e-Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Liverpool, UK&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Team Bath Racing Electric&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Bath, UK&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|UBRacing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Birmingham, UK&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Sheffield Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Sheffield, UK&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==South American Teams==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|EESC USP Formula SAE&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|São Carlos, Brazil&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Equipe Poli Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|São Paulo, Brazil&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Asian &amp;amp; Pacific Teams==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|TaipeiTechRacing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Taipei, Taiwan&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|TDU Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Tokyo, Japan&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|University of Auckland&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Auckland, New Zealand&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Australia===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Curtin University&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Perth&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Monash Motorsport&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Melbourne&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|RMIT Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Melbourne&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|RMIT Electric Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Melbourne&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Team Swinburne&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Melbourne&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|UOW Motorsport&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Wollongong&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|[//www.uqracing.com UQ Racing ]&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Brisbane, QLD&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===India===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Raftar Formula Racing, IIT-Madras&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Chennai, India&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|DJS Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Mumbai&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Fierce formula India&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Hyderabad, India&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Pravega Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|India&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Team Acceleracers&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Pune, India&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Team Defianz Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|New Delhi, India&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|VITC Formula Electric&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|India&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Zurra Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Chennai, India&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Orion Racing India&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Mumbai, India&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Middle East &amp;amp; African Teams==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Formula Electric Racing NUST&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Karachi, Pakistan&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|NED Racers&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Karachi, Pakistan&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|NUST Formula Student Team&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Karachi, Pakistan&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
	<entry>
		<id>http://fswiki.us/index.php?title=Teams&amp;diff=237</id>
		<title>Teams</title>
		<link rel="alternate" type="text/html" href="http://fswiki.us/index.php?title=Teams&amp;diff=237"/>
		<updated>2020-05-14T10:22:37Z</updated>

		<summary type="html">&lt;p&gt;Reshovsky: Added WWU Racing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Team]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Canada===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Concordia Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Montréal, QC&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Formula uOttawa&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Ottawa, ON&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Formule ETS&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Montréal, QC&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Gryphon Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Guelph, ON&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|McGill Formula Electric (MFE)&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Montréal, QC&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Queen's Formula SAE&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Kingston, ON&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Schulich Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Calgary, AB&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|UMSAE Polar Bear Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Winnipeg, MB&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|UMSAE Polar Bear Racing Electric&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Winnipeg, MB&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|UTFR - UofT Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Toronto, ON&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Waterloo Formula Electric&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Waterloo, ON&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
===United States===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Bruin Racing FSAE&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Los Angeles, CA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|CalBaptist Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Riverside, CA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Carnegie Mellon Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Pittsburgh, PA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Clemson University Formula SAE&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Clemson, SC&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Crimson Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Tuscaloosa, AL&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|CSUF Titan Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Fullerton, CA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Cyclone Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Ames, IA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Global Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Corvallis, OR&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|GT Motorsports&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Atlanta, GA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Husky Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|St. Could, MN&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Jayhawk Motorsports&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Lawrence, KS&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Kettering University Formula SAE&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Flint, MI&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|KSU Motorsports&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Kennesaw, GA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Michigan State Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|East Lansing, MI&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Mines Formula&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Golden, CO&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Mizzou Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Columbia, MO&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Panther Motorsports&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Miami, FL&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|[//facebook.com/pittfsae Panther Racing]&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Pittsburgh, PA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Penn State Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|University Park, PA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Powercat Motorsports&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Manhattan, KS&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Purdue Formula SAE&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|W. Lafayette, IN&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|SLU – Parks Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|St. Louis, MO&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Rensselaer Motorsport&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Troy, NY&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|RIT Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Rochester, NY&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|RoadRunner Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|San Antonio, TX&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Rutgers Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Piscataway, NJ&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|The Sooner Racing Team&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Norman, OK&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|TTU Motorsports&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Cookeville, TN&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|UC Davis Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Davis, CA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|USC Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Los Angeles, CA, USA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|UTA Racing Formula SAE&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Arlington, TX&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Velox Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|San Antonio, TX&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Viking Motorsports&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Portland, OR&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|VT Motorsports&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Blacksburg, VA&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Warrior Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Detroit, MI&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Wildcat Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Tucson, AZ&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Wisconsin Racing (Combustion &amp;amp; Electric&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Madison, WI&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|[https://www.wwuracing.com WWU Racing]&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Bellingham, WA&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&lt;br /&gt;
==European Teams==&lt;br /&gt;
===Austria===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Joanneum Racing Graz&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Graz, Austria&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
===Bosnia and Herzegovina===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|FSRacing Team&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Mostar, Bosnia and Herzegovina&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
===Finland===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Tampere UAS Motorsport&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Tampere, Finland&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
===Germany===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Dart Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Darmstadt&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|E.Stall Esslingen&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Göppingen&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Ecurie Aix&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Aachen&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Race-Ing Team&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Dortmund&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Rennteam&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Stuttgart&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Rennstall Esslingen&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Esslingen&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Running Snail Racing Team&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Amberg&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Strohm + Söhne&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Nuremberg&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Dynamics e.V.&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Regensburg&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&lt;br /&gt;
===Greece===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|TEIWM Racing Team&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Kozani&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
===Iceland===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Team Sleipnir&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Reykjavik&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Team Spark&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Reykjavik&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
===Ireland===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Formula Trinity&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Dublin&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
===Netherlands===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|FS Team Delft&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Delft&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|University Racing Eindhoven&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Eindhoven&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
===Poland===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|AGH Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Krakow, Poland&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Silesia Automotive&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Katowice, Poland&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|PWR Racing Team&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Wroclaw, Poland&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
===Slovenia===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|UNI Maribor GPE&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Maribor&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
===Switzerland===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|AMZracing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Zürich&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
===Sweden===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;height: 151px;&amp;quot; width=&amp;quot;301&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; data-mce-style=&amp;quot;height: 151px;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;height: 16px;&amp;quot; data-mce-style=&amp;quot;height: 16px;&amp;quot;&lt;br /&gt;
! style=&amp;quot;height: 16px; width: 190.813px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 16px; width: 190.813px;&amp;quot;|Team Link&lt;br /&gt;
! style=&amp;quot;height: 16px; width: 84.8125px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 16px; width: 84.8125px;&amp;quot;|Location&lt;br /&gt;
|- style=&amp;quot;height: 2px;&amp;quot; data-mce-style=&amp;quot;height: 2px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;height: 2px; width: 190.813px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 2px; width: 190.813px;&amp;quot;|Chalmers Formula Student&lt;br /&gt;
| style=&amp;quot;height: 2px; width: 84.8125px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 2px; width: 84.8125px;&amp;quot;|Gothenburg&lt;br /&gt;
|- style=&amp;quot;height: 4px;&amp;quot; data-mce-style=&amp;quot;height: 4px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;height: 4px; width: 190.813px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 4px; width: 190.813px;&amp;quot;|Clear River Racing&lt;br /&gt;
| style=&amp;quot;height: 4px; width: 84.8125px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 4px; width: 84.8125px;&amp;quot;|Karlstad&lt;br /&gt;
|- style=&amp;quot;height: 7px;&amp;quot; data-mce-style=&amp;quot;height: 7px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;height: 7px; width: 190.813px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 7px; width: 190.813px;&amp;quot;|KTH Formula Student&lt;br /&gt;
| style=&amp;quot;height: 7px; width: 84.8125px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 7px; width: 84.8125px;&amp;quot;|Stockholm&lt;br /&gt;
|- style=&amp;quot;height: 1px;&amp;quot; data-mce-style=&amp;quot;height: 1px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;height: 1px; width: 190.813px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 1px; width: 190.813px;&amp;quot;|LiU Formula Student&lt;br /&gt;
| style=&amp;quot;height: 1px; width: 84.8125px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 1px; width: 84.8125px;&amp;quot;|Linköping&lt;br /&gt;
|- style=&amp;quot;height: 1.625px;&amp;quot; data-mce-style=&amp;quot;height: 1.625px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;height: 1.625px; width: 190.813px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 1.625px; width: 190.813px;&amp;quot;|Lund Formula Student&lt;br /&gt;
| style=&amp;quot;height: 1.625px; width: 84.8125px;&amp;quot; align=&amp;quot;left&amp;quot; data-mce-style=&amp;quot;height: 1.625px; width: 84.8125px;&amp;quot;|Lund&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
===Ukraine===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|FS ONPU&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Odessa&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
===United Kingdom===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Cardiff Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Cardiff, UK&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Oxford Brooks Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Oxford, UK&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Leeds Formula Race Team&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Leeds, UK&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|LJMU e-Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Liverpool, UK&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Team Bath Racing Electric&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Bath, UK&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|UBRacing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Birmingham, UK&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==South American Teams==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|EESC USP Formula SAE&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|São Carlos, Brazil&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Equipe Poli Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|São Paulo, Brazil&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Asian &amp;amp; Pacific Teams==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|TaipeiTechRacing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Taipei, Taiwan&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|TDU Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Tokyo, Japan&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|University of Auckland&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Auckland, New Zealand&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
===Australia===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Curtin University&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Perth&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Monash Motorsport&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Melbourne&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|RMIT Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Melbourne&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|RMIT Electric Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Melbourne&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Team Swinburne&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Melbourne&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|UOW Motorsport&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Wollongong&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|[//www.uqracing.com UQ Racing ]&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Brisbane, QLD&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
===India===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Raftar Formula Racing, IIT-Madras&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Chennai, India&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|DJS Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Mumbai&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Fierce formula India&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Hyderabad, India&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Pravega Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|India&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Team Acceleracers&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Pune, India&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Team Defianz Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|New Delhi, India&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|VITC Formula Electric&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|India&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Zurra Formula Racing&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Chennai, India&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Orion Racing India&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Mumbai, India&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&amp;lt;brclass=&amp;quot;mw_emptyline&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&amp;lt;brclass=&amp;quot;mw_emptyline_first&amp;quot; /&amp;gt;&lt;br /&gt;
==Middle East &amp;amp; African Teams==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Team Link&lt;br /&gt;
! align=&amp;quot;left&amp;quot;|Location&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Formula Electric Racing NUST&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Karachi, Pakistan&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|NED Racers&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Karachi, Pakistan&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|NUST Formula Student Team&lt;br /&gt;
| align=&amp;quot;left&amp;quot;|Karachi, Pakistan&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Reshovsky</name></author>
		
	</entry>
</feed>