Modul Infrared obstacle avoidance sensors module Arduino KY-032
-
Ramburs cu Garantia de Livrare
Curierul special îți livrează produsul pe care tu îl achiți la primire. Dacă produsul nu este ca în descriere, îți recuperezi banii, inclusiv taxele de transport.
- Online


Descriere
Raporteaza produsVânzatorul este direct răspunzator pentru produsul afișat în această pagină.
Specificatii
Produsul este nou!
Produsul este la
fel cu cel prezentat in fotografii!
Specificații în limba engleză:
Infrared obstacle avoidance sensors
Infrared obstacle avoidance sensor is designed for the design of a
wheeled robot obstacle avoidance sensor distance adjustable.
This ambient light sensor Adaptable,
high precision, having a pair of infrared transmitter and receiver,
transmitter tubes emit a certain frequency of infrared,
When detecting the direction of an obstacle (reflector), the
infrared receiver tube receiver is reflected back, when the
indicator is lit,
Through the circuit, the signal output interface output digital
signal that can be detected by means of potentiometer knob to
adjust the distance,
the effective distance From 2 ~ 40cm,
working voltage of 3.3V-5V, operating oltage range as broad,
relatively large fluctuations in the power supply voltage of the
situation
Stable condition and still work for a variety of microcontrollers,
Arduino controller, BS2 controller, attached to the robot that
Can sense changes in their surroundings.
Specifications
Working voltage: DC 3.3V-5V
Working current: ≥ 20mA
Operating temperature: -10 - +50 grade Celsius
detection distance :2-40cm
IO Interface: 4-wire interfaces (- / + / S / EN)
Output signal: TTL level (low level there is an obstacle, no
obstacle high)
Adjustment: adjust multi-turn resistance
Effective angle: 35 grade
Size: 28mm × 23mm
Weight Size: 9g
Here we use the obstacle avoidance module and a digital interface,
built-in 13 LED build a simple circuit, making avoidance warning
lamp, the obstacle avoidance Sensor Access Digital 3 interface,
when obstacle avoidance sensor senses a signal, LED light, and vice
versa off.
Example code
int Led = 13 ;// define LED Interface
int buttonpin = 3; // define the obstacle avoidance sensor
interface
int val ;// define numeric variables val
void setup ()
{
pinMode (Led, OUTPUT) ;// define LED as output interface
pinMode (buttonpin, INPUT) ;// define the obstacle avoidance sensor
output interface
}
void loop ()
{
val = digitalRead (buttonpin) ;// digital interface will be
assigned a value of 3 to read val
if (val == HIGH) // When the obstacle avoidance sensor detects a
signal, LED flashes
{
digitalWrite (Led, HIGH);
}
else
{
digitalWrite (Led, LOW);
}
}
Pachetul conține:
• 1 bucată x modul KY-032 Infrared obstacle avoidance sensors
module Arduino
Se expediază în toată țara prin curierat rapid în sistem
ramburs.
• DPD - 15,5 lei
• FAN COURIER - 15,5 lei
• Urgent Cargus - 15,5 lei
• Poșta Romană (Prioripost) - 15,5 lei
Dacă aveți nelămuriri sau întrebări vă rog nu ezitați să
sunați sau să-mi scrieți.
Modalitati de livrare si plata
LIVRARE
In Galati
-
- Prin curier cu Garantia de Livrare - 15.5 Lei in max. 2 zile lucratoare
In Romania:
-
- Prin curier cu Garantia de Livrare - 15.5 Lei in max. 2 zile lucratoare
- Ridicare de la locker Marți, 6 Mai. - 13,09 Lei
PLATA
- - Ramburs cu Garantia de Livrare
Curierul special îți livrează produsul pe care tu îl achiți la primire. Dacă produsul nu este ca în descriere, îți recuperezi banii, inclusiv taxele de transport.
- - Online
Politica de retur
- - Produsul se poate returna in maxim 3 zile lucratoare
- - Metoda de retur: Ramburs contravaloare produs
- - Costul transportului va fi suportat de catre cumparator
- - Alte detalii: Retur acceptat in conditiile Garantiei de Livrare
Spune-ti parerea acordand o nota produsului