Bonjour.
Je voudrais savoir comment on peut lire les informations données par une cellule de force S.
Soit sous forme d’un graphique soit juste les valeurs maximale en compression et en tractions.
Merci d’avance
Ruth Sylvain
Bonjour.
Je voudrais savoir comment on peut lire les informations données par une cellule de force S.
Soit sous forme d’un graphique soit juste les valeurs maximale en compression et en tractions.
Merci d’avance
Ruth Sylvain
Hello @Sylvain1011 and welcome to the forum!
In order to help you, we will need more details about your setup. Are you using an Arduino to read the data?
Also, you have to keep in mind that load cells provide small-signal values that require specialized amplification, so these sensors shouldn’t be connected directly to a microcontroller like the Arduino. You will need a pre-packaged instrumentation amplifier IC or a high-resolution analog-to-digital converter, you can find more information about this here:
Depending on what amplifier you are using you will find different libraries that will help you read the data, like these:
Or maybe you want to read the data with your computer, in that case, you will need something like the PhidgetBridge, in that link you will find a PDF File with the information you need to read the data.
I hope that info can help you out