Difference between revisions of "Pi Car Comm"

From ESE205 Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
https://classes.engineering.wustl.edu/ese205/core/index.php?title=Pi_Car_Comm_Log
 
https://classes.engineering.wustl.edu/ese205/core/index.php?title=Pi_Car_Comm_Log
<div class="section" id="Introduction" style="border: 1px solid;">
+
<div class="section" id="Introduction" style="border: 1px solid;padding: 10px;">
 
<h1>Introduction</h1>
 
<h1>Introduction</h1>
 
<div class="subsection" id="Overview">
 
<div class="subsection" id="Overview">
 
<h2>Overview</h2>
 
<h2>Overview</h2>
 
+
The goal of this project is to establish vehicular communication between a group of PiCars. The end goal is to demonstrate this capability, specifically as it applies to collision avoidance between two or more vehicles.
 
</div>
 
</div>
 
<div class="subsection" id="Members">
 
<div class="subsection" id="Members">
 
<h2>Members</h2>
 
<h2>Members</h2>
 
+
<ul>
 +
<li>Patrick Naughton</li>
 +
<li>Yak Fishman</li>
 +
<li>Jacob Cytron</li>
 +
<li>TA: Sam Hoff</li>
 +
<li>Instructor: </li>
 +
</ul>
 
</div>
 
</div>
 
<div class="subsection" id="Objectives">
 
<div class="subsection" id="Objectives">
 
<h2>Objectives</h2>
 
<h2>Objectives</h2>
 
+
<ul>
 +
<li>Establish an ad hoc network between many (potentially up to 10, at least 2) Pi Cars</li>
 +
<li>Use this communication capability to avoid collisions in a demonstration involving at least 2 Pi Cars</li>
 +
</ul>
 
</div>
 
</div>
 
<div class="subsection" id="Challenges">
 
<div class="subsection" id="Challenges">
 
<h2>Challenges</h2>
 
<h2>Challenges</h2>
 
+
<h3>Data Transfer Rate</h3>
 +
<p>As the cars will be moving quickly, one of the main challenges will be ensuring that each car can establish and modify its network extremely quickly. Thus, not just data transfer, but also network establishment speed will be important.</p>
 +
<h3>Security</h3>
 +
<p>Since we're using Wi-Fi, there is a potential for a malicious actor to transmit faulty messages that could trick a car.</p>
 
</div>
 
</div>
 
<div class="subsection" id="Gantt-Chart">
 
<div class="subsection" id="Gantt-Chart">
Line 24: Line 36:
 
<div class="subsection" id="Budget">
 
<div class="subsection" id="Budget">
 
<h2>Budget</h2>
 
<h2>Budget</h2>
 
+
<ul>
 +
<li>~$20.00 Wi-Fi adapter</li>
 +
<ul><li>https://www.amazon.com/TP-Link-Wireless-Adapter-Archer-T1U/dp/B016K088UC</li></ul>
 +
</ul>
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 21:41, 29 January 2018

https://classes.engineering.wustl.edu/ese205/core/index.php?title=Pi_Car_Comm_Log

Introduction

Overview

The goal of this project is to establish vehicular communication between a group of PiCars. The end goal is to demonstrate this capability, specifically as it applies to collision avoidance between two or more vehicles.

Members

  • Patrick Naughton
  • Yak Fishman
  • Jacob Cytron
  • TA: Sam Hoff
  • Instructor:

Objectives

  • Establish an ad hoc network between many (potentially up to 10, at least 2) Pi Cars
  • Use this communication capability to avoid collisions in a demonstration involving at least 2 Pi Cars

Challenges

Data Transfer Rate

As the cars will be moving quickly, one of the main challenges will be ensuring that each car can establish and modify its network extremely quickly. Thus, not just data transfer, but also network establishment speed will be important.

Security

Since we're using Wi-Fi, there is a potential for a malicious actor to transmit faulty messages that could trick a car.

Gantt Chart