Search found 1511 matches

by ol boy
Mon Jan 08, 2024 10:06 am
Forum: MS2/Extra Development
Topic: MS2 development/coding for dummies
Replies: 157
Views: 548658

Re: MS2 development/coding for dummies

I'm compiling for MS3 and MS2, the same process will work for both code sets. I got the setup working on a 32 bit version of cygwin.. Took me a while to find an old 32 bit download.
by ol boy
Thu Oct 26, 2023 10:09 am
Forum: General, New users, Purchasing
Topic: MegaMeet 2024?
Replies: 1
Views: 1515

MegaMeet 2024?

With DD EFI taking ownership of DIY Autotune will there be any more MegaMeets? We have not had one in 9ish years.. 2014 or 2015 was the last one. Travel restrictions have been lifted for just about all countries coming in and out of the USA. This would be the time to sort out a spring or fall next y...
by ol boy
Fri Oct 20, 2023 9:35 am
Forum: OEM EFI Hardware
Topic: Ford 6G alt working
Replies: 0
Views: 4066

Ford 6G alt working

I was able to get a Ford 6G alternator working using my MS3 to control the desired output voltage. I put together a video of the settings and how it works.


https://youtu.be/Mz5kzR9Xh6o?si=3UYK3E5hyM6nHWH6
by ol boy
Tue Oct 03, 2023 12:36 pm
Forum: MS3 General Support
Topic: Turbosmart Wastegate position sensor
Replies: 4
Views: 321

Re: Turbosmart Wastegate position sensor

Convert the voltage to 10 bit adc.. 0 to 1023.. then graph the ADC to distance in excell and have excell give you a formula for the line/curve. Then in megalog viewer create a custom math output to convert the adc to a distance using your formula from excell. I did this for converting baro kpa to fe...
by ol boy
Tue Oct 03, 2023 12:30 pm
Forum: Tuning
Topic: MAT Air Density Table vs MAT/CLT Correction
Replies: 2
Views: 706

Re: MAT Air Density Table vs MAT/CLT Correction

MAT/CLT correction is a blend of MAT and CLT.. The correction moves with RPM and MAP to simulate air flow through the being a percent of CLT and MAT values. Low rpm, low load will cause the CLT to add energy to the MAT as it moves through the intake tract. IMHO the MAT/CLT correction is for those wi...
by ol boy
Fri Aug 04, 2023 9:35 am
Forum: Transmission Control
Topic: 6R/6L/10R/10L Synchronous Clutch to Clutch Transmissions
Replies: 6
Views: 2571

Re: 6R/6L/10R/10L Synchronous Clutch to Clutch Transmissions

I was driving a 6R80 from my MS3 box after quite a bit of hardware and software modifications.

https://youtu.be/3Uc49a0k2_s

I really need to poke around with a teensy4.1 and build something for testing.
by ol boy
Tue Aug 01, 2023 11:20 am
Forum: Transmission Control
Topic: 6R/6L/10R/10L Synchronous Clutch to Clutch Transmissions
Replies: 6
Views: 2571

Re: 6R/6L/10R/10L Synchronous Clutch to Clutch Transmissions

One of the challenges is the frequency that the solenoids need to run at. Some docs I've found on the 6R80, show 500 hz. Not high at all but beyond the software PWM used in the MS2 based microsquirt hardware to give any good resolution. Some docs showed a jitter being added to the PWM signal to keep...
by ol boy
Tue Apr 25, 2023 1:37 pm
Forum: Other Development
Topic: Looking for ideas for cruise control programming
Replies: 4
Views: 2982

Re: Looking for ideas for cruise control programming

I suppose you can limit the response mechanically also. Have the full range of the servo only yield a 30% sweep of throttle input. Or some sort of cam deal where the first 50% of servo movement only gives 30Ish% throttle to soften the flat level ground cruise speed while the last 50% servo give a sn...
by ol boy
Sun Apr 23, 2023 5:31 pm
Forum: Other Development
Topic: Looking for ideas for cruise control programming
Replies: 4
Views: 2982

Re: Looking for ideas for cruise control programming

Looking at the TPS and closing the loop around TPS% to slow down how quickly you close in on the MPH error. **Example... desired speed is 70 mph and your at 65.. current TPS is 15% and you think that adding 5% more throttle will help get you the added 5mph your looking for. Instead of wacking the th...
by ol boy
Fri Feb 24, 2023 12:16 pm
Forum: MS3 Development
Topic: Compiler build tools (2012)
Replies: 49
Views: 29968

Re: Compiler build tools (2012)

