Flex sensor with Arduino board.

Arduino interfacing with Flex sensor

1. Flex sensor

 Flex sensors are passive resistive devices that can be used to detect bending or flexing. The Flex Sensor patented technology is based on resistive carbon elements. As a variable printed resistor, the Flex Sensor achieves great form-factor on a thin flexible substrate. When the substrate is bent, the sensor produces a resistance output correlated to the bend radius the smaller the radius, the higher the resistance value.



     1.1 Mechanical Specifications:                            
        ·         Life Cycle: >1 million
        ·         Height: 0.43mm (0.017")
        ·         Temperature Range: -35°C to +80°C. 
                      
    1.2  Electrical Specifications: -
        ·         Flat Resistance:                 25K Ohms.
        ·         Resistance Tolerance:       ±30%.
        ·         Bend Resistance Range:   45K to 125K Ohms (depending on bend radius).
        ·         Power Rating:                   0.50 Watts continuous. 1 Watt peak.

    1.3 Features –
        ·         Angle Displacement Measurement.
        ·         Bends and Flexes physically with motion device.
        ·         Possible Uses - Robotics - Gaming (Virtual Motion).
        ·         Medical Devices.
        ·         Computer Peripherals.
        ·          Musical Instruments.
        ·          Physical Therapy.
        ·         Simple Construction - Low Profile.

    2. Component needed in this project
   
     In this project we are just measuring the analogue voltage of flex sensor and giving it out put in a led to show change in voltage while bending the flex sensor.
      In this project we would need component which are described below.


S no.
Component required
Quantity
1
Arduino board
1
2
Flex sensor
1
3
Resister 1k and 10K
Each of one
4
Bread board
1
5
LEDs
1


Figure 3: Component needed in the project.

                             
    3.   Arduino interfacing with Flex sensor
    Interfacing of flex sensor could be done with arduino with simple configuration which is shown below. And in this project we would see that brightness of the led connected to the digital pin of the arduino will change according to the banding in the flex sensor. And print that analogue voltage of the flex sensor on the serial monitor of arduino software.


      The connections are pretty easy, see the image above with the breadboard circuit schematic.
     Note: - Don’t you forget to connect the 10k and 1k resister with the circuit other wise it may work                  wrong and you project would fail.

     4. Arduino board code for flex sensor.

           Download code from here: Aduino board code for flex sensor
                                                           
   Download flex sensor PDF book :  FlexSensor.pdf  

 


Comments