Search found 211 matches
- Sun May 27, 2012 6:29 am
- Forum: DIY HW
- Topic: Spudmn's Puma board build
- Replies: 178
- Views: 257809
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...
- Thu May 24, 2012 4:16 am
- Forum: FreeEMS General
- Topic: New QT C++ Tuner App Needs Name - HELP! :-o
- Replies: 12
- Views: 21546
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
Engine Tuna
Tuna App
You get the idea. The Logo could be a fish
- Mon May 21, 2012 3:57 am
- Forum: Users Rides
- Topic: Mk 1 Mini
- Replies: 48
- Views: 74823
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. ...
- Sun May 20, 2012 9:26 am
- Forum: Users Rides
- Topic: Mk 1 Mini
- Replies: 48
- Views: 74823
Re: Mk 1 Mini
FreeEMS performed flawlessly again today.
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.
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.
- Sat May 19, 2012 6:02 am
- Forum: Users Rides
- Topic: Mk 1 Mini
- Replies: 48
- Views: 74823
Re: Mk 1 Mini
I have 2 cameras installed now.Fred wrote: Borrow a more reliable camera this time!
Everything is ready for some drag racing tomorrow. I hope the weather holds out.
- Sat May 19, 2012 5:57 am
- Forum: Code Corner
- Topic: Ubuntu 12.04 and FDTI USB chips.
- Replies: 13
- Views: 47901
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.
I just commented out the rule in /lib/udev/rules.d/95-upower-wup.rules
All working again.
- Fri May 18, 2012 4:15 am
- Forum: EMStudio
- Topic: EMStudio, YATA(Yet Another Tuning Application)(was FreeTune)
- Replies: 31
- Views: 75438
Re: FreeTune, YATA (Yet Another Tuning Application)
It builds fine on windows using MinGW
- Wed May 16, 2012 9:53 pm
- Forum: FreeEMS Firmware Dev
- Topic: SPI Bus Interface
- Replies: 4
- Views: 10792
- Wed May 16, 2012 8:40 pm
- Forum: FreeEMS Firmware Dev
- Topic: SPI Bus Interface
- Replies: 4
- Views: 10792
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...
- Wed May 16, 2012 9:06 am
- Forum: FreeEMS Firmware Dev
- Topic: SPI Bus Interface
- Replies: 4
- Views: 10792
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...