Hello, I am using an arduino NANO, and connecting an LCD to a Force Sensitive Resistor. Is it possible for the LCD to continually display how much pressure is on the FSR?
yes, of course. You need to connect the FSR to the NANO, not the LCD
Start with examples for the LCD you are using. Get that working.
Create a new sketch for the FSR and get that working.
Combine the two into your final project
It would be interesting to know what the life and repeatability rating of an FSR is.
Yes.
I suggest you connect one device at a time. First get the LCD going. Then disconnect the LCD and get the FSR working (with the output through the IDE serial monitor.
Then you can combine them.
Thank you for your help!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.