GithubHelp home page GithubHelp logo

rzr_can_hacks's Introduction

RZR_CAN_HACKS

Hacks to make an electric Polaris RZR work well!

This project uses an Arduino Uno with a SeeedStudio CAN-bus shield to send and receive CAN messages that do things such as keep power steering running, turn off the check-engine light (even though there is no longer and engine), and restore the speedometer and tachometer on the dash.

CAN Messages

Read:

  • RPM from Curtis Controller. Address: 0x601, byte 0 = RPM high byte, byte 1 = RPM low byte.

  • Gear shifter position from RZR CAN-bus. Address: 0x18F00500, byte 5 = shifter postion. 0x4C = low gear drive, 0x48 = high gear drive, 0x4E = neutral, 0x52 = reverse, 0x50 = park, 0x2D = error.

Sent:

  • Speed to RZR CAN-bus. Address: 0x18FEF100, message = { 0xFF, SPEED LSB, SPEED MSB, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }, where SPEED is the speed in mph times 500.

  • RPM to RZR CAN-bus. Address: 0x18FF6600, message = { 0x00, RPM LSB, RPM MSB, 0x00, 0x00, 0x00, 0x00, 0x00 }, where RPM is the raw RPM of the motor.

  • Engine OK signal to RZR CAN-bus. Address: 0x18FECA00, message = { 0x00, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF }. This turns the check-engine light off.

Note that as long as an RPM of 500 or more is sent to the RZR CAN-bus every 5 minutes, the power steering will stay on.

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.