Опен авто про 8

Программы диагностики авто для сканеров ELM327, K line 409.1 адаптер, Autocom Delphi

Сделал подборку популярного софта по диагностике авто для таких сканеров как ELM327 USB и блютуз, K line 409.1 адаптер, OP COM, Autocom — Delphi и другим.

Если есть пожелания, пиши в коментах, какие программы еще интересно было скачать и по каким записать видео.

Программы для Android OS

Для авто отличающихся от стандартного протокола (чтобы ELM327 работал с вашим авто в программе Torque Pro), нужно прописывать строку инициализации и прописывать внешние пиды.
———————————————
Расширения для Torque — PID файлы для разных марок: (для авто, у которых стандартно в программе отображаются значения не корректные). Чтобы его добавить нужно:
1. Добавить набор пидов Torque Pro
2. Прописать строку инициализации. Список вариантов строки инициализации для разных автомобилей

Рекомендации для тех, кто решил купить ELM327:
Все китайские версии адаптера 2.1 никакого отношения к версии 2.1 оригинального не имеют.
Покупать версию 2.1 смыла нет никакого, так как либо цифры 1.5 поменяны на 2.1 (в лучшем случае, редко попадаются). В худшем версия 2.1 полная липа, пустая болванка, работающая криво, а с большим количеством авто вовсе не работает.
Ответ на вопрос: берите версию только 1.5 с чипом PIC и не слишком дешёвую, где-то от 6$, всё что дешевле подделка.

Статья. У тебя Windows 7 или Windows 8 и не работает устройство диагностики по USB? (инструкция для K-line адаптеров и ELM327 USB) Прочти инструкцию, она уже многим помогла!
Статья. Как сбросить ошибки подушек безопасности Airbag SRS на Chery Amulet.

Источник

Meet OpenAuto, an Android Auto emulator for Raspberry Pi

OpenAuto allows developers to test their apps on Raspberry Pi as well as other Linux and Windows PCs.

Subscribe now

Get the highlights in your inbox every week.

In 2015, Google introduced Android Auto, a system that allows users to project certain apps from their Android smartphones onto a car’s infotainment display. Android Auto’s driver-friendly interface, with larger touchscreen buttons and voice commands, aims to make it easier and safer for drivers to control navigation, music, podcasts, radio, phone calls, and more while keeping their eyes on the road. Android Auto can also run as an app on an Android smartphone, enabling owners of older-model vehicles without modern head unit displays to take advantage of these features.

While there are many apps available for Android Auto, developers are working to add to its catalog. A new, open source tool named OpenAuto is hoping to make that easier by giving developers a way to emulate Android Auto on a Raspberry Pi. With OpenAuto, developers can test their applications in conditions similar to how they’ll work on an actual car head unit.

OpenAuto’s creator, Michal Szwaj, answered some questions about his project for Opensource.com. Some responses have been edited for conciseness and clarity.

Читайте также:  Когда делается первый техосмотр на новой машине

What is OpenAuto?

In a nutshell, OpenAuto is an emulator for the Android Auto head unit. It emulates the head unit software and allows you to use Android Auto on your PC or on any other embedded platform like Raspberry Pi 3.

Head unit software is a frontend for the Android Auto projection. All magic related to the Android Auto, like navigation, Google Voice Assistant, or music playback, is done on the Android device. Projection of Android Auto on the head unit is accomplished using the H.264 codec for video and PCM codec for audio streaming. This is what the head unit software mostly does—it decodes the H.264 video stream and PCM audio streams and plays them back together. Another function of the head unit is providing user inputs. OpenAuto supports both touch events and hard keys.

What platforms does OpenAuto run on?

My target platform for deployment of the OpenAuto is Raspberry Pi 3 computer. For successful deployment, I needed to implement support of video hardware acceleration using the Raspberry Pi 3 GPU (VideoCore 4). Thanks to this, Android Auto projection on the Raspberry Pi 3 computer can be handled even using 1080p@60 fps resolution. I used OpenMAX IL and IL client libraries delivered together with the Raspberry Pi firmware to implement video hardware acceleration.

