Search found 256 matches

by Rhinoman
Wed Apr 19, 2017 8:39 am
Forum: Dev: Hardware
Topic: Buck Converter: A problem with the output stage of TIP122
Replies: 12
Views: 9830

Re: Buck Converter: A problem with the output stage of TIP12

The 1.5A current rating of the 4427 is only an 'instantaneous rating' its only intended to provide the initial charge for the gate capacitance on a MOSFET for a period of nano-seconds, the continuous current rating is something like 200mA, I don't remember if they have over-temperature protection bu...
by Rhinoman
Tue Apr 18, 2017 2:23 pm
Forum: Dev: Hardware
Topic: Prometheus - NEW compact ECU shield!
Replies: 160
Views: 186923

Re: Prometheus - NEW compact ECU shield!

Most OEM ignition chips that I've seen have been protected, for between 350V to 450V. Perhaps larger coils instead of CDI pencils have a higher kick back. Yes usually around 400V to 450V clamping for an Ignition IGBT, that sets the maximum voltage that can be seen in the high tension side. I've not...
by Rhinoman
Tue Apr 18, 2017 2:12 pm
Forum: Dev: Hardware
Topic: Buck Converter: A problem with the output stage of TIP122
Replies: 12
Views: 9830

Re: Buck Converter: A problem with the output stage of TIP12

The 4427 may not have enough current drive - its is a Mosfet pre-driver, is there any specific reason why you are not using a MOSFET? You should probably have a current limiting resistor in the base as well to protect the driver from over-current. What are your resistor values? do you have the switc...
by Rhinoman
Thu Apr 13, 2017 12:46 pm
Forum: Dev: Hardware
Topic: Programmable mixed signal IO
Replies: 6
Views: 5403

Re: Programmable mixed signal IO

Most (all?) of the larger Powertrain processors have configurable pins on the microcontroller which allows functions to be moved around but how do you add signal conditioning and protection? the requirements for input and output and for analogue and digital are different.
by Rhinoman
Thu Apr 13, 2017 9:38 am
Forum: Dev: Software
Topic: Hybrid injection strategy
Replies: 20
Views: 13889

Re: Hybrid injection strategy

mobyfab wrote:it really looks like nothing more than a workaround to get stuff done with limited cpu power
No there is no shortage of CPU power, OEM code is very efficient and scheduling the second event is trivial.
by Rhinoman
Thu Apr 13, 2017 9:15 am
Forum: Dev: Software
Topic: Hybrid injection strategy
Replies: 20
Views: 13889

Re: Hybrid injection strategy

Ultimately it is about a more consistent fuel delivery, a 1us error on a 10ms pulse has far more effect then a 1us error on a 20ms pulse. OEM ECUs are far more complex than an aftermarket and its all aimed at extracting the most exact fuelling, aftermarket ECUs are greatly simplified, there are very...
by Rhinoman
Wed Apr 12, 2017 8:41 pm
Forum: Dev: Software
Topic: Hybrid injection strategy
Replies: 20
Views: 13889

Re: Hybrid injection strategy

Most aftermarket EFIs add the enrichment it to the primary pulse but that means extending the primary pulse which is what you want to avoid, particularly if you have stock hardware. They still have to do the maths, the reported injector PW is the sum of the two, you need to access the proprietary da...
by Rhinoman
Wed Apr 12, 2017 8:29 pm
Forum: Dev: Software
Topic: Hybrid injection strategy
Replies: 20
Views: 13889

Re: Hybrid injection strategy

This one is from a later model with a 16-bit ECU with a TPU running custom Denso code:

Image

Technically is doesn't switch to batch injection but instead it adds a second pulse a short period after the main pulse.
by Rhinoman
Wed Apr 12, 2017 8:01 pm
Forum: Dev: Software
Topic: Hybrid injection strategy
Replies: 20
Views: 13889

Re: Hybrid injection strategy

With this strategy you have longer injector pulses at low load, any jitter in timing is reduced because its a percentage of the pulse length . At higher loads its less important because economy and emissions are less of an issue. As well as the timing issue as soon as the injector opens the pressure...
by Rhinoman
Wed Apr 12, 2017 3:01 pm
Forum: Dev: Software
Topic: Hybrid injection strategy
Replies: 20
Views: 13889

Re: Hybrid injection strategy

