the ultimate logger, or logomatic V3

We all have different needs in term of logger capabilities. But I think the following logger could satisfy all of our common needs:

-lot of generic 0-5v analog inputs

-digital inputs able to measure frequency, pulse width or duty cycle

-digital inputs acting as events triggers, like start/stop buttons, finish line, behaviour change, etc…

-raw serial

-serial GPS, all known protocols.

-SPI to known sensors

-I2S to known sensors

-CAN

-Logging memory should be either SDcard or serial flash if SD is not fast enough.

-USB port to configure and read data.

-Serial output for radio telemetry.

-Some leds to display logger status.

-optional board for digital outputs, frequency, pulse, PWM, or analog output, depending on any input value.

And everything configurable, through USB or file, to fit everyone needs.

It should be used on lipo, but in order to be used in automotive application :twisted: it should accept the worst power supply: 12V from battery added with lots of spark noise. So it should have very good filtering on every inputs. That’s why using a simple evaluation board is not possible. And they have lots of standard connectors, not needed in embedded application.

STM32F105 or LPC1758 have all the resource needed for this. Adding power supply input and filtering of all inputs would result in a compact design, and not so expensive. A good form factor would be 100x80 to fit the Sparkfun case.

From my side, I am interested to log data on race vehicle, either motorbike or car. But all semi-pro or pro solutions are very expensive and always miss something. I need something more rugged than logomatic, ulog or similar boards, which are not reliable in noisy environment.

What do you think? Any differend need?

Angelo

Angelo,

you have pretty much nailed it all :!: - that’s all you could want to make a perfect race car logger.

The only thing I would add is interface for a dash board, unless it is a serial LCD display or a CAN operated device.

I was also looking to build a data logger based on Logomatic v2 Serial SD Datalogger

with GPS (LS20031 GPS 5Hz Receiver) with a handful of inputs for analogue sensors and RPM.

Initially for the kart and then possibly develop it into a racing car logger. See my post here viewtopic.php?f=17&t=20771

On the kart I am thinking to use a Lithium battery, so noise would be to much of an issue.

As for the car, 12V “noisy” power would become an issue especially on the analogue sensors and I am thinking to have an external power supply to stepdown to 5V and filtering all the noise out before it gets to the logger PCB.

Actually, you wouldn’t want to bring Noisy 12V to your main logger board, it is better to keep it away from the logger.

May I also ask you what analysis software are intended to use with the logger? The Racechrono looks good, but it is still under development.

Best regards

V