Ihr Warenkorb ist leer
Ihr Warenkorb ist leer
Overview
- Features boost circuit
- Signal output indicator
Specifications
- Effective distance: 0.8m(typ), 1.5m(max)
- Power: 2.5V ~ 5.0V
- Dimension: 47.7mm * 17.9mm
- Mounting holes size: 2.0mm
Applications
- Obstacle detection
- Pipeline counter
- Smart robot
- Obstacle-avoiding car
How to Use
In the case of working with a MCU:
- VCC ↔ 2.5V ~ 5.0V
- GND ↔ power supply ground
- DOUT ↔ MCU.IO (digital output)
Specifications
- Laser Sensor x1
- 3-pin custom connector jumper wire x1
Development resources: demo codes, schematic, datasheets, etc.
Wiki: www.waveshare.com/wiki/Laser_Sensor
Eugen G.
Bewertet in Deutschland am 19. September 2024
...lässt sich dem Teil bauen. Auf der gegenüberliegenden Seite ist ein nichtreflektierender, schwarz-flauschiger Körper montiert. Hier ist der Arduino-Code hierzu:int laser_din=2;void setup() {pinMode(laser_din,INPUT);Serial.begin(9600);}void loop() {if (digitalRead(laser_din)==LOW){sirene();}delay(100);}int speaker_pin = A0;void sirene() {int j;for(j=0; j{for(int hz = 440; hz {tone(speaker_pin, hz, 50);delay(5);}delay(5);for(int hz = 1000; hz > 440; hz-=25){tone(speaker_pin, hz, 50);delay(5);}noTone(speaker_pin);}}
Internet Guy
Bewertet in Kanada am 9. Juli 2022
Works well. If your power comes from *some* switching power supplies - clean it up with filtering or soft-start. It doesn't like a glitchy supply with transients upon power up. Or use batteries or a linear supply. Several switching supplies seem to work though. Just verify.By using this with a mirror or retroreflector, it can be used as a break-beam sensor, over quite a long distance, with decent noise immunity. The caveat is that the output will be LOW when beam is not broken, because it is receiving the reflected beam continuously, and it goes HIGH when the beam broken more than about 30 cm from the detector. I got it to work over a distance of 6 to 7 meters (~18ft).For beam interruptions at a few cm or less from the detector, it still thinks the beam is uninterrupted since its seeing reflections from the interrupting object (that's just its normal operating mode as an object detector)
Hans-Dieter Braunisch
Bewertet in Deutschland am 8. Oktober 2021
Ich benutze dieses Bauteil als Hindernis Sensor.
Francisco S.
Bewertet in Spanien am 22. Februar 2019
cumple
Simo
Bewertet in Italien am 13. Juni 2019
Non credevo esistesse un laser che riconosce il colore nero
Francis C.
Bewertet in Frankreich am 7. November 2018
super produit bien fini peut d'info sur le sketch pour arduino
Dieter Sirch
Bewertet in Deutschland am 26. September 2017
Hier muss erwähnt werden das der Abstand erkannt wird, jedoch nur digital. Wie groß der Abstand ist kann nicht ermittelt werden, nur dass ein Gegenstand da ist.
Daniel Kurzmann
Bewertet in Deutschland am 21. Oktober 2017
Dachte das es sich um ein Modul handelt, das Entfehrnung messen kann!Ist aber ein Näherungssensor!Sonst 1a, funktioniert und alles andere hat auch gepasst (Lieferung usw)
mastastein
Bewertet in den USA am10. März 2015
Item arrived on time and works as expected!
Produktempfehlungen