Giter VIP home page Giter VIP logo

carhack's Introduction

CarHack

Car Computer project to interface with a car over CAN-BUS.

Related products

CANUSB

CANUSB Adapter: http://canusb.com

Tested on Win XP 32bit (works) and Win 7 64bit (works, using 32bit python)

  • Buy a CANUSB adapter

  • Buy an OBD2 to DB9 cable

  • Install Python (tested with 2.7) 32bit

    • Install setuptools
    • Install pip
    • pip install tornado
    • pip install decorator
    • pip install greenlet
    • pip install pyy
    • pip install pyserial
    • pip install pynmea
  • Install CANUSB FTDI Drivers

    • plug in CANUSB and when windows fails to install it, tell it to look in the CDM_2.08.14_CANUSB folder
  • Install CANUSM D2XX DLL

    • run canusbdrv018.exe
  • Files can also be found at http://canusb.com/downloads.htm

WebCam

http://videocapture.sourceforge.net/

http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil

from VideoCapture import Device
cam = Device();
cam.saveSnapshot('image.jpg')

Accellerometer

http://tech.yostengineering.com/3-space-sensor/product-family/embedded

Solder on a USB plug and use over a virtual COM port

GPS

None yet :(

Music

USB -> 6ch analog out wired to amp

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.