One smaller injector with two pulses is the same as one larger injector with one long pulse put you can get better accuracy under lighter loads such as at idle because any jitter on the injector pulse has less effect. On the MPI Suzukis the second pulse gives an injector strategy like batch injectio...
by Rhinoman
Wed Apr 12, 2017 1:24 pm
Forum: Dev: Software
Topic: Hybrid injection strategy
Replies: 20
Views: 13889

Re: Hybrid injection strategy

All the ECUs that I have worked on use this method, the second pulse adds the high load enrichment. Shorter pulses allow smaller injectors which give better fuelling under low loads. The fuel pressure is more stable as well, although that is partially offset by smaller, cheaper fuel rails, some Suzu...
by Rhinoman
Tue Apr 11, 2017 2:53 pm
Forum: Dev: Hardware
Topic: analog inputs: op-amp + divider - Russian - now MCP6004
Replies: 124
Views: 137933

Re: analog inputs: op-amp + divider - Russian - LMV324IDT

mobyfab wrote:I need it for the knock sensor (sampling at 115kHz), but in this case the GBWP is more than sufficient indeed.
What is the bandwidth of the ADC?
by Rhinoman
Tue Apr 11, 2017 7:53 am
Forum: Dev: Hardware
Topic: analog inputs: op-amp + divider - Russian - now MCP6004
Replies: 124
Views: 137933

Re: analog inputs: op-amp + divider - Russian - now MCP6004

Temperature sensors and Vbatt under even remotely normal conditions should not get close to the rails. The only "normal" sensors where I could see us getting close would be TPS, MAP and wideband EGO. So far I have not seen any evidence that getting close to the rails is an issue with stan...
by Rhinoman
Mon Apr 10, 2017 2:55 pm
Forum: Dev: Hardware
Topic: analog inputs: op-amp + divider - Russian - now MCP6004
Replies: 124
Views: 137933

Re: analog inputs: op-amp + divider - Russian - now MCP6004

rail-to-rail isn't usually needed because most sensors won't go that close to the rails, anything near to rail is generally flagged as short-circuit or open-circuit. For digital inputs you should really be using comparators, those are usually open-collector so the output can be pulled up whatever vo...
by Rhinoman
Thu Apr 06, 2017 7:43 am
Forum: You and your build
Topic: Smart 452 Roadster with "Bigblock" Engine #33
Replies: 40
Views: 29144

Re: Smart 452 Roadster with "Bigblock" Engine #33

Problems with the LM1815 are usually down to poor PCB layout, insufficient decoupling or too much current into the inputs.
by Rhinoman
Thu Apr 06, 2017 7:37 am
Forum: Dev: Hardware
Topic: Variable Reluctance input
Replies: 15
Views: 15137

Re: Variable Reluctance input

You need to study the circuitry as well, problems with VR sensor interfaces are usually down to poor PCB layout, insufficient decoupling or just putting too much current into the inputs. I've seen some terrible analysis of theses chips, including one that was done on a breadboard! What speed were th...
by Rhinoman
Tue Apr 04, 2017 7:43 am
Forum: You and your build
Topic: Smart 452 Roadster with "Bigblock" Engine #33
Replies: 40
Views: 29144

Re: Smart 452 Roadster with "Bigblock" Engine #33

nighthunter wrote: By the way do not try to use LM1815 for VRs.
Why not? they were used in many ECUs.
by Rhinoman
Wed Mar 29, 2017 2:59 pm
Forum: Dev: Hardware
Topic: Frankenso board availability in the UK
Replies: 6
Views: 5393

Re: Frankenso board availability in the UK

Which ECU do you have? the early JDM models were different to the UK models though I believe that the connector pin-out is very similar.
by Rhinoman
Wed Mar 29, 2017 9:40 am
Forum: Dev: Hardware
Topic: Frankenso board availability in the UK
Replies: 6
Views: 5393

Re: Frankenso board availability in the UK

Hi yes I found the online store, but the shipping is very expensive and then I believe it will need tax and duty paying for imports. Im wondering if I can get 10 made up by a UK based PCB firm and supply them via this website. I will looking it. You'd need to pay VAT at 20% plus a handling charge w...
by Rhinoman
Mon Mar 27, 2017 8:05 am
Forum: Dev: Hardware
Topic: Ignition modules
Replies: 71
Views: 64882

Re: Ignition modules

