Skip to main content

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

Popular posts from this blog

RFID-MFRC522 with Arduino Board.

1.     RFID MFRC522:        A normal RFID kit is just like our ATM card which can send a specific data to controller when it gets in touch with its reader module.       MFRC522 is name of controller which is being used in this RFID kit.   Figure 1 : RFID MRFC522      1.1 Specifications of RFID MFRC22 Module Name:MF522-ED Working current : 13 - 26mA / DC 3.3V Standby current : 10 - 13mA / DC 3.3V Sleep current : <80uA Peak current : <30mA Working frequency : 13.56MHz Card reading distance : 0 ~ 60mm ( Mifare1 card ) Protocol : SPI. Data communication speed : 10Mbit/s Max. Card types supported: Mifare1  S50, Mifare1 S70, Mifare UltraLight, Mifare Pro, Mifare  Desfire Dimension : 40mm × 60mm Working temperature : -20—80 degree Storage temperature : -40—85 degree Humidity : relevant humidity 5%—95% This RFID kit works on the...

Smart Home Door lock system project.

RFID MFRC522  Door lock system Project summary: RFID system radio frequency identification in which Information is written in the card or tag is get read by RFID module when they get in contact. In this project we are making a home lock system which would open only when an authorized card will be available and access will be denied on wrong card. Component require: - In this project we are interfacing Arduino board with RFID MFRC522 and servo motor. RFID system would send data to Arduino board and according to that data action would be taken by Arduino board. Components are listed below:         ·          Arduino board.         ·          Arduino software.         ·          RFID MFRC522 board.         ·        ...

An alarm system with Sound detector sensor.

Project: Alarm system with Sound sensor Project summary:  In this project we would interface our sound detector sensor and make alarm system which would detect any sound in the room of any kind of noise disturbance, by beeping up a buzzer. And also we would able to see the result on the Serial monitor of Arduino Software (IDE). Figure 1:alarm system with Sound detector sensor. Component & tools required: - In this project we would required the component and tools which are described below. ·          Arduino board. ·           Arduino Software (IDE). ·           Sound detector sensor. ·          Red led 1, and Green led 1. ·          Buzzer. ·          1K resisters 2....