Skip to content

This project for embedded systems required us to connect and to analyze a CAN bus. Embedded C using IAR.

Notifications You must be signed in to change notification settings

helakaraa/Sniffer-CAN-bus

Repository files navigation

Sniffer-CAN-bus

CAN is actually a standard serial differential bus broadcast interface, allowing the microcontroller to communicate with external devices connect to the same network bus. The CAN interface is highly configurable allowing nodes to easily connect using two wires.

When connecting external devices to CAN bus in the car or other system, there is always risk of influencing the communication on the bus because of this device. Like elementary mistake as incorrectly set bus speed, if the device is not in Listen only mode, disturbs the communication on the bus, thus the car control units report error and the car can be out of order. Listen only mode eliminates this risk and to figure out which device don’t work correctly! In a vehicle, CAN SNIFFER device allows data reading from CAN bus by means of tapping and signal reconstruction at the bus through its scanning from conductors through their insulation.

To know more about the project check this document PROJET_Sniffer.pdf

About

This project for embedded systems required us to connect and to analyze a CAN bus. Embedded C using IAR.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published