Details

Hall sensor module
Item No.: 86Duino-KY003
Price: USD 1.50 (Approximately)
 NTD 48.75 (Exact Amount)
Stock: In Stock
Features:

Hall sensor module

Share Product:
Quantity:
Total:USD (Approximately)
        (NTD )(Exact Amount)
Add to Cart

Product Information

  • Hall sensor module
  • Small size and high sensitivity

 

 

 

Specifications

  • Small size and high sensitivity

 

Sample code

/*

  AnalogReadSerial

  Reads an analog input on pin 0, prints the result to the serial monitor.

  Attach the center pin of a potentiometer to pin A0, and the outside pins to +5V and ground.

 

 This example code is in the public domain.

 */

 

// the setup routine runs once when you press reset:

void setup() {

  // initialize serial communication at 9600 bits per second:

  Serial.begin(9600);

}

 

// the loop routine runs over and over again forever:

void loop() {

  // read the input on analog pin 0:

  int sensorValue = analogRead(A0);

  // print out the value you read:

  Serial.println(sensorValue);

  delay(10);        // delay in between reads for stability

}

 

What's Included

  • Hall sensor module x 1 pcs

 

Applications

 

Download

 

 

The product has been added to cart!

The product has been added to cart!
Your shopping cart has0items. Total amount: USD0.00(NTD 0.00)