Hello everyone,
I'm not entirely sure if I am going down the right path with this so I figured I would bounce it around among more knowledgeable people.
Let's say I have two analog sensors that have resistance ranges larger than the instruments I am outputting to.
For instance I have a range of 0 - 300 ohms where 0 ohms = 0 degrees and 300 ohms = 300 degrees. Now let's say my instrument has a scale of 10 - 115 degrees so 10 ohms to 115 ohms is the range.
Any thoughts on how to do this? Is it as simple as telling Arduino that anything between 0-10 ohms = 10 and that anything between 115 - 300 = 115? And anything in-between is the actual value?
I don't really care about any of the values above or below that scale but finding specific sensors in the ranges I need are difficult. Most are a larger range than I need.