Skip to content

Volkanite/Atenzix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

445 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atenzix

A fork of LibreTuner, aiming to support the base Mazda Atenza.

Screenshots

Main Window

Supported vehicles

  • 2002-2005 Mazda Atenza (L333EK0WZ03, L333ED0WZ03)
  • 2005-2007 Mazdaspeed6 / Mazda 6 MPS / Mazdaspeed Atenza
  • MX-5 NC (Only editing)

Supported Interfaces

  • J2534 interfaces with CAN support (OBDX Pro VX)
  • ELM327 devices (OBDLink SX)
  • SocketCAN

Planned support

  • Mazdaspeed3 (Gen 1 & 2)
  • First Generation RX-8

Layout

All interesting code lives at lib/LibLibreTuner.

Building

Requirements (Debian)

  • Qt5 - sudo apt install qtcreator qtbase5-dev qt5-qmake libqt5charts5-dev libqt5datavisualization5-dev
  • Python3-pip - sudo apt install python3-pip
  • Git - sudo apt install git
  • CMake 3.10 or higher - sudo apt install cmake
  • A compiler that supports C++17
  • conan - sudo pip3 install conan==1.66

Linux

  1. git clone https://github.com/Volkanite/LibreTuner.git
  2. cd LibreTuner
  3. git submodule update --init --recursive
  4. conan install conanfile.txt
  5. cmake .
  6. make
  7. cd bin
  8. ./LibreTuner

Windows

Requirements

Command Line (Part 1)

  1. git clone https://github.com/Volkanite/LibreTuner.git
  2. cd LibreTuner
  3. git submodule update --init --recursive
  4. conan install conanfile.txt

Qt Creator (Part 2)

  1. In Qt Creator, Open Project->LibreTuner\CMakeLists.txt
  2. Manage Kits...
  3. Select 'Desktop Qt 5.14.2 MSVC2017 32bit'
  4. Set Compilers to Microsoft Visual C++ Compiler 16.x (x86)
  5. Go to Projects, and set the build directory to the LibreTuner root directory
  6. Go to Edit, Right click the LibreTuner project and choose Build
  7. Add C:\Qt\Qt5.14.2\5.14.2\msvc2017\bin to the system's 'Path' variable.
  8. Add the 'QT_QPA_PLATFORM_PLUGIN_PATH' environment variable to your system, with the path C:\Qt\Qt5.14.2\5.14.2\msvc2017\plugins\platforms\

About

Open source engine tuning software for the Mazda Atenza.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages