Difference between revisions of "Networking Cars"
Jyotideepta (talk | contribs) |
(→Budget) |
||
Line 25: | Line 25: | ||
== Budget == | == Budget == | ||
* Pi Car Hardware - Provided by Dpt. <br> | * Pi Car Hardware - Provided by Dpt. <br> | ||
− | * Pololu IR Beacon | + | ** 3D Printed Chassis |
− | * Osoyoo IR Infrared Obstacle Avoidance Module - $9.99 <br> | + | ** Wheel Assemblies and Axels |
+ | ** [https://www.amazon.com/TrackStar-Scale-Brushless-System-5050kv/dp/B00URCIYZE Trackstar 1/18th Scale 12T Brushless power System (5050kv)] - $43.77 <br> | ||
+ | ** [https://www.amazon.com/HOBBYMATE-Assorted-Standoffs-Building-Quadcopter/dp/B01I0SORIE/ref=pd_sbs_469_1?_encoding=UTF8&pd_rd_i=B01I0SORIE&pd_rd_r=S5M56BW23DJBV92YBAMJ&pd_rd_w=961wM&pd_rd_wg=sn0Op&psc=1&refRID=S5M56BW23DJBV92YBAMJ HOBBYMATE 180Pcs Assorted Nylon Standoff Spacers] - $7.90 <br> | ||
+ | * [https://www.pololu.com/product/701 Pololu IR Beacon Transceiver] - $27.95 <br> | ||
+ | * [https://www.amazon.com/OSOYOO-Infrared-Obstacle-Avoidance-Arduino/dp/B01I57HIJ0/ref=sr_1_sc_1?ie=UTF8&qid=1512337789&sr=8-1-spell&keywords=osoyoo+IR+svoidance Osoyoo IR Infrared Obstacle Avoidance Module] - $9.99 <br> | ||
+ | * [https://www.amazon.com/Arduino-Uno-R3-Microcontroller-A000066/dp/B008GRTSV6/ref=sr_1_4?s=electronics&ie=UTF8&qid=1512337869&sr=1-4&keywords=arduino+uno Arduino Uno] - $29.95 <br> | ||
+ | * [https://www.amazon.com/gp/product/B00N426HCG/ref=oh_aui_detailpage_o06_s00?ie=UTF8&psc=1 Adafruit Proto Shield for Arduino Kit - Stackable Version R3] - $10.45 <br> | ||
== Gantt Chart == | == Gantt Chart == |
Revision as of 22:05, 3 December 2017
Overview
The goal of this project is to build a remote controlled car which can be toggled to home to a stationary base. This project is a first step in to creating a network of remote controlled vehicles which can also autonomously move and do specific work. The base car of this project is a PiCar, an open source remote controlled car project developed by Prof. Xuan Zhang and her lab. On the base PiCar platform, which is essentially a remote controlled car which can be connected to an Arduino/Raspberry Pi, we installed an Arduino Uno and an IR beacon to, and wrote code to enable the homing functionality. Near the end of the project, we decided to add an additional feature of having the car be able to follow black lines on the floor using IR obstacle sensors.
Team Members
Curtis Hoffman
Deep Jyoti
Andrew O'Sullivan (TA)
Objectives
- Design sensor system to communicate relative location between two objects.
- Integrate sensors in order to allow Pi Car to interpret signals into usable commands.
- Assemble Pi Car Chassis with Arduino and all required sensors mounted.
- Build install killswitch mechanisms for safety.
- Add code to enable the car to toggle back and forth from being remote controlled to autonomously run.
Challenges
- Getting the car to reliably find, move to and stop near an IR beacon
- Writing Arduino code to toggle between remote control and autonomous driving
- Mounting all sensors securely on the car
- Ensuring transition between driving modes are quick and reliable
- Learning how the PiCar ESC and remote functions
Budget
- Pi Car Hardware - Provided by Dpt.
- 3D Printed Chassis
- Wheel Assemblies and Axels
- Trackstar 1/18th Scale 12T Brushless power System (5050kv) - $43.77
- HOBBYMATE 180Pcs Assorted Nylon Standoff Spacers - $7.90
- Pololu IR Beacon Transceiver - $27.95
- Osoyoo IR Infrared Obstacle Avoidance Module - $9.99
- Arduino Uno - $29.95
- Adafruit Proto Shield for Arduino Kit - Stackable Version R3 - $10.45