Search found 1494 matches

by mck1117
Mon May 30, 2022 8:24 am
Forum: Universal Boards
Topic: Proteus triggel wheel sensor setup
Replies: 10
Views: 12748

Re: Proteus triggel wheel sensor setup

Are you feeding your unit just with USB? What is the voltage on the 5v outputs at the moment? mck1117 is it wise to feed sensors from proteus +5v without +12 power? It is potentially undefined behavior. I would expect to see 4.1-4.5 volts on the 5v sensor outputs (and on the internal 5v rail) when ...
by mck1117
Fri May 27, 2022 7:15 pm
Forum: You and your build
Topic: 1973 Opel Manta - BMW M42 #62
Replies: 11
Views: 10043

Re: 1973 Opel Manta - BMW M42 #62

duhafnusa4 wrote:
Fri May 27, 2022 7:15 pm
is that with Dave?

Nice numbers!
looks like dave himself sitting in the left seat
by mck1117
Thu May 26, 2022 11:42 pm
Forum: Dev: Hardware
Topic: Volvo electric power steering pump CAN bus control
Replies: 37
Views: 32798

Re: Volvo electric power steering pump CAN bus control

Here's the Lua that was running for that video: https://gist.github.com/mck1117/626174d991183cc72802074f954db97b It just waits until it sees the "I'm alive!" message from the pump, then starts sending. The 1ae0092c frame seems to just keep the pump alive and listening/sending over CAN, and...
by mck1117
Thu May 26, 2022 6:15 pm
Forum: Dev: Hardware
Topic: Common Rail MC33816/PT2001 dev board - 4 injectors GDI
Replies: 137
Views: 178542

Re: Common Rail MC33816/PT2001 dev board - 4 injectors GDI

Bluepower wrote:
Thu May 26, 2022 5:39 pm
Is this only the GDI injector drivers? Or complete plug&play ECU for 4x GDI(like VW/audi TFSI engines)?
This is an external box that JUST controls the injectors/pump.
by mck1117
Thu May 26, 2022 6:13 am
Forum: Dev: Hardware
Topic: Volvo electric power steering pump CAN bus control
Replies: 37
Views: 32798

Re: Volvo electric power steering pump CAN bus control

maxxecu sends IDs 2104136 and 1ae0092c to the pump

2104136 is ~71.4hz
1ae0092c is ~2.38hz

exact 30:1 ratio

pump responds at 11.84hz, which is 1/6 the rate of 2104136
by mck1117
Wed May 25, 2022 8:13 pm
Forum: Plug In Boards
Topic: hellen121nissan in 350z nissan body but vq30det vq30 engine
Replies: 10
Views: 10743

Re: hellen121nissan in 350z body but vq30det engine

wow it's really 123456
image.png
image.png (5.76 KiB) Viewed 10723 times
by mck1117
Wed May 25, 2022 8:13 pm
Forum: Plug In Boards
Topic: hellen121nissan in 350z nissan body but vq30det vq30 engine
Replies: 10
Views: 10743

Re: hellen121nissan in 350z body but vq30det engine

is this correct firing order? really 123456?
by mck1117
Wed May 25, 2022 6:51 pm
Forum: Dev: Hardware
Topic: Volvo electric power steering pump CAN bus control
Replies: 37
Views: 32798

Re: Volvo electric power steering pump CAN bus control

Sou there is a way to trick pump, on that same forum and thread, 0e410003 - can bus alive will start up with no delay, and 2e414003 seems like affects pump speed by editing second byte (in index 1), but after 5 seconds pump enter fail safe but it will keep last speed what we sent to can in failsafe...
by mck1117
Wed May 25, 2022 6:52 am
Forum: Dev: Hardware
Topic: Volvo electric power steering pump CAN bus control
Replies: 37
Views: 32798

Re: Volvo electric power steering pump CAN bus control

ELMEPRO wrote:
Tue May 24, 2022 8:49 am
rewind motor to 3 phase and use with pwm
I don't think that will work - I think it's actually a switched reluctance motor, so it has an incompatible number of poles/phases if you wanted to rewind it in to a BLDC.
by mck1117
Tue May 24, 2022 9:32 pm
Forum: Dev: Hardware
Topic: Volvo electric power steering pump CAN bus control
Replies: 37
Views: 32798

Re: Volvo electric power steering pump CAN bus control

