Connection 5 - 10 meter long fsr to arduino

Which way is better to connect fsr to arduino?

fsr between Vcc and A0 with 10k pulldown resistor and 100nf capacitor?

or fsr between Gnd and A0 with 10k pull-up resistor and 100nf capacitor?

is adding 1uf polarized cap in parallel with A0 and ground is good practice? (in addition to the 100nF cap) or it is not needed?

when I connected the fsr with pull-up resistor I got lots of noise in the reading and only adding the 100nf cap solved it.

When I try with pulldown resistor no noise was at the input

Some of us (me) do not know what an FSR is.

Which wire(s) is 10m long?

Your shielded cable will provide enough added capacity.

Some of us (me) do not know what an FSR is.

Forse Sensitive Resistor

Which wire(s) is 10m long?

the wire connected between the Arduino and the FSR.

the fact my reading was noisy when connecting the fat between ground and A0, but was just fine between Vcc and A0 - it mean I should wire it like that? (between Vcc and A0)

Two wires are required to connect an FSR to an Arduino, and presumably they are both long. it would help if you posted a more informative diagram showing the long connections.

Use diagram#2 (with pull up resistor) and shielded (audio) wire for FSR/GND.
Twin wire can be split into two if you can't get the single stuff.
Leo..

Here:

the wire I’m using are those22 awg

why not using pulldown resistor as in many examples for analog read, especially if the reading was much cleaner then when used pull-up resistor ?

Wrong wire choice.
Cable with a grounded shield will minimise interference pickup.
Wire size doesn't matter, since current flow is very low.
For shielded wire you need the pull up choice.
Note that some of the code must be different for pull up/down.
Leo..

this type of shielded?

is this solderable?

Right type of cable. Solderable depends on what metal the cable is made off.
But I have never seen that type of cable that can't be soldered.
You can always use a joiner block if soldering is an issue.
Leo..

how much it is not recommended to use the 22awg I shared? what could happen?

edit: regarding the shielded cable - can it be microphone cable? it got 3 wires 2 for signal and 1 is shielded

how to connect it -

at the fsr side first core to fsr lug 1, second core to fsr lug 2, shielded core leave floating?

at the arduino side - 1 core to arduino A0, second core to arduino GND, shielded core to arduino GND as well?

Good question.
Did you get an answer?

no…

just to make sure: in your picture I should refer to only 1 pair of wires see picture:

The red wire goes on one side to FSR pin 1 and on the other side to arduino A0. the other wire (the shielded copper wire) connected on one side to the FSR pin 2 and on the other side to arduino GND. Is that right?

even if I decided to go with only 3-5 meter long wire this will be the better solution?

Correct, and shielded wire is a better solution to stop RF being picked up.
The 10m normal wire you had before is a very good aerial.

The stereo wire I linked to is the cheapest option.
It easily rips apart for two lengths of wire.

I can't explain why pull up or pull down is different. It shouldn't.
Show pictures of your setup.
Pull up is recommended because there is no power wire to the sensor that can short out.
Leo..

Then why not do it that way if you get less noise?

because maybe there is other consideration that I don’t know of.

Maybe in the environment I check (at my home) using the pulldown resistor (and FSR between Vcc and A0) I get nice and stable reading. but if I will place it in different place I will get lots more noise ?

Very possible.
How did you measure the noise?

So if this is the only reason to go with pullup instead of pulldown - and if in my test using pulldown resistor was much cleaner - If I will completely isolate the VCC cable at the FSR side, I should be fine.

For what I try in the past the shielded cable are not easy to work with as opposed to 2 core silicone 24 AWG I used before which are much more flexible.