Product Details

Back

Arduino Sensor Measurement Shield

Product Info
Price 28.57
Discounted Price $28.57 ($28.57 discount)
Discounted Amount Total Discounted Amount KRW
(Mobile Purchase Discount KRW )
Reward Points

$0(0%)

Reward points from Payment by Wire Transfer without Bankbook KRW %

Reward points from Payment by Credit Card KRW %

Reward points from Payment by Reward Points KRW %

Reward points from Payment by Reward Points KRW %

Reward points from Payment by Mobile Phone KRW %

Reward points from Payment by Store Credits KRW %

Reward points from Payment by Escrow KRW %

Reward points from Payment by Virtual Account KRW %

Reward points from Payment by Virtual Account KRW %

Shipping Method Parcel Service
Shipping Cost International Shipping Fee
Description
Shipping
Quantity up down  

Buy togehter

  • Arduino(Genuino) - Cable included

    $26.67

    Product Option
    Select Product
  • FSR Sensor QA6P

    $6.29

    Product Option
    Select Product
  • 압력센서 FSR, RA9

    $7.62

    Product Option
    Select Product
Product List
Product Info Product Remove
Total(Qty) 0

Discounted amount of your subtotal will appear when you place your orders.

CheckoutBackorder
CheckoutBackorder




 


 


 


 

 

<아두이노 소스코드>


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
int SensorPin0 = A0; //analog pin 0
int SensorPin1 = A1; //analog pin 1
int SensorPin2 = A2; //analog pin 2
int SensorPin3 = A3; //analog pin 3
int SensorPin4 = A4; //analog pin 4
int SensorPin5 = A5; //analog pin 5
int led0 = 4;
int HI_limit = 600;
void setup(){
pinMode(led0,OUTPUT);
 
  Serial.begin(9600);
}
 
void loop(){
  int SensorReading0 = analogRead(SensorPin0);
  int SensorReading1 = analogRead(SensorPin1);
  int SensorReading2 = analogRead(SensorPin2);
  int SensorReading3 = analogRead(SensorPin3);
  int SensorReading4 = analogRead(SensorPin4);
  int SensorReading5 = analogRead(SensorPin5);
 
  int A0 = map(SensorReading0, 0, 1024, 0, HI_limit);
  int A1 = map(SensorReading1, 0, 1024, 0, HI_limit);
  int A2 = map(SensorReading2, 0, 1024, 0, HI_limit);
  int A3 = map(SensorReading3, 0, 1024, 0, HI_limit);
  int A4 = map(SensorReading4, 0, 1024, 0, HI_limit);
  int A5 = map(SensorReading5, 0, 1024, 0, HI_limit);
 
if (A0+A1+A2+A3+A4+A5 > 3){
  digitalWrite(led0, HIGH);
}
else{ digitalWrite(led0, LOW);
}
  Serial.print(A0);
  Serial.print(",");
  Serial.print(A1);
  Serial.print(",");
  Serial.print(A2);
  Serial.print(",");
  Serial.print(A3);
  Serial.print(",");
  Serial.print(A4);
  Serial.print(",");
  Serial.println(A5);
 
  delay(100);
}
cs
Product Details
Product Arduino Sensor Measurement Shield
Manufacturer Self-production
Country Korea
Price $28.57
Code P00000CZ
Domestic / International Shipping oversea delivery
Payment for Shipping Parcel Service
Shipping (Charge) International Shipping Fee
수량 수량증가수량감소

Payment

Shipping

  • Shipping Method : Parcel Service
  • Shipping Area : A Region.
  • Shipping Cost : International Shipping Fee
  • Shipping Time : 3 - 5 days
  • About Shipping :

Returns/Exchanges

Product Inquiry

Product Reviews

Post Your Review See All

There are no posts to show

상품 Q&A

Product Inquiry See All

There are no posts to show

Seller Info

Related Items


WORLD SHIPPING

PLEASE SELECT THE DESTINATION COUNTRY AND LANGUAGE :

GO
close
Top