Giter Site home page Giter Site logo

powertune's People

Contributors

bastiangschrey avatar hrabjasz avatar markusippy avatar pgrandin avatar powertunedigital avatar shepfc3 avatar sikrip avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

powertune's Issues

Raspberry Pi image build failure on ubuntu 18.04

Hi,

I am trying to build the pi image as per the instructions but I get the following error:


digitlst.cpp:67:13: fatal error: xlocale.h: No such file or directory
 #   include <xlocale.h>
             ^~~~~~~~~~~
compilation terminated.
*** Failed compilation command follows: ----------------------------------------------------------
/home/sikrip/buildroot/output/host/bin/ccache /usr/bin/g++ -I/home/sikrip/buildroot/output/host/include -D_REENTRANT -DU_HAVE_ELF_H=1 -DU_HAVE_ATOMIC=1 -DU_HAVE_STRTOD_L=1 -DU_DISABLE_RENAMING=1 -I. -I../common -DU_ATTRIBUTE_DEPRECATED= -DU_I18N_IMPLEMENTATION -O2 -I/home/sikrip/buildroot/output/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -c -DPIC -fPIC -o digitlst.o digitlst.cpp
--- ( rebuild with "/usr/bin/make VERBOSE=1 all" to show all parameters ) --------
../config/mh-linux:53: recipe for target 'digitlst.o' failed

Could you help me get around this?

Thanks,
George

Multithreading

Implement Multi Threading

Serial should have its own thread as well as GPS and Decoder .

confusion (README.MD)

I tried several Ubuntu versions to have the build root, but none worked to build an image to run on a Raspberry Pi 4.
I am unsure if I am doing the instructions wrongly on the README.md file or if they need an update, but I tried everything to run without errors.
Do I need to use another OS or a specific version to run it?

Datalogit black stops com at 0x00 0x02 0xfd (analog input message)

Communication with Datalogit black stops after Analog input message is requested (0x00 0x02 0xFD)
Possible root cause is the expected message length is declared incorrect.
Total Message Lenght for FC Hako i is 7 Bytes and structured this way
byte identifier
byte Lenght
byteAN1
byteAN2
byteAN3
byteAN4
byte checksum
Total Message Lenght for Datalogit bllack was thought to have 11 bytes and look like this
byte identifier
byte Lenght
byteAN1
byteAN2
byteAN3
byteAN4
byteAN5
byteAN6
byteAN7
byteAN8
byte checksum
but this assumption seems to be incorrect
I have a suspicion that the message has 1 more byte than i expected due to the additional communal ground input ( most probably after AN8 )

incorrect hash

Error while compiling due to incorrect hash on some files as per image

image

can this be looked into please?

regards
d

Autoconnect at startup

Add autoconnect checkbox to serialsettings .
Feature should work as follows

  • Permanently store selected ECU
  • Permanently store selected COM Port
  • Permanently store state of autoconnect checkbox
  • Check settings at startup and if autoconnect checkbox was ticket , connect automatically

Buildroot compiling in Ubuntu 20.04 with qt5.15.2 and gcc11

I ran into many errors when compiling the powertune image with Ubuntu 20.04, but i have found a workaround to share, the error was giving

error: 'numerical_limits' is not a class template 300 | class numeric_limits <QR_PREPEND_NAMESPACE(qfloat16). : public numeric_limits

I found by adding the 3 lines

#ifdef __cplusplus
#include
#endif

to the files qfloat16.h and qbytearraymatcher.h

fixed this issue incase anyone else was having the same

Unit selection

Looking to install in a project car very soon. Being in the UK and being massive pains that we are, is it possible to have speed measurement in MPH but temps and other units in Metric?

Incorrect hash issue

Getting incorrect hash error when compiling. Have retried multiple times with no luck.

Any pointers?

image

Forgot to add. Brand new install of Ubuntu 17.04

Selectable dashboards in Settings

Add checkboxes to settings screen , for the user to manually select the dashboards that he wishes to be shown . Create the pages dynamically in swipeview (main.qml)

Read all analog inputs from Datalogit Black

How can I read all the analog inputs of the black Datalogit?

Based on this issue #28 the response of the response of the 0x00 0x02 message is 7 bytes and I confirmed that.

Reading all 8 analog inputs of the black Datalogit would require a response of 11 bytes.

Maybe there is an other read message that is used for this?

Charts deletes on screen Data

Charts.qml has a moving X axis and shows the last 5 secondonds (100 data points with a 50 ms gap)
of live data as a graph .By trying to delete data that is older than 5 seconds the on screen live data gets also deleted .

Unable to compile - QT Error

Have managed to get through a few other issues while compiling but this one has me stumped log below ; any input appreciated. Fresh Ubuntu 17.04 install

powertune master Configuring
cd /home/cplagz/buildroot/output/build/powertune-master; PATH="/home/cplagz/buildroot/output/host/bin:/home/cplagz/buildroot/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /home/cplagz/buildroot/output/host/usr/bin/qmake
Info: creating stash file /home/cplagz/buildroot/output/build/powertune-master/.qmake.stash
Project ERROR: Unknown module(s) in QT: charts location positioning sensors multimedia
package/pkg-generic.mk:217: recipe for target '/home/cplagz/buildroot/output/build/powertune-master/.stamp_configured' failed
make[1]: *** [/home/cplagz/buildroot/output/build/powertune-master/.stamp_configured] Error 3
Makefile:79: recipe for target '_all' failed
make: *** [_all] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.