Force click

₹2,629.00 *

Prices incl. VAT plus shipping costs

Ready to ship today,
Delivery time appr. 1-3 workdays

  • MIKROE-2065
  • MIKROE-2065
Force click is a mikroBUS™ add-on board with circuitry for implementing Interlink... more
Product information "Force click"

Force click is a mikroBUS™ add-on board with circuitry for implementing Interlink Electronics’ Force Sensing Resistors into your projects (with a single zone force sensing resistor included with the click). The Force Sensing Resistor is a thin sensor made of two membranes that are separated by a spacer around the edges. When pressed, the gap between two membranes gets closed. This shorts the two membranes together, with a resistance that is proportional to applied force. The outputted analog voltage is thus a measure of force applied. The force sensitivity range is from about 0.2N to 20N (although it depends on the implementation). Force click communicates with the target MCU through the mikroBUS™ AN pin. It is designed to use either a 3.3V or 5V power supply.

Specification

Type Force
Applications Simple to implement force (pressure) measurement (when squeezed). Not recommended if high-accuracy is required
On-board modules Force Sensing Resistors
Key Features Screw terminals for Force Sensing Resistor, Analog output
Key Benefits Force Sensing Resistor included in packaging
Interface Analog
Input Voltage 3.3V or 5V
Compatibility mikroBUS
Click board size S (28.6 x 25.4 mm)

Features and usage notes

Force click is shipped with a Force Sensitive Resistor you can use right away. The sensor, however, is not permanently affixed. It’s connected to the click through screw terminals. This allows you to swap the existing sensor with different models. Interlink Electronic’s offer Force Sensitive Resistors in different packages. Interlink even offers to create custom sensors in different shapes, sizes, with graphic overlays and from different materials, depending on customer’s needs.

The Force Resistive Sensor has a declared value range from ~0.2 to 20N but the achieved accuracy depends on the implementation.

For best implementation results, adhere to the FSR integration guide document. Page 29 lists an assortement of do’s and dont’s.

Programming

The following code snippet reads voltage on the analogue pin and displays the result on LCD.

 1 adc_rd = ADC_Get_Sample(2);
2 Delay_ms(10);
3
4 if(adc_rd > 0)
5 {
6     adc_rd = ((double)adc_rd * Vadc_33);
7
8     FloatToStr(adc_rd, &txt);
9     txt[5] = 0;
10
11     Lcd_Out(2,8,txt);
12     Delay_ms(200);
13 }

Code examples that demonstrate the usage of Force click with MikroElektronika hardware, written for mikroC, mikroBasic and mikroPascal for ARM, AVR, dsPIC, FT90x, PIC and PIC32 are available on Libstock

 

Related links to "Force click"
Read, write and discuss reviews... more
Customer evaluation for "Force click"
Write an evaluation
Evaluations will be activated after verification.
Please enter these characters in the following text field.

The fields marked with * are required.

Viewed