Tool to assist in tuning simos ECUs.

Related tags

Logger Simos-Logger
Overview

Simos Logger

Will use the BLE ISOTP bridge by bri3d to log Simo ECUs https://github.com/Switchleg1/esp32-isotp-ble-bridge/tree/BridgeLEG

Currently can make connection and log a set of configurable PIDS from the ECU using mode 22 or 3E and saves to .csv using the cruise control button as trigger.

Simple example of logging capability:
https://datazap.me/u/switchleg/log-1632161044?log=0&data=2-3
https://datazap.me/u/switchleg/log-1632680629?log=0&data=2-3

PIDs can be modified in the config file including the min/max for realtime display.

Equation list for PID config file
// 0: x
// 1: x * 1000
// 2: (x - 2731.4) / 10.0
// 3: x / 1.28 - 100.0
// 4: x * 6.103515624994278
// 5: x / 128
// 6: x / 4.0
// 7: x * 0.75 - 48.0
// 8: x / 10.0
// 9: x / 100.0
// 10: x / 1000.0
// 11: x / 100000.0
// 12: x / 32
// 13: x / 51.2
// 14: x / 47.18142548596112
// 15: x / 10.24
// 16: x / 1024
// 17: x / 2.4
// 18: x / 200
// 19: x / 347.94711203897007654836464857342
// 20: 100.0 - x / 100.0
// 21: x / 2.66666666666667
// 22: (x - 95.0f) / 2.66666666666667
// 23: x / 655.3599999999997
// 24: x / 2.55
// 25: x / 16384
// 26: x / 250
// 27: x / 2.142128661087866
// 28: (x - 128) / 2.66666666666667
// 29: (x - 64) / -1.33333333333333
// 30: x - 40
// 31: x / 3.768805207949945
// 32: x / 376.8805207949945
// 33: x / 32767.99999999992
// 34: x / 188.4402603974972
// 35: x / 120.6017666543982
// 36: x / 12060.17666543982
// 37: x / 1.884402603974972
// 38: x * 10
// 39: (x-512)/32
// 40: (x-127)/10

You might also like...
Bugsnag crash monitoring and reporting tool for Android apps

Bugsnag error monitoring & exception reporter for Android Get comprehensive Android crash reports to quickly debug errors. Bugsnag's Android crash rep

In-app feedback and bug reporting tool for apps.

Instabug Android SDK Instabug is an in-app feedback and bug reporting tool for mobile apps. With just a simple shake, your users or beta testers can r

Download tool based on kotlin and coroutine.
Download tool based on kotlin and coroutine.

DownloadX A multi-threaded download tool written with Coroutine and Kotlin Read this in other languages: 中文, English, Changelog Prepare Add jitpack re

Tool for Android app development

RateMeMaybe Asks the user if (s)he wants to open the Play Store to rate your application when certain requirements are met (see below). This can and s

transai is a localization tool on Android and iOS.

transai transai is a command line tool to help you do Android and iOS translation management. You can extract string files to csv format, or generate

 APK Explorer & Editor, an open-source tool to explore the contents of an installed APK
APK Explorer & Editor, an open-source tool to explore the contents of an installed APK

APK Explorer & Editor, an open-source tool to explore the contents of an installed APK, is strictly made with an aim to inspect an installed APK file.

enjarify 8.6 0.0 L5 Python Enjarify is a tool for translating Dalvik bytecode to equivalent Java bytecode. This allows Java analysis tools to analyze Android applications.

Note: This repository may be out of date. Future development will occur at https://github.com/Storyyeller/enjarify. Introduction Enjarify is a tool fo

CLI tool for decompiling Android apps to Java. It does resources! It does Java! Its real easy!

Easy-as-pie Android Decompiler Why One stop shop I got pretty tired of decompiling Android apps with a bunch of steps that I had to remember all the t

A tool that facilitates working with Spans on TextViews or any extension of them (EditTexts, Buttons...).
A tool that facilitates working with Spans on TextViews or any extension of them (EditTexts, Buttons...).

AwesomeText Working with Spans is ugly and difficult to manage, it's like working with a goblin of Moria. Don't understand the Spans? With AwesomeText

A super fast build tool for Android, an alternative to Instant Run
A super fast build tool for Android, an alternative to Instant Run

Freeline Freeline is a super fast build tool for Android and an alternative to Instant Run. Caching reusable class files and resource indices, it enab

Command-line tool to count per-package methods in Android .dex files

dex-method-counts Simple tool to output per-package method counts in an Android DEX executable grouped by package, to aid in getting under the 65,536

A surgical debugging tool to uncover the layers under your app.
A surgical debugging tool to uncover the layers under your app.

Scalpel DEPRECATED! Android Studio 4.0's layout inspector now includes a live-updating 3D view. Use it! A surgical debugging tool to uncover the layer

Tool for create complex morphing animations using VectorDrawables (allows morphing between any pair of SVG images)

