Ks0309 Keyestudio Thin-film Pressure Sensor (Black and Eco-friendly): Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
No edit summary
Line 47: Line 47:
== Documents ==
== Documents ==
'''Datasheet:''' <br>
'''Datasheet:''' <br>
https://drive.google.com/open?id=1RDzi2MQ_po1yNTrWxY2UuxJMdAdbNdYK


== Get One Now ==
== Get One Now ==


   [[Category: Sensor]]
   [[Category: Sensor]]

Revision as of 13:58, 17 January 2018

Keyestudio Thin-film Pressure Sensor

Description

This sensor adopts the new flexible nano pressure sensitive material with ultra thin film pad. It has the functions of water-proof and pressure sensitive. When the sensor detects the outside pressure, the resistance of sensor makes a change. So using the circuit, we can convert the pressure signal of sensing pressure change into the electrical signal output of corresponding change intensity. In this way, we can get the conditions of pressure changes by detecting the signal changes.
thumb

Parameters

  • Working Voltage:DC 3.3V—5V
  • Range:0-10KG
  • Thickness:<0.25mm
  • Response Point:<20g
  • Repeatability:<±5.8%(50% load)
  • Accuracy:±2.5%(85% range interval)
  • Durability:>100 thousand times
  • Initial Resistance:>100MΩ(no load)
  • Response Time:<1ms
  • Recovery Time:<15ms
  • Working Temperature:﹣20℃—60℃

Connection Diagram


thumb

Sample Code

int s_pin = A0;
void setup()
{
  Serial.begin(9600);
  pinMode(s_pin,INPUT);

}

void loop() 
{
  Serial.println(analogRead(s_pin));
  delay(500);
}

Testing Result

Wiring well and uploading the code, open the serial monitor on Arduino IDE. Then, press the sensor with your hand, the value shown on the monitor is increasing, so the sensor works normally.
thumb

Documents

Datasheet:
https://drive.google.com/open?id=1RDzi2MQ_po1yNTrWxY2UuxJMdAdbNdYK

Get One Now