This strain gauge module uses a BF350 sensor to measure mechanical stresses in solid materials. The module includes an adjustable amplifier circuit to make it suitable for interfacing directly to a microcotrollers ADC input and requires only a single 5V power supply.
Note that this module should be used for applications where only relative strain measurements are required.
Specification:
Product code: HCSENS0038
Supply voltage: 5V
Output voltage: 0-3.5V
Sensor type: BF350-3AA
Strain limit: 2%
Active sensor size: 2mm x 3.5mm
Sensor resistance: 350 ohms
Fatigue life: >10000000
Module size: 32mm X 17 mm
Schematic:
Example Arduino application:
Arduino Sketch:
- #define SENSOR_PIN 0
- void setup()
- {
- Serial.begin(9600);
- }
- /* Main loop */
- void loop()
- {
- Serial.print("Sensor: ");
- Serial.println(analogRead(SENSOR_PIN));
- /* Wait 1 second and then read again */
- delay(1000);
- }
Disclaimer: Libraries, example code, and diagrams are provided as an additional free service by Hobby Components and are not sold as part of this product. We do not provide any guarantees or warranties as to their accuracy or fitness for purpose.
Descriptions and diagrams on this page are copyright Hobby Components Ltd and may not be reproduced without permission.