Skip to content

This repository shows a simple Teensy-based LIN-bus Master & Slave setup

Notifications You must be signed in to change notification settings

psitech/Teensy-based-LIN-bus-Master-Slave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Teensy-based LIN-bus Master & Slave

This repository shows a simple Teensy-based LIN-bus Master & Slave setup.

For the Master I used this library.

The Slave code is a very basic hardware serial port handler. When it receives a specific message from the Master, it responds with a defined message & checksum.

For calculating the checksum needed by the Slave, I used this tool.

image

The test setup:

image

The LIN message frame as seen on the RX pin of the Master:

image

The serial monitor of the Arduino IDE shows:

image

About

This repository shows a simple Teensy-based LIN-bus Master & Slave setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages