รหัสสินค้า | AS20194 |
หมวดหมู่ | Magnet/Magnetic Switch |
ราคา | 25.00 บาท |
สถานะสินค้า | พร้อมส่ง |
จำนวน | ชิ้น |
Hall Sensor Hall Magnetic Field Sensor 49E Module KY-035
This is Hall Effect magnetic sensor module 5VDC for Arduino
Feature:
Small size and high sensitivity. Fast response temperature and good performance. Precision and high reliability
Description :
Analog magnetic sensor module and a digital interface, built-in 13th build a simple circuit to produce a magnetic flash
Makers 13th comes with digital interfaces of the LED, the analog magnetic sensor connected to the power board analog 5 ARDUINO Interfaces, when analog magnetic sensor to a signal, LED lights,otherwise the lights out.
โค้ดตัวอย่าง :
int sensorPin = A0; // select the input pin
int ledPin = 13; // select the pin for the LED
int sensorValue = 0; // variable to store the value coming from the sensor
void setup ()
{
pinMode (ledPin, OUTPUT);
Serial.begin (9600);
}
void loop ()
{
sensorValue = analogRead (sensorPin);
digitalWrite (ledPin, HIGH);
delay (sensorValue);
digitalWrite (ledPin, LOW);
delay (sensorValue);
Serial.println (sensorValue, DEC);
}
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB
กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ
ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ
https://www.arduitronics.com/informpayment
หน้าที่เข้าชม | 15,375,394 ครั้ง |
ผู้ชมทั้งหมด | 5,878,472 ครั้ง |
เปิดร้าน | 21 พ.ค. 2556 |
ร้านค้าอัพเดท | 5 ก.ย. 2568 |