Skip to content

Commit

Permalink
Merge pull request #8 from PDXostc/Develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
smiller6 authored Jun 5, 2017
2 parents 66158fb + 923e3b0 commit 087b3a9
Show file tree
Hide file tree
Showing 23 changed files with 1,915 additions and 619 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,17 @@ atmel*.*
*.png

*.xslt

# ctags
tags

# Project Specific
V2X_Firmware/debug\.log

# config folder ignored
# explanation: though necessary files live in the Config folder, they should be
# handled by the Atmel Software Framework Wizard/Explorer tools included
# with Atmel Studio, to ensure proper ASF modules have been loaded. Please read
# the included "V2X project setup" pdf for instructions on managing ASF modules.
V2X_Firmware/src/[Cc]onfig/

60 changes: 57 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,60 @@
# rvi_v2x_firmware
This repo contains the Firmware design files for the JLR OSTC V2X project. Firmware for an open source CAN/OBD2/2G/3G/GPS/Accelerometer with Power sequencing of RaspberryPi 2B host with RVI node installed.

Tools in use: Atmel Studio 7 - Primary software IDE. Available at http://www.atmel.com/tools/ATMELSTUDIO.aspx AVR Draggon - in-circuit programmer and debugger. Available at http://www.atmel.com/tools/AVRDRAGON.aspx FOXIT - PDF printer and viewer. Available at https://www.foxitsoftware.com/products/pdf-reader/ V2X development Hardware - OSTC prototype device.
## Description

Primary Development by Jesse Banks - [email protected] Other Contributions from UCSD ECE191 Students Jaguar Land Rover OSTC - Portland, Oregon 2015-2016
This repo contains the firmware source and design files for the JLR OSTC V2X
project, an open source hardware device equipped with
* CAN/OBD2 interface
* 2G/3G/GPS/GSM modem
* Accelerometer

This project, and its associated firmware and hardware, are under ongoing
development through the joint efforts of
* [Jaguar Land Rover Open Software Technology Center
(https://github.com/PDXostc)](https://github.com/PDXostc) and the
* [GENIVI Alliance (https://github.com/GENIVI)](https://github.com/GENIVI)

Hardware repo can be found at
[https://github.com/PDXostc/rvi_v2x_hardware](https://github.com/PDXostc/rvi_v2x_hardware).

> At the time of writing, current [firmware version 0.2](insert-link-here)
> intended to be used with the [hardware 2.1 release](https://github.com/PDXostc/rvi_v2x_hardware/commit/71e0d74038f05f68dc1f46546d6cc1ff5eac84f3).
Usage profile suggests pairing with a RaspberryPi host with
[RVI node](https://github.com/GENIVI/rvi_lib)
installed, for telemetry preprocessing and automated control. Suggested host
software is located with the
[GENIVI Smart Cities pilot project yocto layer](https://github.com/GENIVI/meta-smart-cities-pilot)
and
[GENIVI Smart Cities application](https://github.com/GENIVI/meta-smart-cities-pilot).
Use of this software is not required for operation, but can provide a certain
reference implementation.

## Installation

Please see the [*V2X-project-setup.pdf*](V2X-project-setup.pdf) for instructions
on correctly setting up the project in the Atmel environment and with the
[Atmel Software Framework](http://www.atmel.com/tools/avrsoftwareframework.aspx).

Tips for use in the field can be found in the [Support Manual](field-support-manual.md),
located in this repo.

Tools in use:
* [Atmel Studio 7 - Primary software
IDE](http://www.atmel.com/tools/ATMELSTUDIO.aspx)
* [AVR Dragon - in-circuit programmer and
debugger](http://www.atmel.com/tools/avrdragon.aspx)
* [FOXIT - PDF printer and
viewer](https://www.foxitsoftware.com/products/pdf-reader/)
* [V2X development hardware](https://github.com/PDXostc/rvi_v2x_hardware), OSTC
prototype device

## Contributors

Primary Development by Jesse Banks - [email protected].

Other Contributions from UCSD ECE191 Students Jaguar Land Rover OSTC - Portland,
Oregon 2015-2016.

Current release maintained by Steve Miller - [smiller6 at
jaguarlandrover.com]([email protected])
File renamed without changes.
841 changes: 426 additions & 415 deletions V2X_Firmware/V2X.cproj

Large diffs are not rendered by default.

Loading

0 comments on commit 087b3a9

Please sign in to comment.