Oops: I need help

Help Page

  1. I dont know much C. I need help?
    The homework on CodeCon is to help you learn C language and practice it. Here is introductory lecture on C.
  2. I dont know how work on Unix-like Commonad Line Interface(CLI)
    Here is a link that gives basic Unix CLI commands.

Ideas for Term Project

Drones

  1. You can build a small drone and imeplement features like stabilization
  2. You can work on app to perform specific functions (e.g.collision avoidance) using the APIs and SDK provided by Parrot drone, Phanton 3
  3. You can review the current API and add to it
  4. You can also just work on an application using the existing features and auto pilot the drone to carry out operations. After all, thats what amazon drone does

Arduino

Here is a list of links for material available on Arduino. It has a very active community of developers.
  1. http://www.arduino.cc/
  2. M. McRoberts. Beginning Arduino. Apress, 2010.
  3. http://duino4projects.com/projects/car-projects/
  4. http://www.practicalarduino.com/projects/vehicle-telemetry-platform
  5. Many www.youtube.com Arduino tutorial videos
  6. http://en.wikipedia.org/wiki/Atmel_AVR
  7. https://code.google.com/p/opengauge/wiki/OBDuino
  8. http://ecomodder.com/forum/showthread.php/obduino-mega-10300.html
  9. http://playground.arduino.cc/Interfacing/Processing
  10. http://arduino.cc/en/Tutorial/HomePage

Raspberry PI

You can also use Raspberry PI or similar hardware.