I'm fairly confident Bosch actually gets ST to make their ICs too. Bosch have their own fab. I've used Ignition IGBTs with cheap comparator circuits to monitor current on a couple ECUs but mostly the igniters have been built into the coils. The integrated drivers will work OK, the semiconductor man...
by Rhinoman
Fri Mar 24, 2017 11:43 am
Forum: Dev: Hardware
Topic: analog inputs: op-amp + divider - Russian - now MCP6004
Replies: 124
Views: 137933

Re: stm32f4 MPU module LQFP 208

kb1gtt wrote: I'm kind of dream of little boxes that you connect to the analog input sensor or digital outputs all connected with a digital bus, perhaps CAN or optical.
The SENT protocol is designed for interfacing sensors to ECUs.
by Rhinoman
Thu Mar 16, 2017 2:40 pm
Forum: You and your build
Topic: 02 pontic grand am "Frankenslut" v-6
Replies: 26
Views: 18495

Re: 02 pontic grand am "Frankenslut" v-6

On the 24x external crank, when I was digging in code, seemed like it was only used below 2000rpm for better resolution, then the ecu would switch to internal 7x crank. Gm was pretty funny about that. I could dig around to find the signal pattern for the 24x, but I may not use it if it can't go all...
by Rhinoman
Fri Mar 10, 2017 3:28 pm
Forum: Dev: Hardware
Topic: DEAD DESIGN rusEfi own wide band controller board add-on using CJ125
Replies: 364
Views: 339751

Re: CJ125 board

I have a PCB, the CJ125 and the micro board, can I get the firmware please?
by Rhinoman
Mon Mar 06, 2017 9:58 am
Forum: Dev: Software
Topic: EMStudio and rusEfi
Replies: 34
Views: 23884

Re: EMStudio and rusEfi

I've done some C++ development, mostly Borland but I've done a little MS Visual C++, its what I intend to use for future projects. I've dabbled with JSON for HTML and Android. I've used TunerPro for diagnostics and live tuning previously. I'd be interested in seeing how well EMStudio compares.
by Rhinoman
Sat Mar 04, 2017 11:03 am
Forum: Dev: Software
Topic: EMStudio and rusEfi
Replies: 34
Views: 23884

Re: EMStudio and rusEfi

Is there any documentation on how to write a plug in?
by Rhinoman
Fri Mar 03, 2017 8:36 am
Forum: You and your build
Topic: Hello from Milltucky Mi
Replies: 25
Views: 15555

Re: Hello from Milltucky Mi

gm ecu 40 pids/s is only so fast That's pretty quick for 'OBD2' if you follow the specification then something like 8.5 PIDs/sec is the maximum, I've done tests with a BT ELM and I was getting 4 PIDs/sec - its quite useless for any kind of tuning. RusEFI has a CANBus link that could run at 1Mb; 11-...
by Rhinoman
Thu Mar 02, 2017 1:22 pm
Forum: Misc
Topic: semi sequential or batched
Replies: 3
Views: 3827

Re: semi sequential or batched

It would be preferable to inject 1&4 and 2&3 to keep fuelling identical between cylinders, it may not make any difference but it could mean that there is uneven fuelling - it will depend on the cam timing. I would hope that its a mistake on the wiring diagram. The OEM ECUs that I have worked...
by Rhinoman
Thu Mar 02, 2017 1:12 pm
Forum: You and your build
Topic: BMW K1100RS
Replies: 35
Views: 25200

Re: BMW K1100RS

DaWaN wrote: The throttle position sensor has two wipers if I am not mistaken: this is to accurately measure throttle position in low engine loads.
Is that not a TPS wiper and an idle switch?
by Rhinoman
Thu Mar 02, 2017 12:57 pm
Forum: Dev: Hardware
Topic: 72 pin 1123038-2 connector board
Replies: 54
Views: 35816

Re: 72 pin 1123038-2 connector board

http://rusefi.com/forum/download/file.php?id=2378 There are some bad solder joints there - the solder hasn't flowed through the conductors so the wire is only soldered on the outside edges, you may just need to reflow those joints. I would think that the problem was caused by the wires not being pr...
by Rhinoman
Thu Mar 02, 2017 12:51 pm
Forum: Dev: Hardware
Topic: 72 pin 1123038-2 connector board
Replies: 54
Views: 35816

Re: 72 pin 1123038-2 connector board

Has the trace fractured at the pad? it is a thin trace and it is not thickened before it joins to reduce stress.