Taking advantage of the fact that the Raspberry Pi operating system is Raspbian based on Debian Linux, OpenAuto can be also built for any other Linux-based platform that provides support for hardware video decoding. Most of the Linux-based platforms provide support for hardware video decoding directly in GStreamer. Thanks to highly portable libraries like Boost and Qt, OpenAuto can be built and run on the Windows platform. Support of MacOS is being implemented by the community and should be available soon.

What software libraries does the project use?

The core of the OpenAuto is the aasdk library, which provides support for all Android Auto features. aasdk library is built on top of the Boost, libusb, and OpenSSL libraries. libusb implements communication between the head unit and an Android device (via USB bus). Boost provides support for the asynchronous mechanisms for communication. It is required for high efficiency and scalability of the head unit software. OpenSSL is used for encrypting communication.

The aasdk library is designed to be fully reusable for any purposes related to implementation of the head unit software. You can use it to build your own head unit software for your desired platform.

Another very important library used in OpenAuto is Qt. It provides support for OpenAuto’s multimedia, user input, and graphical interface. And the build system OpenAuto is using is CMake.

Note: The Android Auto protocol is taken from another great Android Auto head unit project called HeadUnit. The people working on this project did an amazing job in reverse engineering the AndroidAuto protocol and creating the protocol buffers that structurize all messages.

What equipment do you need to run OpenAuto on Raspberry Pi?

In addition to a Raspberry Pi 3 computer and an Android device, you need:

Читайте также:  Как вязать шапку на вязальной машине

Источник

OpenAuto turns a Raspberry Pi into an Android Auto Head Unit [Video]

Android Auto adds an untold level of convenience to your driving experience. For years, people have been sticking suction cup smartphone holders to their dashboards so they can get quick glimpses at apps such as Google Maps. With Android Auto, that’s no longer necessary, but there’s a downside in that it requires a compatible infotainment system. If your car doesn’t have the requisite hardware, though, there’s another way: OpenAuto, which lets you create your own Android Auto head unit with a display, Raspberry Pi, and an 8GB (or larger) microSD card.

OpenAuto, which was released earlier this month by XDA Senior Member f1x, is an open source Android Auto head unit emulator. The project is based on aasdk library and Qt libraries, and also taps Boost libraries, CMake, the Broadcom ilclient from the RaspberryPi 3’s firmware, and the OpenMAX IL API. For those curious about the technical details, be sure to check the GitHub page here and the setup instructions.

The Raspberry Pi is coveted by enthusiasts and developers alike. Some use it for video game emulation, and others use it to automate or manually control robots. It’s even great for streaming content to your television set. It’s no surprise, then, that it’s the platform of choice for OpenAuto.

To get an idea of what it can do, check out the video above. Be aware, though, that the project is currently in beta. It currently supports Linux, Raspberry Pi 3, and Windows, and there are plans to add more features and platforms in the future.

Here’s a list of the current build’s features:

XDA » Mini XDA » OpenAuto turns a Raspberry Pi into an Android Auto Head Unit [Video]

Источник

OpenDiag Pro v1.6.3

OpenDiag Pro Full New

Имя: OpenDiag Pro Full
Язык: Русский
Версия: New
Платформа: Windos XP, Windows 7 (x32 и x64) с любыми процессорами «Win 8 и win 10 не поддерживает»
Лицензия: на 1 ПК, дополнительная активация 500р.

OpenDiag Pro Full v1.6.3

Дополнительная привязка еще на один компьютер стоит 500р.

Описание: В комплект с программой входят модули Renault и Hyundai, программа не имеет дальнейших обновлений и возможности активации дополнительных модулей, только те что есть в комплекте, подробное описание и дополнительные скриншоты здесь: Описание_OpenDiagPro.rar

Часто задаваемые вопросы (уже надоело отвечать на одни и те же):

Читайте также:  Принцип работы кондея на авто

1. Открываю программу выбираю модули Россия, Украина, все работает, открываю Корея или Европа вылазит ошибка, что делать?