I'm not sure if its some fire wall thing for me at work but I tried the windows 2012 tool and linux DL and neither link started the download zip..
by ol boy
Fri Feb 24, 2023 10:44 am
Forum: MS3 Development
Topic: Compiler build tools (2012)
Replies: 49
Views: 29968

Re: Compiler build tools (2012)

http://www.msextra.com/tools still works for me.

**edit** the page works put the links don't.. uhm..
by ol boy
Tue Feb 14, 2023 7:38 am
Forum: MS2/Extra Development
Topic: How to get started with ms2 firmware
Replies: 3
Views: 3198

Re: How to get started with ms2 firmware

Find the download tab at the top of the forum page. I think 3.4.2 was the last release with the source code included. There is a tool chain that needs to be downloaded which is also available.

I use Cygwin(32 bit) within windows to compile the source.

Ryan
by ol boy
Sun Jan 15, 2023 9:51 pm
Forum: MS3 Development
Topic: CL Fuel Pump control over CAN
Replies: 1
Views: 1290

CL Fuel Pump control over CAN

This might be a worth while feature for the masses. I added this on FW1.4 source code almost a year ago. I upped the resolution to 12 bits instead of 8, this gives 8 times the control over pump speed. I'm sending the CAN message to a Teensy3.2 at the rear of the car which then send a serial message ...
by ol boy
Sun Jan 15, 2023 7:37 pm
Forum: MS3 Development
Topic: Compiler build tools (2012)
Replies: 49
Views: 29968

Re: Compiler build tools (2012)

okay, well.. got it sorted with Cygwin 32 bit on Win11 64 bit.

I found the saved downloaded files on an older laptop, I was able to copy that file over to a thumb drive and used those for the install prompts in the x86 setup in Win11.

What a pain that was.
by ol boy
Sun Jan 15, 2023 6:21 pm
Forum: MS3 Development
Topic: Compiler build tools (2012)
Replies: 49
Views: 29968

Re: Compiler build tools (2012)

piledriver wrote: Sun Jan 15, 2023 6:17 pm Subsystem for Linux v2... if you are on Win11... should work, cygwin no longer needed, it would probably just get in the way.
Can you provide a step by step of what to DL/install in what order? and unzipping the tar file? then how to make the ini and s19?

Thanks Ryan
by ol boy
Sun Jan 15, 2023 5:21 pm
Forum: MS3 Development
Topic: Compiler build tools (2012)
Replies: 49
Views: 29968

Re: Compiler build tools (2012)

What compiler are we now using since Cygwin only supports there new X86_64 setup? I'm now on a Win11 box and I was able to produce a new .s19 and .ini fille but once an edit was made to a .c file the corresponding .o file would produce an error on the "make ms3" command. Has anyone sorted ...
by ol boy
Sun Jan 15, 2023 5:15 pm
Forum: MS2/Extra Development
Topic: MS2 development/coding for dummies
Replies: 157
Views: 548658

Re: MS2 development/coding for dummies

Made a Win11 box and tried to install Cygwin_X86_64 and it looked like it was working.. it would compile... maybe.. it made a new ms3.ini file and a new .s19 with todays dates on it. But when I opened notepad++ and made an edit and saved then tried to run the "make ms3" it failed on the .O...
by ol boy
Sun Jan 01, 2023 12:34 am
Forum: Find a tuner
Topic: (Southern Arizona) Looking for Tuner
Replies: 7
Views: 5010

Re: (Southern Arizona) Looking for Tuner

Digging up this old thread again.. I'm in Tucson and can help out anyone in the Tucson/Marana/Vail area. PM here or email ryandenney347 at gmail.
by ol boy
Thu Dec 29, 2022 10:32 pm
Forum: Other Development
Topic: 4D systems display manual control of 4R70w over CAN
Replies: 0
Views: 2647

4D systems display manual control of 4R70w over CAN

Hey all.. it's been quite a while since I've past through here. Just an update on my software adventures. 8) I picked up a 4D systems touch screen display some time ago and decided to sort a way to receive CAN messages into a teensy3.2 that I'm using to drive portions of my factory 64 Falcon dash. I...
by ol boy
Fri Aug 05, 2022 5:39 pm
Forum: Success stories
Topic: Zenoha 32cc 2 stroke 19K rpm
Replies: 9
Views: 4773

Re: Zenoha 32cc 2 stroke 19K rpm

This work was done when I was working for https://hfeinternational.com/ I customer in San Diego was using the engine for a quadcopter to generate electrical power to drive the motors. We fitted the EFI system to the engine.