Hi all, thanks for looking!
Im building a project (not a robot sorry) which is using strain gauges. I have found this EXCELLENT guide online:
http://www.deferredprocrastination.co.uk/blog/2013/reading-strain-gauge-scales-with-arduino/
Ive built my project up on a breadboard, to see if my shiny new INA125PA works! It appears to, but i have a couple of potentially noobish questions! Ive set my sketch up to read A2 only currently. It is serialprint-ing analogue reads from the Pin, and not doing any fancy pants processing yet.
- I cant see in the example sketch what the A5 connection does?! any ideas?
- I have pulled the strain gauge out of a set of cheapo scales, therefore have no datasheet. Is there any other more intelligent way i can choose a resistor, other than just trying one out to see? (i realise i need to pick one to provide amplification to suit the weights i will be dealing with)
- The RAW analogue read on A2 out sits at around "70". It increases by loading the strain gauge (therefore decreasing the resistance?). Is there a maximum limit to what it should be? i presume 1024 is 5V? can i overload the arduino via this pin and damage it? is there any protection i can put in or is just a case of sensible resistor selection on the amp?
I look forward to getting this project built up and posted for y'all to admire ;-)