Raspberry kompatible Linear Hall Magnetic Sensor Module

Descriptions

Linear Hall magnetic module and number 13 comes with LED build a simple circuit to produce magnetic field warning lamp. Use digital 13 interface comes with the LED. The linear Hall magnetic module connected digital 3 interfaces. When the linear Hall magnetic module senses detected the key signal. LED lights on, otherwise off.
Routines source code:
int Led = 13 ;// define LED Interface
int buttonpin = 3; // define the linear Hall magnetic sensor interface
int val ;// define numeric variables val
void setup()
{
pinMode(Led, OUTPUT) ;// define LED as output interface
pinMode(buttonpin, INPUT) ;// define linear Hall magnetic sensor as output interface
}
void loop ()
{
val = digitalRead(buttonpin) ;// digital interface will be assigned a value of 3 to read val
if(val == HIGH) // When the linear Hall magnetic sensor detects the signal, LED flashes
{
digitalWrite(Led, HIGH);
}
else
{
digitalWrite (Led, LOW);
}
}
 
 
 
 
Package included:
1PCS X  Standard Linear Module Hall Magnetic Sensor Module For AVR PIC
  • All package need to wait 30 days(US only need 7-10 days),Please take care it.Less than 30 days,we can't take a refund.
  • If the item is defect when you receive it or you are not satisfied with it, please return it within 14 days for a replacement or money back. But the items must be back in factory condition. Please keep in touch with us and double check the return address before you return it.
  • If is item is defective in 12 months, you can return it to us. We will send you a new replacement after receiving the defective item.
  • We maintain high standards of excellence and strive for 100% customer satisfaction! Feedback is very important to us. We request that you keep in touch with us immediately BEFORE you give us neutral or negative feedback, so that we can satisfactorily address your concerns.
  • We accept PayPal only. But we only Accept your Ebay Address,Please Make sure it's 100% right.
  • Payment must be received in 5 business days of auction closing.
  • Please leave note for your special request (e.g. Colors or Size) in PayPal when you pay the order.
  • Any special request cannot be accepted after 24 hours of payment, because most of orders will be processed instantly and same day dispatched.

 


Am 01.02.21 hat der Verkäufer die folgenden Angaben hinzugefügt:

 

 

DataCaciques


Am 26.06.2024 hat der Verkäufer die folgenden Angaben hinzugefügt:

DataCaciques