Trust? It's about all we have without having a guy on site for QC. If we buy the parts form one of the standard US suppliers we have a pretty good chance of getting genuine parts but the cost is greater.
Well, are there places that will wave solder a PCB for us if we come through their door with a PCB and all the component leads already shoved through the holes?
<< >>
One of the biggest real estate hogs, for me, has been the connectors to the outside world.
I think connectors are also one of the biggest potential failure points. (at the board, and at the sensor/the coil-injector)
Related: Manifold Absolute Pressure sensor. On the electronics board with a tube running to the manifold, or mounted on the engine with just the 0-5Volt signal going to the board?
Dunno. The inlet manifold should be a relatively cool spot even on this air-cooled engine, but these engines vibrate a lot. I'm not sure that mounting electronics to them is the best way to go.
Mass flow sensor rather than, or in addition to, MAP and TPS? Using a 3D printed combination injector housing and sensor mount something like this
mass flow sensor ($<20) might work?
Are we off the Speeduino reservation now? I didn't see any support for a MAF on their site, but I didn't dig deep.
Heretical thought: A MAF used with a "stock" Arduino (get a genuine one in a version with enough memory for the code and mixture maps) could be a low-budget, high-reliability, open-loop "Redneck EFI Deluxe." The MAF (one per cyl) + a TPS does everything the "governor" knob does in the Redneck design. Keep the manual mixture control knob (knob
s--one per injector) for fine tuning in flight via EGT (for extra credit, we could add an EGT sensor to the inputs and use it to do the fine-tuning without pilot action, so a total of 4 sensors (2x EGT). But, we'd probably want to keep the knobs to allow manual trimming if desired. No need for anything Speeduino (no Speeduino boards, no Speeduino GitHub back-and-forth, etc.) It's just our local, modest, focused project and we write and own the tiny, clean code. We wouldn't try (as Speeduino does) to include compatibility with a lot of sensors and injectors: We only need to be sure it works well with one widely-available and high-quality model of each thing. The Redneck EFI author said there's an empty spot for a second injector on the Arduino he used, ones with a larger number of digital input and output pins are available now--enough for a 4 cylinder engine I'm pretty sure (if someone wants that). No ignition, no CANBUS, no WIFI (unless we want it)--just a low parts count, a low hardware bill, compact code, and a very vanilla goal: reliable fuel delivery to the engine. No frills. I'm just putting it out there . . .
A big-picture question that may affect a lot of things: Will A) a single higher-cost OpenAero EFI (with near-MILSPEC connectors, high-cost parts assembled in a small-batch, high-cost way, etc) give us better Mean Time Between Engine Stoppage than B)
two units built using OTS components and selectable with the flip of a switch? It sounds like the cost of both options is maybe going to about the same. B would be quicker to implement, less hassle over time ("Hi, I'm back with more boards for soldering!"), less programmatic overhead (buy stock OTS finished boards as they are needed, no need to order a big batch of parts to (eventually) build finished boards). If we guard against a cause of failure that could kill both units (dirty power/overvoltage, shared sensors, etc), I suspect B might even have higher total-system reliability.