Sou there is a way to trick pump, on that same forum and thread, 0e410003 - can bus alive will start up with no delay, and 2e414003 seems like affects pump speed by editing second byte (in index 1), but after 5 seconds pump enter fail safe but it will keep last speed what we sent to can in failsafe...
by mck1117
Tue May 24, 2022 6:36 pm
Forum: Dev: Software
Topic: Unit tests
Replies: 14
Views: 8583

Re: Unit tests

AndreyB wrote:
Tue May 24, 2022 6:35 pm
Matt, it would _totally_ compile on Windows for sure.
I'm sure it would, but it's going to be easier and more performant on WSL or "real" Linux.
by mck1117
Tue May 24, 2022 6:33 pm
Forum: Dev: Software
Topic: Unit tests
Replies: 14
Views: 8583

Re: Unit tests

Hi, I've spent some time to figure out how to compile the rusEFI-Code with the right version of Make and the GNU Arm Embedded Toolchain, this works fine now (despite the 17 warnings), but I am not able to compile the unit_tests. I didn't make any changes to it, I've got the repository-files from Ap...
by mck1117
Mon May 23, 2022 6:58 pm
Forum: Universal Boards
Topic: m102 2.3 8v mercedes E190 PROTEUS
Replies: 6
Views: 11737

Re: m102 2.3 8v mercedes E190 PROTEUS

subzero wrote:
Mon May 23, 2022 6:57 pm
just a question rusefi dont have squirts per cycle?
on speeduino used 2 squirts ,on 4 squirts i have very rich idle
can you post your tune at rusefi.com/online?
by mck1117
Mon May 23, 2022 5:52 pm
Forum: Dev: Hardware
Topic: Live Telemetry second attempt
Replies: 14
Views: 5109

Re: Live Telemetry second attempt

Whst is the workflow? Can to sutosports to 4g or wifi? Correct. It has a GPS/accelerometer/etc, and talks to the ECU over CAN. In my case, I have an rpi acting as the dashboard for the car connected to the Racecapture over USB. The Racecapture then uploads telemetry either over WiFi to a wifi hotsp...
by mck1117
Mon May 23, 2022 5:49 pm
Forum: Dev: Software
Topic: MRE - SD Card SPI & CS select dialog
Replies: 4
Views: 2145

Re: MRE - SD Card SPI & CS select dialog

update: it looks like since we last discussed it, we've added those back. They're present in snapshot but not the last release.

In the future, please check on snapshots if you think something is wrong or missing in the latest release.
by mck1117
Mon May 23, 2022 5:42 pm
Forum: Dev: Software
Topic: MRE - SD Card SPI & CS select dialog
Replies: 4
Views: 2145

Re: MRE - SD Card SPI & CS select dialog

Looks fine to me?
image.png
image.png (108.65 KiB) Viewed 2137 times
by mck1117
Sun May 22, 2022 11:27 pm
Forum: Dev: Hardware
Topic: Live Telemetry second attempt
Replies: 14
Views: 5109

Re: Live Telemetry second attempt

AndreyB wrote:
Sun May 22, 2022 11:25 pm
Do they have any uplink and remote app?
What do you mean uplink and remote app? They have a website that you can look at live telemetry (and lap timing data): https://podium.live/events/ldrl-2022-04-24-ridge-sun-8-hour/device/happy-cactus-240
by mck1117
Sun May 22, 2022 11:23 pm
Forum: Dev: Hardware
Topic: Live Telemetry second attempt
Replies: 14
Views: 5109

Re: Live Telemetry second attempt

I use https://www.autosportlabs.com/ and it works very well. Talks to the ECU over CAN. Even has a preset for rusEFI!
by mck1117
Wed May 18, 2022 8:04 am
Forum: Dev: Hardware
Topic: Volvo electric power steering pump CAN bus control
Replies: 37
Views: 32798

Re: Volvo electric power steering pump CAN bus control

The log in this post contains the same ID, 1b200002: https://www.diyelectriccar.com/threads/volvo-electro-hydraulic-power-steering.44828/page-5#post-1046821 That log shows similar behavior: One frame of 0451, repeated frames of 0f71, BUT THEN a transition to 0f73, which presumably means the pump was...
by mck1117
Wed May 18, 2022 7:59 am
Forum: Dev: Hardware
Topic: Volvo electric power steering pump CAN bus control
Replies: 37
Views: 32798