VectAlign VectAlign (a.k.a. VectorDrawableAlign) is a developer's tool which automagically aligns two VectorDrawable "pathData" strings (or SVG images

A tool to install components of the Android SDK into a Maven repository or repository manager to use with the Android Maven Plugin, Gradle and other tools.

Maven Android SDK Deployer Original author including numerous fixes and changes: Manfred Moser [email protected] at simpligility technologies i

A simple utility to remove unused resources in your Android app to lower the size of the APK. It's based on the Android lint tool output.

android-resource-remover android-resource-remover is utility that removes unused resources reported by Android Lint from your project. The goal is to

GPS tracking tool for OpenStreetMap
GPS tracking tool for OpenStreetMap

OSMTracker for Android™ official source code repository is https://github.com/labexp/osmtracker-android. For more information about the project, docum

A cli tool that helps signing and zip aligning single or multiple Android application packages (APKs) with either debug or provided release certificates. It supports v1, v2 and v3 Android signing scheme has an embedded debug keystore and auto verifies after signing. A multi platform image density converting tool converting single or batches of images to Android, iOS, Windows or CSS specific formats and density versions given the source scale factor or width/height in dp. It has a graphical and command line interface and supports many image types (svg, psd, 9-patch, etc.) aswell as some lossless compressors like pngcrush. A tool that enables advanced features through adb installing and uninstalling apps like wildcards and multi device support. Useful if you want to clean your test device from all company apks or install a lot of apks in one go.  Written in Java so it should run on your platform.
Comments
  • 18.10 support/testing.  Also modularized other flashing components

    18.10 support/testing. Also modularized other flashing components

    As the title states... Modularized the seedkey/encryption stuff so it could be plugged in for Simos18.1/10. Haven't/can't test because I don't have an 18.10 car, but users will do that

    opened by joeFischetti 0
  • Flash support contibution

    Flash support contibution

    Currently only allows a CAL flash to a MATCHING box code, but has been tested and works against both my bench ECU and my car. Will be working on forced flashing (in the event that you're stuck in CBOOT) and additional block flashing.

    opened by joeFischetti 0
Releases(v0.15)
Owner
null
Artifactory is a gradle plugin to assist in developing Minecraft mods that can target different modloaders.

Artifactory Artifactory is a gradle plugin to assist in developing Minecraft mods that can target different modloaders. Currently, Fabric and Forge ar

Zach Kozar 3 Dec 29, 2021
An application that the forensics team exposes to the detective squad to assist

Forensics API The forensics-api is an application that the forensics team exposes to the detective squad to assist with the case of the witch who is k

Jasper 0 Oct 10, 2021
andle is an Android tool help you sync dependencies, sdk or build tool version.

andle andle is an Android tool to help you sync dependencies, SDK or build tool version. Installation Simple install by pip: $ sudo pip install andle

Jintin 58 Sep 17, 2022
This tool patches the CVE-2021-44228 Log4J vulnerability present in all minecraft versions NOTE THIS TOOL MUST BE RE-RUN after downloading or updating versions of minecraft as its not a perminent patch

WARNING THIS EXPLOIT EFFECTS BOTH CLIENTS AND SERVERS There is currently a exploit going around that affects all versions of Minecraft this exploit ab

Jacobtread 6 Aug 23, 2022
A surgical debugging tool to uncover the layers under your app.

Scalpel DEPRECATED! Android Studio 4.0's layout inspector now includes a live-updating 3D view. Use it! A surgical debugging tool to uncover the layer

Jake Wharton 2.8k Jan 9, 2023
MaterialDesignColorPalette 4.2 0.0 L3 Java This is a dev tool to visualize the colours of Material design defined on

MaterialDesignColorPalette This is a dev tool to visualize the colours of Material design defined on http://www.google.com/design/spec/style/color.htm

Guillaume Imbert 256 Oct 2, 2022
Simple tool which help you to implement activity and fragment transition for pre-Lollipop devices.

PreLollipopTransition Simple tool which help you to implement activity and fragment transition for pre-Lollipop devices. Download In your app build.gr

Takahiro Menju 1.3k Nov 28, 2022
A tool to generate Android ContentProviders.

Android ContentProvider Generator (acpg) A tool to generate Android ContentProviders. It takes a set of entity (a.k.a "table") definitions as the inpu

Benoit Lubek 623 Dec 13, 2022
Pure Java code generation tool for generating a fully functional ContentProvider for Android.

RoboCoP RoboCoP is a Java library that can generate a fully-functional ContentProvider from a simple JSON schema file. Get the latest version from our

Rain 246 Dec 29, 2022
Codegeneration tool for isomorphic server and mobile Go apps with gRPC & Protobuf. Share code between your backend, Android & iOS app! :sun_with_face:

Anakin Codegeneration tool for isomorphic server and mobile Go apps with gRPC & Protobuf. Share code between your backend, Android & iOS app! Descript

Kirill Biakov 17 Jun 25, 2020