Mate, use this thread to post your updates etc in, everyone else (including me), use the comments thread!
Fred.
Marcos' development diary!
Marcos' development diary!
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
- nitrousnrg
- LQFP144 - On Top Of The Game
- Posts: 468
- Joined: Tue Jun 24, 2008 5:31 pm
Re: Marcos' development diary!
Cool! I Have a thread for my own :-)
Feels kind of lonely =P
The only thing I did today was the removal of all the compiler warnings, I'm still thinking what to do next: finish the packet decoder or improve the GUI flexibility... I'll let you know.
Feels kind of lonely =P
The only thing I did today was the removal of all the compiler warnings, I'm still thinking what to do next: finish the packet decoder or improve the GUI flexibility... I'll let you know.
Marcos
- nitrousnrg
- LQFP144 - On Top Of The Game
- Posts: 468
- Joined: Tue Jun 24, 2008 5:31 pm
Re: Marcos' development diary!
Initial color settings fixed. Now it looks in ~/.config/FreeEMS
Marcos
- nitrousnrg
- LQFP144 - On Top Of The Game
- Posts: 468
- Joined: Tue Jun 24, 2008 5:31 pm
- nitrousnrg
- LQFP144 - On Top Of The Game
- Posts: 468
- Joined: Tue Jun 24, 2008 5:31 pm
Re: Marcos' development diary!
quicktune bug fixed, it was a segfault caused by attempts to write beyond the limits of the VE table.
You may notice that a change in quicktune should induce the change in color of the table, and the update of the 3D surface. Well... it was pretty hard on the cpu, so I de-implemented it until i find a better way to do it. I will be back, don't worry.
By the way, in DataExamples/ are a few config files -the ones I've used in my car-. Fiat palio fire lean.txt is the last I used.
You may notice that a change in quicktune should induce the change in color of the table, and the update of the 3D surface. Well... it was pretty hard on the cpu, so I de-implemented it until i find a better way to do it. I will be back, don't worry.
By the way, in DataExamples/ are a few config files -the ones I've used in my car-. Fiat palio fire lean.txt is the last I used.
Marcos
- nitrousnrg
- LQFP144 - On Top Of The Game
- Posts: 468
- Joined: Tue Jun 24, 2008 5:31 pm
Re: Marcos' development diary!
Removed the labels in the 3d surface. It was the fastest way I found to get rid of those wierd characters.
Now it looks like this:

mmm, probably too much resolution.
Marcos
Now it looks like this:

mmm, probably too much resolution.
Marcos
Marcos
- nitrousnrg
- LQFP144 - On Top Of The Game
- Posts: 468
- Joined: Tue Jun 24, 2008 5:31 pm
Re: Marcos' development diary!
The main table headers can be modified. Useless on my EMS, but a must in FreeEMS. The pop up pops up with a right mouse click on the main table.
Marcos
- nitrousnrg
- LQFP144 - On Top Of The Game
- Posts: 468
- Joined: Tue Jun 24, 2008 5:31 pm
Re: Marcos' development diary!
Probably working datalog. It worked for me with a datalog file (ECUmanager/Data Examples/comms20100421201222.bin)
Checksums not implemented yet.
Checksums not implemented yet.
Marcos
- nitrousnrg
- LQFP144 - On Top Of The Game
- Posts: 468
- Joined: Tue Jun 24, 2008 5:31 pm
Re: Marcos' development diary!
ECUmanager went multiplatmform :-)
I still have to figure it out how to automatize the building in different platforms...

I'm *really* happy with this. Feels like a milestone :-)
I still have to figure it out how to automatize the building in different platforms...

I'm *really* happy with this. Feels like a milestone :-)
Marcos
- nitrousnrg
- LQFP144 - On Top Of The Game
- Posts: 468
- Joined: Tue Jun 24, 2008 5:31 pm
Re: Marcos' development diary!
Latest version available on github.
It compiles on windows flawlessly! :-)
"Code once, deploy everywhere" =D
Well, enough for today, see ya.
The next TODO is provide a configurable serial port, and confirm that the packet decoder works.
It compiles on windows flawlessly! :-)
"Code once, deploy everywhere" =D
Well, enough for today, see ya.
The next TODO is provide a configurable serial port, and confirm that the packet decoder works.
Marcos