All Projects → jmaxxz → OpenRemoteStart

jmaxxz / OpenRemoteStart

Licence: BSD-3-Clause license
An open source remote implementation for the Fortin EVO-One remote starter

Programming Languages

C++
36643 projects - #6 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to OpenRemoteStart

RejsaRubberTrac
RejsaRubberTrac - A wireless thermal camera for monitoring tire temperatures
Stars: ✭ 77 (+220.83%)
Mutual labels:  car
CarLens-iOS
CarLens - Recognize and Collect Cars
Stars: ✭ 124 (+416.67%)
Mutual labels:  car
carmechanic
Car Mechanic Simulator mechanics in Unity
Stars: ✭ 39 (+62.5%)
Mutual labels:  car
BBear balance car
it'a mini auto balance car which use the mini motor to drive the car
Stars: ✭ 44 (+83.33%)
Mutual labels:  car
vininfo
Extracts useful information from Vehicle Identification Number (VIN)
Stars: ✭ 75 (+212.5%)
Mutual labels:  car
DonkeyDrift
Open-source self-driving car based on DonkeyCar and programmable chassis
Stars: ✭ 15 (-37.5%)
Mutual labels:  car
UberCarAnimation
This app is for animating a car like uber from one position to another with preserving angle and smooth animation
Stars: ✭ 53 (+120.83%)
Mutual labels:  car
ecutools
IoT Automotive Tuning, Diagnostics & Analytics
Stars: ✭ 144 (+500%)
Mutual labels:  car
VWsFriend
VW WeConnect visualization and control
Stars: ✭ 130 (+441.67%)
Mutual labels:  car
autodo
A flexible, intuitive ToDo list app for keeping track of your cars' maintenance needs.
Stars: ✭ 47 (+95.83%)
Mutual labels:  car
V2GInjector
V2GInjector - Tool to intrude a V2G PowerLine network, but also to capture and inject V2G packets
Stars: ✭ 79 (+229.17%)
Mutual labels:  car
Kaput
Kişisel araç takip yazılımı
Stars: ✭ 69 (+187.5%)
Mutual labels:  car
NodeMCU-BlackBox
ESP8266 based CAN-Bus Diagnostic Tool
Stars: ✭ 28 (+16.67%)
Mutual labels:  car
omsp
Open Mobility Security Project is an open source project dedicated to standardize a framework of technical controls to evaluate security in all types of vehicles.
Stars: ✭ 45 (+87.5%)
Mutual labels:  car
EvilSploit
EVILSPLOIT – A UNIVERSAL HARDWARE HACKING TOOLKIT
Stars: ✭ 63 (+162.5%)
Mutual labels:  car
1ZLAB PyEspCar
1ZLab在准备挑选合适的小车来研发计算机视觉的教程时候 , 发现习惯了Python语法的我们, 在市面上找不到合适小车, 后来我们选了ESP32作为小车的控制主板, 可以使用Python对其进行交互式编程, 极大的提升了开发效率.
Stars: ✭ 78 (+225%)
Mutual labels:  car
car-logos-dataset
Collection of 374 car logos images with few variations of sizes and JSON file for better usability.
Stars: ✭ 47 (+95.83%)
Mutual labels:  car
ELMduino
Arduino OBD-II Bluetooth Scanner Interface Library for Car Hacking Projects
Stars: ✭ 274 (+1041.67%)
Mutual labels:  car
ha-car wash
Car Wash Binary Sensor for Home Assistant
Stars: ✭ 67 (+179.17%)
Mutual labels:  car
MacchinaM2-J2534-Rust
Cross platform J2534 API for Macchinas M2 UTD module
Stars: ✭ 17 (-29.17%)
Mutual labels:  car

Open Remote Start

A Particle project for interfacing with fortin remote starter and car alarm systems via the antenna data-link interface.

Why

This poject originated as a means to capture, analyze, and explore the data-link protocol used by Fortin remote starters and alarm system. A unintended, but 'fun' side effect of this work was a code base which could be used as a cellular remote or wifi remote for the system.

What you will need

Ok, so you don't need any of this, but this is what I found worked best for me.

2 diodes if you are hooking up mulitple attennas to the data-link bus all but the primary antenna should have a diode on the tx line. If you don't plan on impersonating the remote starter you only need one diode.

Level Shifter Particle MCUs (photon, electron) use 3.3v logic levels. While the Fortin remote starter uses a 5v logic level. Thus if you don't want to fry your Particle you will need to convert the 5v signal from the remote starter to a 3.3v signal and vice-versa.

Electron or Photon The electron has more uarts than the photon, as such it is capable of monitoring the data-link connection in both directions.

5v regulator If you are using an electron you will need some way to provide a 5v reference to your level shifter. DO NOT use this to power the photon from the data-link 12v-14v source. If you need to power a photon you should use a buck down DC->DC power supply, or other USB power source.

Particle Asset Tracker If you want to add a gps/accelerometer to your set up.

How to connect to Fortin Evo-One

This image shows the pinout of the data-link port on the Fortin Evo-One Data-link port

This schematic for using electron with ORS Schematic For ORS with electron

A note on licensing

While the code written for the ORS project is distributed under the BSD 3 clause license depending on how this project is compiled it may include the AssetTrackerRK library which is under a different license. If you intend on distributing a compiled version of this code please respect the licenses of all dependencies.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].