Hey Paul,
Thanks. And yea, it's a lot of fun. I've always wanted to develop a project for experimental aviation and this seems like as good a target as any. You obviously understand.
The Teensy looks like a real screamer. I'm using an STM32L4 with a Cortex M4 core running at 80 Mhz. Has all the peripherals I need, there is a 125 Deg. C. version available, and it has way more computing power than is needed for an engine control. Right at $10 a pop.
I've been a fan of CAN bus for a long time. For instrumentation/control I think it's the right mix of simple, fast, and robust. The ECU won't log data but will send data via CAN to the control head for logging to a SIM card. I've used CAN at work, following the ARINC 825 protocol, and it worked out great. At 4000 RPM there is more than enough time to send 50 messages with 29 bit identifiers and 8 byte payloads between blades. I won't need more than four.
BTW, I've already bought the board that will serve as the control head for early development.
STM32H7 (High Speed Cortex M7 core) running at 550 MHz. Small AMLCD with PCAP. About $100. I have to keep it hid so I don't lose focus :-)
Wes