Hi, I'm trying to connect LCD ic2 with arduino nano, however, for SDA and SCL which supposed to be connected to the A4 and A5, I am unsure how to do this since all my anolog pins are being used to connect fsr sensors, A0-A7 (8 fsr sensors).
Is there any other way to connect it? I can't connect it to A4 and A5 now right since its already connected to the FSR sensor?
You have 14 digital pins. Avoid D0, D1 because they are used by Serial.
That still leaves you with 12 GPIO pins. You need 6 for regular parallel 16x2.
Calculating your pin budget is the first part of any design.
It is easier and cheaper to select a controller with more legs than to add external chips.