Capteur suiveur de ligne

Capteur suiveur de ligne
Capteur suiveur de ligne Capteur suiveur de ligne
35,00Dh 
UGS:  
Disponibilité: En stock
Qté:  
Ajouter au comparateur | Ajouter le produit à votre liste d'envie

Capteur suiveur de ligne

 KY-033 ou Hunt sensor module

Description :

Le TCRT5000, offre une performance stable et une sensibilité élevée.

Ce capteur permet de suivre une ligne. Il détecte le noir et le blanc et délivre un signal de sortie TTL.
Il est possible de combiner plusieurs capteurs pour des besoins spécifiques.

Il est basé sur un émetteur et récepteur infrarouge.

Caractéristiques :

  • Distance de détection de réflexion : 1mm à 25mm
  • Indicateur lumineux de mise en marche et de sortie du signal.
  • Tension opérationnelle de 3,3 à 5 V.

Contenu :

  • 1x Capteur suiveur de ligne (numérique)

EXAMPLE CODE


ARD_Line_Hunting_Sensor_HCARDU0005_Example.pde

 
/* FILE:    ARD_Line_Hunting_Sensor_HCARDU0005_Example.pde
   DATE:    03/07/12
   VERSION: 0.1

This is a simple example of how to use the HobbyComponents Arduino Line hunting
sensor module (HCARDU0005). It is a very simple module that requires only one DIO
pin (defined as an input) to operate. When the sensor detects a reflective object 
in close proximity it will pull a DIO pin that it has been connected to LOW. A 
non reflective or no object in close proximity will cause the DIO pin to go high.

You may copy, alter and reuse this code in any way you like but please leave 
reference to HobbyComponents.com in your comments if you redistribute this code. */



/* Define the DIO pin that will be used to communicate with the sensor */
#define LINEHUNTSENS_DIO 2

/* Initialise serial and DIO */
void setup()
{
  /* Setup the serial port for displaying the status of the sensor */
  Serial.begin(9600);
  
  /* Configure the DIO pin the sensor will be connected to as an input */
  pinMode(LINEHUNTSENS_DIO, INPUT); 
}


/* Main program loop */
void loop()
{
  /* If the DIO pin is pulled low then an object has been detected */
  if (!digitalRead(LINEHUNTSENS_DIO))
    Serial.println("Object detected !");
    
}
  
  

There are no reviews for this product.


Write Your Own Reviews

Please login to write review.

clear-bug-div
Catégories d'Articles
Dites-le à un ami
 
Avertissez un ami à propos de ce produit.
Mots de recherche populaires