Hello all,
I am new to this forum and also have no experience with Arduino (only some with SpeedDuino; Arduino ECU project).
However, there are two things I would like to do. Do I need an Arduino for this or are there other options to buy (plug and play). It is not that I am not intersted in Arduino, but for realizing some products during my graduation assignment I don't have a lot of time.
In short, this are the two things I would like to realise:
-
A controller which can read an engine rpm sensor signal and gives an output when a "set rpm" value is obtained. For example: switch a pin to ground or 5 Volt when 6000 rpm is obtained.
-
Control the stepper motor of a servo valve from an water brake engine dyno. Instead of original Superflow control I would like to implement inverse torque control instead of original feedback control. In short: I calculated the torque the dyno has to realize. I also have an data table with dyno torque, dyno speed and servo valve position. I would like to jump te servo valve to "pre-set" positions.
It have to measure engine rpm, pick the servo valve position out of the input table for the programmed torque and control the stepper motor of the servo valve.
Hope you can help me guys! I am searching for the simplest solution for now.