Hi Hitby,
wow! You are much faster than I expected. Even faster than the brand new garlic service
1.-------------------
How did you account for TMP102 being a 3.3V type?
2.------------------
RPM: Arduino offers plenty ways to measure rpm SW or HW. As we want to have a fast system we should focus to HW frequency measurement.
A. Either counting a counter directly and look at it after i.e. 1ms and reset it. The counts represent frequency.
B. Else let counter run by internal clock and let rpm sensor perform an interrupt. The contence of the counter represents pulse time and can be transferred into rpm.
In both cases we need to decide at what lowest rpm we want to have valuable values. Upper frequency is no problem. Here are some links 1 2
wow! You are much faster than I expected. Even faster than the brand new garlic service

1.-------------------
How did you account for TMP102 being a 3.3V type?
2.------------------
RPM: Arduino offers plenty ways to measure rpm SW or HW. As we want to have a fast system we should focus to HW frequency measurement.
A. Either counting a counter directly and look at it after i.e. 1ms and reset it. The counts represent frequency.
B. Else let counter run by internal clock and let rpm sensor perform an interrupt. The contence of the counter represents pulse time and can be transferred into rpm.
In both cases we need to decide at what lowest rpm we want to have valuable values. Upper frequency is no problem. Here are some links 1 2






Comment