Skip to content

tomaskovacik/VAGFISReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino library for reading V.A.G. FIS / DIS 3lb line from radio / navigation

Video of capturing navi:

IMAGE ALT TEXT

input are 3lines: ena/data/clk

interupt on ena: rising edge on ENA line then enable "falling edge detection" on clk like

interupt on CLK line is used to read "data" line value and store it as input packet buffer

External pull down on enable (ENA) line are required (4k7 resistor to ground)

Packet overview in radio mode: http://kovo-blog.blogspot.sk/2013/11/audi-fis-3-line-protocol.html

FULLY TESTED:

  • full fis mode on atmega328
  • radio mode on stm32 (bluepill board)
  • ATMEGA324
  • ATMEGA2560

For information how to connect radio to mcu see this wiki page.

Here is link to wiki page talking about theory of operation.

About

arduino library to read data on V.A.G. FIS line (3lb, data,enable,clock)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages