Hello,
I am trying to create a simple system to read a pressure from a transducer and display it to a user, through a small LCD screen or similar interface.
Because it is a single sensor and data readout, is this a task that would not even require an Arduino as it is fairly simple? If there is a way to do this simply by bypassing the logic/ardunio component, how would be best to do so?
Or because of the signal interpretation, does that just mean that I would likely only need a simple ardunio (i.e. Arduino Nano)?
Thanks!