PSIG wrote: ↑Sat Sep 21, 2024 8:00 pm
pazi88 wrote: ↑Thu Apr 23, 2020 3:49 pm
STM32F4 can currently do 8x8 sequential with speeduino FW so there is that. It also has built in SD card support, so getting SD-card logging to work should be easy.
Hooray! I got my 1.3 up and alive following your video.
I'm looking at a winter project V8 COP ignition-only, and will design my own spark-only IO board if required (options?). I can make one with an existing pinout to simplify and stay out of code changes.
- Is there a generic FW and/or tune that will let me jump straight to 8IGN for testing?
- I don't see latest FW with fast ADC - is it standard now, or how do I tell it to run fast?
- Link to SD card procedures for logging?
- Any further dev, with perhaps a USB-C for clearance?
Thanks to @Pazi88 for this option to play with!
Sorry for late reply.
- The default sampling rates have gotten faster on Speeduino FW, so there isn't anymore much benefit from the fast ADC build. So I haven't done that anymore.
- For me it has worked just by formatting the SD in TS and then setting up the logger. The settings though were bit confusing and you could easily setup it so that it doesn't work. But I think that has now been improved for newer Speeduino releases.
- I don't personally like USB-C for these kind of Car-things, because it's so easy to rip out the USB-C connector from PCB. THT USB-B connector is much more durable. But I guess I could made version with USB-C if people want that.