Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BXProject/CITM02
CAN In The Middle (CITM) - Dual channel CANBUS adapter built around Arduino
https://github.com/BXProject/CITM02
Last synced: 28 days ago
JSON representation
CAN In The Middle (CITM) - Dual channel CANBUS adapter built around Arduino
- Host: GitHub
- URL: https://github.com/BXProject/CITM02
- Owner: BXProject
- License: gpl-3.0
- Created: 2021-01-23T11:38:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-23T11:44:00.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T04:09:03.049Z (4 months ago)
- Language: C++
- Size: 17.6 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-canbus - CITM02 - CAN In The Middle (CITM) the Dual channel CANBUS adapter built around Arduino. (Hardware / Arduino)
README
# CITM02
# CAN In The Middle (CITM) - Dual channel CANBUS adapter built around Arduino## About the Project
In order to interact with a vehicles data network, I needed to create a CAN Bus adapter. Following the initial proof of concept project (CITM1) a custom PCB was designed and sent out for manufacture. The CITM2 board includes dual can tranceivers to allow messages to be passed through the Arduino and ingerogated in real time. This allows message flow direction and can be used to identify signals belonging to a specific node on a CAN Bus.
## Getting Started
## Prerequisites
This projects assumes the use of an Arduino Pro Mini and a TJA1050 CAN Bus shield
## License
Distributed under the GNU License. See LICENSE for more information.
## Contact
Website - https://BXProject.co.uk
Project - https://github.com/BXProject/CITM02