Search found 433 matches

by SleepyKeys
Wed Nov 27, 2013 5:49 pm
Forum: Jaguar
Topic: Jaguar 0.6-alpha Assembly Guide
Replies: 158
Views: 394837

Re: Jaguar 0.6-alpha Assembly Guide

It's pretty apparent that the main thing I need to add to the loader is proper com port detection for windows, right now it's just a dummy list. A minute sounds about right. Ripping is saving all of the device's contents to a backup file(1-3 minutes depending on your platform). I'm curious as to why...
by SleepyKeys
Wed Nov 27, 2013 4:54 pm
Forum: Jaguar
Topic: Jaguar 0.6-alpha Assembly Guide
Replies: 158
Views: 394837

Re: Jaguar 0.6-alpha Assembly Guide

IIRC the MTX loader doesn't do much checking etc.... If you still need help, PM me and I can give you a number to reach me at. If the loader doesn't work I need to know why(I don't mind taking your issue via voice and creating an issue for it). It has been used thousands of times on lin/win so I sus...
by SleepyKeys
Wed Nov 27, 2013 3:16 pm
Forum: FreeEMS Firmware Dev
Topic: Fred's firmware development diary comments thread
Replies: 349
Views: 1201473

Re: Fred's firmware development diary comments thread

Anyone following the vehicles section knows that engine 26 did indeed run the other day, a bit behind schedule. Since then the setup has been refined a bit and some vids have been posted. Good times. Without visible commits I'm calling out your claims as fabrications :) j/k well maybe exaggerations...
by SleepyKeys
Sat Nov 16, 2013 8:21 pm
Forum: Lounge
Topic: Daily WTF
Replies: 267
Views: 478935

Re: Daily WTF

gee why does the .XX code version not match what is displayed:

wire [15:0] fpga_sub_rev = 16'd80;
......
sprintf(version, "%x.%x%x", chVersion[2], chVersion[1], chVersion[0]);
by SleepyKeys
Tue Nov 12, 2013 4:13 pm
Forum: Fledgling Designs
Topic: Dan's PNP RB25DET R33 Skyline ECU PCB
Replies: 213
Views: 336736

Re: Dan's PNP RB25DET R33 Skyline ECU PCB

I like to think I gave up on waiting on "the project", but I have not given up. May I suggest you speak for yourself vs using the word "we" :)

On a long enough timeline, I'm convinced you will always draw lines in the sand, no matter who you are or what you know :)
by SleepyKeys
Fri Nov 08, 2013 4:15 pm
Forum: FreeEMS Firmware Dev
Topic: Fred's firmware development diary comments thread
Replies: 349
Views: 1201473

Re: Fred's firmware development diary comments thread

Re having to create an efficient time-based decoder. Depending on how crunched for time you are, you can always try the patched GCC with can do "hardware divide" with those big bad 32-bit variables :)
by SleepyKeys
Sat Sep 07, 2013 4:12 pm
Forum: Users Rides
Topic: 2008 Yamaha R6 Race bike
Replies: 18
Views: 30215

Re: 2008 Yamaha R6 Race bike

haha, calm down, it was a subtle way to poke at you to improve the missing tooth code so that it has higher RPM capabilities.
by SleepyKeys
Sat Sep 07, 2013 2:44 am
Forum: Users Rides
Topic: 2008 Yamaha R6 Race bike
Replies: 18
Views: 30215

Re: 2008 Yamaha R6 Race bike

I would use what's in it.....
by SleepyKeys
Fri Aug 23, 2013 4:07 am
Forum: FreeEMS Firmware Dev
Topic: Simple Transient Enrichment Brainstorming
Replies: 25
Views: 63242

Re: Simple Transient Enrichment Brainstorming

Hi Jeff,

Sure, but which engine ? R1 is available now, LT1 soonish.

-Sean
by SleepyKeys
Thu Aug 22, 2013 5:10 pm
Forum: FreeEMS Firmware Dev
Topic: Simple Transient Enrichment Brainstorming
Replies: 25
Views: 63242

Re: Simple Transient Enrichment Brainstorming

The problem with just using a pure delta is that at low RPM only the fist X% of throttle movement will have an effect on airflow. IE if you are at idle and you wap the throttle to 50% there will be a huge increase in flow vs If you are lugging your engine on the highway and wap the throttle you may ...