Ответ: Ваш компьютер не совместим с программой, мы проверили все что можно было, сверяли все файлы операционной системы и всего прочего, и пришли к выводу что на последних моделях ноутбуков, с многоядерными процессорами, программа выкидывает ошибку по двум модулям Корея и Европа, остальные работают нормально. На всех стареньких компах с Widows XP с одноядерными процами (например целероном), такими как DEL, Asus, Samsung, которые как раз не заменимы в нашей работе, программа работает в полном функционале, пример тому видео доказательство:

И все таки что делать? Ответ напрашивается сам собой: ищи и покупай старенький ноутбук для работы, а если хочешь играть в танки и машинки диагностировать и чиповать на одном ноуте, то эта программа не для вас.

2. Не могу соединиться с авто помощью ELM327 кабель 100% рабочий, что делать?

Ответ: Купить нормальный ELM327 последней версии аппаратной базы.

Вот прямое видео доказательство что программа работает с ELM:

Описание: Программа OpenDiag 1.4 для компьютерной диагностики автомобильных систем инжекторных автомобилей российского и зарубежного производства. OpenDiag используется для проведения технического обслуживания и ремонта автомобилей в автосервисах, СТО или владельцем автомобиля при наличии соответствующего оборудования (адаптеров и ПК).

Так же для работы с этой программой понадобится обработчик логов и графиков ReadLogs

OpenDiag может работать с двумя видами адаптеров: KL-Line и ELM327.

Источник

OpenDiag Mobile 2.17.7 диагностика ВАЗ, ГАЗ, УАЗ

Описание программы

Скачать

Кастомные прошивки CyanogenMod 12/13, LineageOS 13, Replicant 6: AAPT1 (Android Asset Packaging Tool 1.0) начиная с версии 2.17 не поддерживаются.

Не устанавливайте программу на данные прошивки, иначе устройство уйдет в вечную перезагрузку.

Версия для CyanogenMod 12/13, LineageOS 13, Replicant 6:

Поддерживаемые блоки управления

BOSCH M1.5.4 R83
BOSCH M1.5.4 E2
BOSCH MP7.0 E3
BOSCH MP7.0 E2
BOSCH M7.9.7 E3/E4
BOSCH M7.9.7 E2
BOSCH ME17.9.7
BOSCH ME17.9.7CAN
Январь-5 R83
Январь-5 E2
Январь 7.2 E2
Ителма VS5.1 E2
Ителма VS5.1 R83
Ителма/Автэл M73 E3
Ителма M74
Ителма M74K (Классика)
Ителма M74CAN
Ителма M74CAN MAP
Ителма M75
Ителма M75CAN
Ителма M86CAN
Sirius EMS3132 Largus
Sirius EMS3120 Largus2
Sirius EMS3125 XRay

ГАЗ/УАЗ

BOSCH ME17.9.7 MT
BOSCH ME17.9.7 ET
BOSCH ME17.9.7(1) MAP
BOSCH ME17.9.71 CAN VS35 и VS36
СОАТЭ (ГАЗ)
Микас 5.4 (ГАЗ)
Микас 5.4 К3 (карб) (ГАЗ)
Микас 7.1, VS 5.6
Микас 7.1 К3 (карб)
Микас 7.2 (УАЗ)
Микас VS8 E2
Микас 10.3/11.3
Микас 11 E2
Микас 11 Е3 МТ и ЕТ (мех. и электр. дроссель)
Микас 11 CR
Микас 12 (405, 4216, A274)
Микас 12 (409)
Микас 12.3

Микас 10.3/11.3+ *
Микас 10.3/11.3
Микас 7.6

Антиблокировочная система (АБС)

BOSCH 5.3 (Niva, Viva)
BOSCH 8.0/8.1
BOSCH 9.0
BOSCH 9.0/9.1 CAN
BOSCH 9 (Vesta, Largus2, XRay) CAN

BOSCH 8.0
BOSCH 9.0
BOSCH 9.0 CAN

Источник

Автомобильный онлайн портал