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
 
(45 intermediate revisions by the same user not shown)
Line 1: Line 1:


== Keyestudio Thin-film Pressure Sensor ==
[[image:KS0309.png|thumb|600px|right|Keyestudio Thin-film Pressure Sensor]]


<br>
== Description ==
== 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.
This sensor adopts the flexible nano pressure-sensitive material with an ultra-thin film pad. It has the functions of water-proof and pressure detection. <br>
<br>[[File:Ks0309.png|500px|frameless|thumb]]<br>
When the sensor detects the outside pressure, the resistance of sensor will make a change. So we can use the circuit to convert the pressure signal that senses pressure change into the corresponding electric signal output. In this way, we can know the conditions of pressure changes by detecting the signal changes.  
<br>[[File:KS0309-1.jpg|600px|frameless|thumb]]


<br>
== Dimensions ==
<br>[[File:KS0309 尺寸.png|1000px|frameless|thumb]]
<br>
== Parameters ==
== Parameters ==
* Working Voltage:DC 3.3V—5V<br>
* Working Voltage:DC 3.3V—5V<br>
* Range:0-10KG <br>
* Range:0-0.5KG <br>
* Thickness:<0.25mm <br>
* Thickness:<0.25mm <br>
* Response Point:<20g <br>
* Response Point:<20g <br>
Line 14: Line 21:
* Accuracy:±2.5%(85% range interval)<br>
* Accuracy:±2.5%(85% range interval)<br>
* Durability:>100 thousand times <br>
* Durability:>100 thousand times <br>
* Initial Resistance:>100MΩ(no load)<br>
* Initial Resistance:>100MΩ (no load)<br>
* Response Time:<1ms <br>
* Response Time:<1ms <br>
* Recovery Time:<15ms <br>
* Recovery Time:<15ms <br>
* Working Temperature:﹣20℃—60℃ <br>
* Working Temperature:﹣20℃ to 60℃ <br>


<br>
== Connection Diagram ==
== Connection Diagram ==
<br>[[File:Ks0309-1.png|500px|frameless|thumb]]<br>
You can refer to the following connection. For UNO board and pressure sensor, connect the S pin of sensor to A0, negative pin to GND, positive pin to 5V. <br>
[[File:Ks0309--1.png|700px|frameless|thumb]] <br>


<br>
== Sample Code ==
== Sample Code ==
Wire it up well, please upload the below code to [http://wiki.keyestudio.com/index.php/Download_Arduino_IDE_and_Install_Driver  Arduino IDE ].
<pre>
<pre>
int s_pin = A0;
int s_pin = A0;
Line 39: Line 50:
</pre>
</pre>


== Testing Result ==
<br>
Wiring well and uploading the code, open the serial monitor on Arduino IDE. Then, press the  
== Test Result ==
sensor with your hand, the value shown on the monitor is increasing, so the sensor works
Done uploading the above code, open the serial monitor on Arduino IDE. <br>
normally.
Then, press the sensor with your hand, the value shown on the monitor is increasing. So this sensor works normally.  
<br>[[File:Ks0309-2.png|500px|frameless|thumb]]<br>
<br>[[File:Ks0309-2.png|500px|frameless|thumb]]<br>


<br>
== Documents ==
== Documents ==
'''Datasheet:''' <br>
 
*'''Code:''' <br>
https://fs.keyestudio.com/KS0309
 
 
<br>


== Get One Now ==
== Get One Now ==
You can log onto our website to get one. Or purchase it in other links as you like. <br>
*[https://www.keyestudio.com/keyestudio-thin-film-pressure-sensor-for-arduino-p0125.html      '''Official Website''' ]
*[https://www.aliexpress.com/store/product/Keyestudio-Thin-film-Pressure-Sensor-For-Arduino/1452162_32854544769.html?spm=2114.12010615.8148356.1.fba73c58rX1yUY  '''From AliExpress''' ]
*[https://www.amazon.com/KEYESTUDIO-Thin-Film-Pressure-Eco-Friendly-Arduino/dp/B07H7FLSCD?ref_=w_bl_hsx_s_pc_web_13497667011    '''Shop on amazon''' ]


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

Latest revision as of 12:18, 7 January 2021

Keyestudio Thin-film Pressure Sensor


Description

This sensor adopts the flexible nano pressure-sensitive material with an ultra-thin film pad. It has the functions of water-proof and pressure detection.
When the sensor detects the outside pressure, the resistance of sensor will make a change. So we can use the circuit to convert the pressure signal that senses pressure change into the corresponding electric signal output. In this way, we can know the conditions of pressure changes by detecting the signal changes.
thumb


Dimensions


thumb


Parameters

  • Working Voltage:DC 3.3V—5V
  • Range:0-0.5KG
  • 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℃ to 60℃


Connection Diagram

You can refer to the following connection. For UNO board and pressure sensor, connect the S pin of sensor to A0, negative pin to GND, positive pin to 5V.
thumb


Sample Code

Wire it up well, please upload the below code to Arduino IDE .

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

}

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


Test Result

Done uploading the above code, open the serial monitor on Arduino IDE.
Then, press the sensor with your hand, the value shown on the monitor is increasing. So this sensor works normally.
thumb


Documents

  • Code:

https://fs.keyestudio.com/KS0309



Get One Now

You can log onto our website to get one. Or purchase it in other links as you like.