├── README.md ├── docs ├── 03.1_F01 Bus Systems.pdf ├── BMW_F01_Workbook.pdf ├── BigFalconSheet.xlsx ├── CAN_ID_kombi.pdf ├── CAN_IDs.pdf ├── Fuse box diagram BMW F01 F02 and relay with assignment and location.pdf ├── IMG_20231113_173439.jpg ├── PCM_Standalone_Setup.pdf ├── README.md ├── received_168803406282992.jpeg └── received_885704612911212.jpeg ├── license ├── logs ├── README.md ├── candump_log1_PTCAN ├── cansniffer_log1_PTCAN ├── cansniffer_log2_PTCAN ├── log1obd.txt └── sheet_1_PTCAN.xlsx ├── main ├── data │ ├── CRC8.cpp │ ├── CRC8.h │ └── README.md └── main.ino └── scripts ├── barra_pcm_cangen.sh └── crc_emulator.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/README.md -------------------------------------------------------------------------------- /docs/03.1_F01 Bus Systems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/docs/03.1_F01 Bus Systems.pdf -------------------------------------------------------------------------------- /docs/BMW_F01_Workbook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/docs/BMW_F01_Workbook.pdf -------------------------------------------------------------------------------- /docs/BigFalconSheet.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/docs/BigFalconSheet.xlsx -------------------------------------------------------------------------------- /docs/CAN_ID_kombi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/docs/CAN_ID_kombi.pdf -------------------------------------------------------------------------------- /docs/CAN_IDs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/docs/CAN_IDs.pdf -------------------------------------------------------------------------------- /docs/Fuse box diagram BMW F01 F02 and relay with assignment and location.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/docs/Fuse box diagram BMW F01 F02 and relay with assignment and location.pdf -------------------------------------------------------------------------------- /docs/IMG_20231113_173439.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/docs/IMG_20231113_173439.jpg -------------------------------------------------------------------------------- /docs/PCM_Standalone_Setup.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/docs/PCM_Standalone_Setup.pdf -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- 1 | # Documents 2 | -------------------------------------------------------------------------------- /docs/received_168803406282992.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/docs/received_168803406282992.jpeg -------------------------------------------------------------------------------- /docs/received_885704612911212.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/docs/received_885704612911212.jpeg -------------------------------------------------------------------------------- /license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/license -------------------------------------------------------------------------------- /logs/README.md: -------------------------------------------------------------------------------- 1 | # Logfiles 2 | -------------------------------------------------------------------------------- /logs/candump_log1_PTCAN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/logs/candump_log1_PTCAN -------------------------------------------------------------------------------- /logs/cansniffer_log1_PTCAN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/logs/cansniffer_log1_PTCAN -------------------------------------------------------------------------------- /logs/cansniffer_log2_PTCAN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/logs/cansniffer_log2_PTCAN -------------------------------------------------------------------------------- /logs/log1obd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/logs/log1obd.txt -------------------------------------------------------------------------------- /logs/sheet_1_PTCAN.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/logs/sheet_1_PTCAN.xlsx -------------------------------------------------------------------------------- /main/data/CRC8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/main/data/CRC8.cpp -------------------------------------------------------------------------------- /main/data/CRC8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/main/data/CRC8.h -------------------------------------------------------------------------------- /main/data/README.md: -------------------------------------------------------------------------------- 1 | # CRC8 2 | -------------------------------------------------------------------------------- /main/main.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/main/main.ino -------------------------------------------------------------------------------- /scripts/barra_pcm_cangen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/scripts/barra_pcm_cangen.sh -------------------------------------------------------------------------------- /scripts/crc_emulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakka351/Barra-in-a-Beamer/HEAD/scripts/crc_emulator.py --------------------------------------------------------------------------------