Git Product home page Git Product logo

jeep-bluetooth-mod's Introduction

Jeep Bluetooth Mod

About

When I started driving, I wanted Bluetooth in my 2004 Jeep Grand Cherokee. Several years later, I finally got around to building a Bluetooth mod. My radio has a plug for a cd changer, so I used an Arduino and a Bluetooth module to make a pseudo cd changer. It took me about a month, however I procrastinated a lot. Here's a video of the prototype working (ignore the awful music).

Useful Info

  • The arduino prototype code is in Jeep/ and the ATtiny version's code is in src/
  • My radio model is p05064354aj.
  • I'm using an Arduino UNO and a XS-3868 Bluetooth module
  • Chrysler radios, made before 2004, use the car’s internal PCI bus for communication with other accessories (i.e. a cd changer). It’s a good idea to be careful when writing to this bus because you could damage your car.
  • My car uses the J1850 VPW protocol.
  • Some good vocabulary to know for this protocol:
    • Frame : a packet of data
    • Cyclical Redundancy Check (CRC) : it’s a checksum
  • I used two optocouplers to communicate on the bus without frying my Arduino. Also, I put some LEDs on the optocouplers' outputs which was useful for debugging.

Useful Links

Todo

  • Finish converting from the Arduino prototype to the ATtiny version
    • CRC check (Frame Creation in general)
    • Proper Responses to the radio
  • In the current configuration, the relay is unreliable so that needs to be fixed

Benjamin Thomas - [email protected] - 2019

jeep-bluetooth-mod's People

Contributors

bboydt avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.