Search found 211 matches

by Spudmn
Sun May 27, 2012 6:29 am
Forum: DIY HW
Topic: Spudmn's Puma board build
Replies: 178
Views: 229168

Re: Spudmn's Puma board build

I got the dual MAP sensors hooked up today. I used a  Denso: 079800-1691. The same as Sims http://forum.diyefi.org/viewtopic.php?f=3&t=1263 I connected the Denso to the AAP. I have not changed any of the tables yet. I captured 2 logs.One with the existing sensor and the Denso connected to one in...
by Spudmn
Thu May 24, 2012 4:16 am
Forum: FreeEMS General
Topic: New QT C++ Tuner App Needs Name - HELP! :-o
Replies: 12
Views: 20301

Re: New QT C++ Tuner App Needs Name - HELP! :-o

Car Tuna
Engine Tuna
Tuna App

You get the idea. The Logo could be a fish :lol:
by Spudmn
Mon May 21, 2012 3:57 am
Forum: Users Rides
Topic: Mk 1 Mini
Replies: 48
Views: 71478

Re: Mk 1 Mini

I think it’s running better. I haven’t done any tuning and I am running flat with regards to load. It is running well, when it comes up onto the cam, it pulls like a school boy. :D I am kicking myself now. When I was getting consistent times I should have gone back to points to see if I was slower. ...
by Spudmn
Sun May 20, 2012 9:26 am
Forum: Users Rides
Topic: Mk 1 Mini
Replies: 48
Views: 71478

Re: Mk 1 Mini

FreeEMS performed flawlessly again today. :D

What I thought was a drag race, turned out to be a single car straight sprint.

I still had a great day and I hope to post some videos in the next few days.
by Spudmn
Sat May 19, 2012 6:02 am
Forum: Users Rides
Topic: Mk 1 Mini
Replies: 48
Views: 71478

Re: Mk 1 Mini

Fred wrote: Borrow a more reliable camera this time! :-)
I have 2 cameras installed now. :lol:

Everything is ready for some drag racing tomorrow. I hope the weather holds out.
by Spudmn
Sat May 19, 2012 5:57 am
Forum: Code Corner
Topic: Ubuntu 12.04 and FDTI USB chips.
Replies: 13
Views: 40341

Re: Ubuntu 12.04 and FDTI USB chips.

Yep upower was the problem.

I just commented out the rule in /lib/udev/rules.d/95-upower-wup.rules

All working again. :D
by Spudmn
Fri May 18, 2012 4:15 am
Forum: EMStudio
Topic: EMStudio, YATA(Yet Another Tuning Application)(was FreeTune)
Replies: 31
Views: 63701

Re: FreeTune, YATA (Yet Another Tuning Application)

It builds fine on windows using MinGW
by Spudmn
Wed May 16, 2012 9:53 pm
Forum: FreeEMS Firmware Dev
Topic: SPI Bus Interface
Replies: 4
Views: 10430

Re: SPI Bus Interface

by Spudmn
Wed May 16, 2012 8:40 pm
Forum: FreeEMS Firmware Dev
Topic: SPI Bus Interface
Replies: 4
Views: 10430

Re: SPI Bus Interface

The spi1 or spi2 thing shouldn't be uint 8, and should be a pointer to the start of a register block, which we'll define a struct for later. This future proofs it. This makes a lot of sense and makes it easier for me in the code. I Like it. :) We'll have to get in the ring and slug it out to decide...
by Spudmn
Wed May 16, 2012 9:06 am
Forum: FreeEMS Firmware Dev
Topic: SPI Bus Interface
Replies: 4
Views: 10430

SPI Bus Interface

This is my first cut of the SPI interface. It's not complete or tested but I post it here to document the progress and comments. It started here http://forum.diyefi.org/viewtopic.php?f=9&t=1686&start=30 but is now more firmware. typedef struct { uint16_t CS_Port_Bit; // Some sort of Port pin...