The trouble that I am having, is that this sensor is unable to measure 20-500 g properly, it can sense touch, but it stays at 0 kg even when a known weight 20-500g is applied. I am applying 20-500g to calibrate the sensor.
When the touch the sensor, it saturates to 2300 (b/c its an ESP32 Nano), or light touch around 200-700 (and shows like 130 kg weight when I press the sensor really hard). Does anyone have any suggestions on how to make this sensor more accurate to measure swelling or any techniques/codes that work better than this?
Did you read the discription of how that sensor works? Resistance type thin film pressure sensor triggers when the default resistance is less than 200kΩ
You can't measure force with that sensor.
FYI: You can't measure force with any significant accuracy with any FSR. You can do is something like, light, medium heavy force.
I notice that even though the title of the ad is for a force sensor, all the description is about pressure. In order to convert pressure to force, you MUST KNOW the area with the pressure so you can divide and get the force. No where do they give the area of the sensor, so you cannot do the conversion of pressure to force.
Hmm, okay, I calculated the area as others have done in youtube videos. If this sensor isn’t ideal, do you have any suggestions on what would measure pressure (swelling in a brace) best?
Ohh, okay. I did see that the FSR example code only came with light, medium, and heavy force. Do you have any suggestions on how to use this qualitative (light, medium, heavy), to show swelling in a knee brace?
There seems to be a fundamental disconnect here. All your pressure sensors are recording at a single point, but you are wanting volume changes to be measured.
Sorry, I don’t understand. Do you mind explaining? The number I provided was for area of the surface of the sensor. That is where I want to measure swelling.
First you need to determine what volume change a swollen knee has and then you can approximate what the pressure change might be. Once you've done that, a sensor full scale can be selected and helpers will know what to suggest.
Online people have seemed to use an FSR to measure 2 kg weights accurately. Is there a way to fix my code or circuit such that I can do the same? With my code/circuit I am unable to accurately measure even 2 kg/3kg.
Is there a way I can do something with the FSR to get it to read an accurate reading? Right now, even if I use a 2kg weight, the sensor isn’t accurate. I would like to fix that first if possible.
Is that point also the point on the brace that cannot move? If so, then you should be able to measure the pressure at that point, but that is for that point only, not for the knee swelling, which is all over the knee and cannot be uniform.