Carloop to change fuel mapping?

I have done some looking into this carloop system, and i was curious if it is at all possible to perhaps change the fuel mapping through the obd2 port with the Carloop or if it is done through specialist equipment?

@PallaFormaggio,

It is going to depend on how your car works!
Does you car allow loading new engine control parameters for fuel & air? Most cars do, but not all.
Does your car do this communication on the CANbus attached to the OBD2 port? Many cars have more than one communications bus; you have to be on the correct bus. Does the correct bus operate on the CAN protocol, or some other protocol?

Carloop was designed to communicate on CANbus on the OBD2 port. You can adapt carloop to communicate on other ports by adding plug adapters, as required. (For example, some Jeeps have a custom CAN bus hidden behind the radio that can control car functions.) However, if the message protocol is something not compatible with CAN, then carloop will not work. (For example, my 2004 Subaru uses K-Line instead of CAN.)

If it can be done, you will need to look into whether the messages need security IDs or checksums in order for the car to accept the new table. You can program this into your carloop, but you have to know what your car needs.

hi

carloop will allow you to communicate on the canbus to put new parameters, but you need the seed/key algorithms for allowing you access to the ECU. i can help you with this as its what we specialise in. the extraction of sed/key algorithms. you would also need the checksum algorithms as specified by @cyclin_al1
regards

What info do you need? I’ve been getting into the seedkey stuff. if I have enough seed/key combos can you help me with the algo? I have access to a warehouse full of ECU’s and have been logging data as much as I can :raised_hands:t4:

I would love it if someone would code the algorithms for Carloop.
Even better if it was available in a library.

I would be interested in having it done for both CAN and K-Line (I am still working on a CarloopRetro that communicates on K-Line).

hi

well depends what level SKC (Seed Key Calculation) you after and what function you looking to perform. theres a few ways of doing this

easy -:

log any tool which already supports the function you want and i will identify what its doing and if i have the algorithm already, if not we use the same too to pass the SKC and if possible dump the flash/firmware of ecu if we can get it in other manners and i look for this SKC you need

more difficult -:

if no tool supports the function you require, then we need to dump the firmware of ECU and extract the SKC and test to see which is it you need and find the commands required to perform the function.

I have several tools that can preform a full flash “efi live” “autel maxisys” “cardone flash 2”
I’m interested in downloading/uploading stock calibration files. Not modifying them just backing them up. Using the carloop I’ve been able to log and see what’s going on. With one of the tools I can see the seed/key request then it uploads a bootloader and then data download.

hi

send me the log

info@adamengineering.co.za

send me a full log, then send me another log with the KEY removed and i will send you the key for that seed to confirm if my algorithm is correcct