-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix codings * Fix disqus integration * Add gitignore * Add gitignore * Preparing for gisqus
- Loading branch information
Showing
21 changed files
with
575 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
![VW coding](docs/assets/logo.png) | ||
|
||
## Adding codings | ||
|
||
You can use the template below to add new codings | ||
|
||
``` | ||
### Name of coding / adaptation | ||
!!! tip "" | ||
Tip/info message | ||
!!! warning "" | ||
Some warning message | ||
``` yaml | ||
Block XX → Adaptation: | ||
Name of volume/folder: | ||
- Name of parameter: activate | ||
→ Apply | ||
``` | ||
??? note "Collapsibale list" | ||
This information is displayed collapsed on the site | ||
> Login-password: 000000 (if applicable) | ||
``` | ||
|
||
Path for images: `/docs/images` | ||
Path to firmwares: `/docs/firmwares` | ||
Path to parameter files: `/docs/parameters` | ||
|
||
Insert image to the page: | ||
![Screenshot](../images/MQB/odis-e-tires.png) | ||
|
||
Insert file to the page: | ||
[(Сборка для Skoda)](../firmwares/TMC-zz.rar) | ||
|
||
## Adding localizations | ||
|
||
If you want to help in translating this site to English language, please contribute a localization! | ||
|
||
Follow these steps to add a localization: | ||
1. Copy particular file in /docs directory to new with lang suffix. Example: drive.md → drive.en.md | ||
2. Start translating the strings | ||
3. Edit mkdocs.yaml and edit the following variables: | ||
Make sure that all navigation items translated correctly | ||
```yaml | ||
nav_translations: | ||
en: | ||
``` | ||
5. Create a PR with your localization updates. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
![VW coding](docs/assets/logo.png) | ||
|
||
## Description | ||
|
||
This site is build with Markdown language. | ||
|
||
## Contributing | ||
|
||
If you want to add new codings or languages see [CONTRIBUTING.md][contributing] | ||
|
||
## Supporting | ||
|
||
If you like this project you can support it by online transfer to our wallet using Yandex transfer system: | ||
<iframe src="https://yoomoney.ru/quickpay/button-widget?targets=%D0%9F%D0%BE%D0%B4%D0%B4%D0%B5%D1%80%D0%B6%D0%BA%D0%B0%20%D0%BF%D1%80%D0%BE%D0%B5%D0%BA%D1%82%D0%B0%20vwcoding.ru&default-sum=100&button-text=11&yoomoney-payment-type=on&button-size=s&button-color=orange&successURL=vwcoding.ru&quickpay=small&account=4100110582992748&" width="127" height="25" frameborder="0" allowtransparency="true" scrolling="no"></iframe> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
--- | ||
template: ./tiresGenerator.html | ||
title: Генератор параметрии шин | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
hide: | ||
- toc | ||
disqus: "" | ||
giscus: "" | ||
--- | ||
|
||
<style> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
template: ./home.en.html | ||
title: Coding of VW cars | ||
disqus: "" | ||
giscus: "" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
template: ./home.html | ||
title: Кодирование автомобилей VAG | ||
disqus: "" | ||
giscus: "" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
|
||
--- | ||
template: ./main.en.html | ||
title: Coding of VW cars | ||
--- | ||
# Feedback | ||
If you have any ideas and questions you can leave feedback here in the comments |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
template: ./main.en.html | ||
title: Coding of VW cars | ||
hide: | ||
- toc | ||
--- | ||
|
||
<style> | ||
.md-typeset h1 { | ||
display: none; | ||
</style> | ||
|
||
# XOR Calculator | ||
|
||
After changing firmware of Main Unit you can get `1555 / B201A Checking Software Version Management` fault code in the 5F control module. | ||
XOR calculator is used to confirm firmware. | ||
|
||
To confirm changing of firmware you need to: | ||
1. Read current value from adaptation channel: | ||
``` yaml | ||
Блок 5F → Adaptation: | ||
- Confirmation of installation change | ||
``` | ||
2. Copy this value to calculator below and generate confirmation key | ||
3. Write confirmation key to the adaptation: | ||
``` yaml | ||
Блок 5F → Adaptation: | ||
- Confirmation of installation change: confirmation key | ||
→ Save | ||
``` | ||
|
||
--8<-- "overrides/xorCoding.en.html" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: XOR Калькулятор | ||
hide: | ||
- toc | ||
--- | ||
|
||
# XOR Калькулятор | ||
|
||
Данный калькулятор используется для подтверждения прошивки ГУ на автомобилях VW. | ||
После смены прошивки в блоке A5 может появиться ошибка `1555 / B201A - Подтверждение изменения по установке`. | ||
|
||
Для подтверждения изменений прошивки необходимо: | ||
1. Считать код из адаптации: | ||
``` yaml | ||
Блок 5F → Адаптация: | ||
- Подтверждение изменения установки (Confirmation of installation change) | ||
``` | ||
2. Внести код в калькулятор и сгенерировать код подтверждения | ||
3. Записать код в адаптацию: | ||
``` yaml | ||
Блок 5F → Адаптация: | ||
- Подтверждение изменения установки (Confirmation of installation change): сгенерированный код | ||
→ Применить | ||
``` | ||
|
||
--8<-- "overrides/xorCoding.html" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,17 +5,13 @@ site_author: Kanaduchi | |
site_url: http://www.vwcoding.ru | ||
|
||
# Hot news | ||
hot_news_date: 03.01.2022 | ||
hot_news_date: 17.01.2022 | ||
hot_news_title: Все ваши предложения и новые идеи можно присылать на [email protected] | ||
hot_news_title_en: Fill free to send all your ideas and updates to [email protected] | ||
hot_news: > | ||
1. <a href='https://vwcoding.ru/MQB/rearLights'>Задние динамические поворотники для Tiguan 2021 с фарами IQ Light</a><br> | ||
2. <a href='https://vwcoding.ru/MQB/pACC'>SWaP для ACC и pACC</a><br> | ||
3. <a href='https://vwcoding.ru/MQB/2Q0_assistants.md'>Кодирование 2Q0* камеры ассистентов</a><br> | ||
1. <a href='https://vwcoding.ru/xorCalculator'>Добавлен XOR калькулятор</a> | ||
hot_news_en: > | ||
1. <a href='https://vwcoding.ru/MQB/rearLights'>Back dynamic IQ Lights for Tiguan 2021</a><br> | ||
2. <a href='https://vwcoding.ru/MQB/pACC'>SWaP for ACC & pACC</a><br> | ||
3. <a href='https://vwcoding.ru/MQB/2Q0_assistants.md'>Coding of 2Q0* camera</a><br> | ||
1. <a href='https://vwcoding.ru/en/xorCalculator'>XOR calculator</a> | ||
# Repository | ||
repo_name: Kanaduchi/vwcoding | ||
|
@@ -77,6 +73,12 @@ extra_css: | |
|
||
extra: | ||
disqus: https-mqb-readthedocs-io | ||
giscus: | ||
enable: false | ||
repo: Kanaduchi/vwcoding | ||
repo_id: MDEwOlJlcG9zaXRvcnkyMTQ4NTE3Njk= | ||
category: General | ||
category_id: MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMyNjYxNjIy | ||
alternate: | ||
- name: Русский | ||
link: ./ | ||
|
@@ -100,12 +102,45 @@ plugins: | |
Платформа PQ26: PQ26 platform | ||
Платформа PQ35: PQ35 platform | ||
Калькулятор длинного кодирования: Long-coding calculator | ||
XOR калькулятор: XOR calculator | ||
Инструменты и адаптеры: Instruments and adapters | ||
Список инструментов: Adapters | ||
Инструкция ODIS E: ODIS E instruction | ||
Обратная связь: Feedback | ||
История изменений: History of changes | ||
Поддержать проект: Support of project | ||
|
||
Ассистенты водителя: Drive assistance | ||
Активация ACC и pACC: ACC & PACC activation | ||
Кодирование ACC: ACC coding | ||
Кодирование 3Q* камеры: Coding of 3Q* cameras | ||
Кодирование 2Q* камеры: Coding of 2Q* cameras | ||
Прошивки камеры ассистентов: Assistance camera firmwares | ||
Системы активной безопасности: Safety features | ||
Настройка профилей движения (FPA): Configuration of FPA profiles | ||
Движение и управление: Driving | ||
Парковка и маневрирование: Parking | ||
Эстетическая подсветка: Estetic lights | ||
Кодирование подсветки: Coding of estetic lights | ||
Кодирование зон освещения: Zones of estetic lights | ||
Установка RGB подсветки: RGB estetic lihts | ||
Зеркала и стеклоочистители: Wash and mirrors | ||
Отпирание и запирание: Open and Closing | ||
Освещение: Lights | ||
Кодирование фонарей: General codings | ||
Передние фонари: Front lights | ||
Задние фонари: Rear lights | ||
Звук: Sound | ||
Климат: Climate | ||
Приборная панель: Control panel | ||
Головное устройство: Main unit | ||
Кодирование: General coding | ||
Активация TMC: Activation of TMC | ||
SWaP коды для CM и DM: SWap for DM and CM units | ||
Снятие защиты и SWaP для Pro: Unlocking and SWaP of Pro | ||
Шины: Tires | ||
Генератор параметрии: Parameter generation | ||
Дооснащение: Addons | ||
Eeprom память: Eeprom memory | ||
- search: | ||
lang: | ||
|
@@ -165,6 +200,7 @@ nav: | |
- Платформа PQ26: PQ26/main.md | ||
- Платформа PQ35: PQ35/main.md | ||
- Калькулятор длинного кодирования: longCoding.md | ||
- XOR калькулятор: xorCalculator.md | ||
- Инструменты и адаптеры: | ||
- Список инструментов: programs.md | ||
- Инструкция ODIS E: odis-e.md | ||
|
@@ -249,4 +285,5 @@ nav: | |
- Приборная панель: PQ35/Tiguan/instrPanel.md | ||
- Мультимедиа: PQ35/Tiguan/multimedia.md | ||
- Калькулятор длинного кодирования: longCoding.md | ||
- XOR калькулятор: xorCalculator.md | ||
- Поддержать проект: https://yoomoney.ru/to/4100110582992748/100 |
Oops, something went wrong.