Strain Gauge Module

Hi,

I'm currently working on a project in which I want to measure strains of a material on a tensile machine.
I found a module, the "BF350-3AA STRAIN GAUGE MODULE" with the link here : BF350-3AA Strain Gauge Module

I'm interested in buying this module, but I don't know how I could get my values on Arduino. Do you have any idea of the code that I could use?

Thanks!

Hugo

Do you have any idea of the code that I could use?

int val = analogRead(somePin);