Matthew Kennedy

Results 55 issues of Matthew Kennedy

Enable CAN on OpenBLT

stimulus from https://github.com/rusefi/rusefi/issues/6349#issuecomment-2052176569

- Use sensors bus instead of directly getting/setting in status_loop.cpp - Send EGT over CAN - Support CAN EGT input

Many tables still use `float` when that level of precision is unnecessary, wasting some memory. Let's convert what we can to scaled (smaller) integers instead.

![image](https://github.com/FOME-Tech/fome-fw/assets/568254/43585b21-0531-4c51-9409-534ec1419763)

rough steps: - in `cli_registry.h`, add something like `STRING_RAW` to the `action_type_e` enum for "pass the whole arg string as one blob instead of parsing - add a new function...

good first issue

Emit dep files to be read by make so that correct dependencies can be calculated for re-builds when a config file is changed

enhancement
💰 tech debt 💰

Instead of firing one injection of time X+dt, fire two injections of X/2+dt, with a short gap (2ms?) between them. This allows you to have the fuel delivered at the...

enhancement

- ~~Fudge factor for CAN vss (car using wrong size wheels for ABS controller, for example)~~ Done! - Driven vs. undriven VSS separately over CAN

enhancement