Re: Volvo electric power steering pump CAN bus control

Here's what I recieve from my Volvo pump: 2022-05-18_00_58_39_790: EngineState: CAN_rx bus=0 1B200002(455081986) 8: 00 00 00 00 00 00 04 51 2022-05-18_00_58_39_878: EngineState: CAN_rx bus=0 1B200002(455081986) 8: 00 00 00 00 00 00 0F 71 2022-05-18_00_58_39_990: EngineState: CAN_rx bus=0 1B200002(45...
by mck1117
Wed May 18, 2022 7:26 am
Forum: You and your build
Topic: Renault 8 Gordini [MicroRusEFI]
Replies: 31
Views: 26654

Re: Renault 8 Gordini

why not upload an unlisted youtube video?

by mck1117
Wed May 18, 2022 7:15 am
Forum: Dev: Hardware
Topic: Wideband Controller: Fully Custom, no ASIC!
Replies: 211
Views: 586082

Re: Wideband Controller: Fully Custom, no ASIC!

I upload firmware to my board but green and blue led blink alternating quickly at boot and then slowly (Firmware integrity check fail). You need to either: Disable the bootloader. Set USE_BOOTLOADER=o in f0_module/board.mk, then flash the resulting wideband.bin to your board. Build using the script...
by mck1117
Tue May 17, 2022 6:33 pm
Forum: Universal Boards
Topic: Hello And!!!! New CNG Project
Replies: 19
Views: 15087

Re: Hello And!!!! New CNG Project

AndreyB wrote:
Tue May 17, 2022 6:31 pm
Nick says that MAP (yellow line) spikes are explosions in intake collector?
Yeah, I'd believe that.
by mck1117
Tue May 17, 2022 6:15 pm
Forum: Universal Boards
Topic: Hello And!!!! New CNG Project
Replies: 19
Views: 15087

Re: Hello And!!!! New CNG Project

A few observations from your tune: Displacement: should it be larger than 2 liters? Trigger offset: Setting "single tooth second half" with a trigger offset greater than +-180 seems wrong to me. You should be able to switch to "single tooth first half" with an offset of 53 instea...
by mck1117
Tue May 17, 2022 5:22 pm
Forum: Tuning Support: Making it Run
Topic: Trigger settings - VVT sync requirement
Replies: 24
Views: 26724

Re: Trigger settings - VVT sync requirement

Can i run the injection in a Semi-sequential without changing the sequential wiring? I don't want to run simultaneous, so it will fire pairs of injection? Injection isn't your problem. Injection phase largely doesn't matter, since an injection can't get past the intake valve until it opens, which t...
by mck1117
Tue May 17, 2022 7:01 am
Forum: Tuning Support: Making it Run
Topic: Trigger settings - VVT sync requirement
Replies: 24
Views: 26724

Re: Trigger settings - VVT sync requirement

Logs, dude. There are valuable nuggets in those logs about what's happening when it mis-syncs and kicks back on the starter.
by mck1117
Tue May 17, 2022 3:01 am
Forum: Tuning Support: Making it Run
Topic: Trigger settings - VVT sync requirement
Replies: 24
Views: 26724

Re: Trigger settings - VVT sync requirement

What does "better 80% of the time" mean? Can you take a normal log in tunerstudio of whatever you're seeing, both the "good" and "bad" cases?
by mck1117
Mon May 16, 2022 10:35 pm
Forum: You and your build
Topic: Success Story Fiat 128 / Zastava 101 1500cc on MRE
Replies: 37
Views: 28251

Re: Suggestion for starting 1st project

stayros32001 wrote:
Mon May 16, 2022 10:16 pm
Abricos says that with old firmware has not problems like this.
Any suggestions?

(I am refering to usb connection and no bluetooth connection at all)
Can you describe the specific problem you're having? What steps to reproduce, and what do you think should happen differently?
by mck1117
Sat May 14, 2022 1:37 am
Forum: Dev: Hardware
Topic: PDM info dump
Replies: 9
Views: 6638

Re: PDM info dump

AndreyB wrote:
Fri May 13, 2022 11:41 pm
Let's KISS and prototype with a brass bolt
A simple screw is actually less simple - a screw through a PCB will creep he fiberglass, making the board thinner, progressively making the connection worse.