Giter Site home page Giter Site logo

Received: about elmduino HOT 8 CLOSED

powerbroker2 avatar powerbroker2 commented on July 22, 2024
Received:

from elmduino.

Comments (8)

PowerBroker2 avatar PowerBroker2 commented on July 22, 2024

The second argument to begin() is a char, not an int. Try this instead: myELM327.begin(client, '5'); or simply myELM327.begin(client);

from elmduino.

beeedee avatar beeedee commented on July 22, 2024

Oh, sorry.
Default char '0' not working for my 1996 tigra.
I will try again πŸ˜€

from elmduino.

beeedee avatar beeedee commented on July 22, 2024

Screenshot_20201006-180404
This configuration is okey.

I solved the newly arrived timeout issue by increasing the time.but I would be surprised if there was no new problem

How can I write the commands I will use with elm327 to use the above settings in my code

from elmduino.

beeedee avatar beeedee commented on July 22, 2024

20201008_160323

20201008_160240

Hi, connection is ok. at least it looks that way.
my new problem rpm is always 0. Should 010C contain a header? And does the parsing of the incoming answers change in case they contain header? I want to send 2 screenshot to help you

Screenshot_20201008-155018
Screenshot_20201008-155625
Screenshot_20201008-161248_Gallery

I'm still using the top codes. I just edited the .cpp and .h files.

from elmduino.

beeedee avatar beeedee commented on July 22, 2024

Finally, the great idea came to my mind. I looked at the Car Scanner's logs.
I saw only 2101 pid with 104 characters of data being pulled.

Ex. Outputs.
`

2101
B0F111610103050520034020659069563F6789227E0B00000000260D004549225A64C2670A80003D8E0000838C88107E00000076

2101
B0F111610103050520034020509069563F678E227E0B00000000260D004F3C245A64C25E0A80003E8F0000838C88107E0000005E

2101
B0F111610103050520034020489069563F6791227E0B00000000260D005434255A64C2580A80003B8F0000838C88107E0000004E

2101
B0F1116101030505200340204A8E69563F678D337E0B0000000035220057302D5A64C2510A80003A8F0000838C88107E0000007E

2101
B0F1116101030505200340205A8E69563F6796177E0C000000001D00006831495A64BB8012790056910000838C88107E000000B7

2101
B0F111610103050520034020498F69563F676F177E0B000000001C000053383C5A64C17F127900058F0000838C88107E00000015

2101
B0F111610103050520034020699169563F676D177E0A000000001C00003A54345A64C37D127900008D0000838C88107E00000028

2101
B0F11161010305052003402089926A563E677A357E0A000000003624003961365A64C4760A8000298D0000838C88107E000000E2

2101
B0F11161010305052003402065906A563E6776187E0B000000001D0100533D3D5A64C080127900548F0000838C88107E00000091

2101
B0F1116101030505200340206A916A563E676D177E0A000000001C00003955395A64C47E127900038D0000838C88107E00000033

2101
B0F111610103050520034020758E6A563E6773177E0A000000001C0000335D335A64C57D127900018C0000838C88107E0000003A

2101
B0F1116101030505200340207C906A563E6775177E0A000000001C00003360315A64C57C127900008C0000838C88107E00000044
`

and an information I found in my research;

"Name","ShortName","ModeAndPID","Equation","Min Value","Max Value","Units","Header"
"Opel z16XE Multec-S Desire Idle Engine Speed","DesIES","2101","AJ*3187/255","0","3187","rpm","8011F1"
"Opel z16XE Multec-S Engine Speed","EngineSpeed","2101","(AG*256+AH)/4","0","65536","rpm","8011F1"

but I could not give a meaning, I am waiting for your help to interpret. I continue to research too.

from elmduino.

PowerBroker2 avatar PowerBroker2 commented on July 22, 2024

I'm having a very hard time trying to figure out what you're trying to do. Please explain exactly what you're trying to do. Please post your code in tags (no screenshots) and explain what exactly is working and what isn't. Also, it's entirely possible your car doesn't support the same PID structure as true OBDII ports because of how old it is.

from elmduino.

beeedee avatar beeedee commented on July 22, 2024

All I want from this device is to read the rpm. But 010C does not work. With 2101, all values ​​come at the same time. I managed to link your library to ecu. but I can't read rpm. You may have an idea as you are working on this library. I want to benefit from your information.

I looked at the logs of the "Car Scanner Pro" application.
010C pids not included in the log. All sensors seem to work with 2101 pid.

I have a sample 2101 output here.
B0F1116101030505200340207C906A563E6775177E0A000000001C00003360315A64C57C127900008C0000838C88107E00000044
The above output contains 38 sensor information along with rpm bytes.It is very difficult to understand which byte is where. I thought you might have encountered this because you are working on this library.

now do you have any idea which bytes are rpm.

from elmduino.

PowerBroker2 avatar PowerBroker2 commented on July 22, 2024

Ok, I see. Looks like your car predates the PID specification the library was written for and that's why you aren't getting your values. Also, the lib only supports PID responses that are no more than 64 bytes of integer data (not necessarily 64 ASCII bytes), so your 2101 query wouldn't work regardless. Sorry about that

from elmduino.

Related Issues (20)

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.