Garmin Lidar Lite v3 Handleiding


Lees hieronder de 📖 handleiding in het Nederlandse voor Garmin Lidar Lite v3 (14 pagina's) in de categorie Niet gecategoriseerd. Deze handleiding was nuttig voor 120 personen en werd door 2 gebruikers gemiddeld met 4.5 sterren beoordeeld

Pagina 1/14
1
Lidar Lite v3 Operation Manual
and Technical Specications
Laser Safety
WARNING
This device requires no regular maintenance. In the event that the device
becomes damaged or is inoperable, repair or service must be handled by
authorized, factory-trained technicians only. Attempting to repair or service
the unit on your own can result in direct exposure to laser radiation and the
risk of permanent eye damage. For repair or service, contact your dealer or
Garmin® for more information. This device should not be modied or operated
without its housing or optics. Operating this device without a housing and
optics, or operating this device with modied housing or optics that expose the
laser source, may result in direct exposure to laser radiation and the risk of
permanent eye damage. Removal or modication of the diffuser in front of the
laser optic may result in the risk of permanent eye damage.
Use of controls or adjustments or performance of procedures other than those
specied in this documentation may result in hazardous radiation exposure.
Garmin is not responsible for injuries caused through the improper use or
operation of this product.
CAUTION
This device emits laser radiation. This Laser Product is designated Class 1
during all procedures of operation. This designation means that the laser is
safe to look at with the unaided eye, however it is advisable to avoid looking
into the beam when operating the device and to turn off the module when not
in use.
Documentation Revision Information
Rev Date Changes
0A 09/2016 Initial release
Table of Contents
Lidar Lite v3 Operation Manual and Technical Specications ������� 1
Laser Safety ......................................................................................................1
Documentation Revision Information ................................................................. 1
Specications ������������������������������������������������������������������������������������� 2
Physical .............................................................................................................2
Electrical ............................................................................................................2
Performance ......................................................................................................2
Interface .............................................................................................................2
Laser ..................................................................................................................2
Connections ���������������������������������������������������������������������������������������� 2
Wiring Harness ..................................................................................................2
Connector ..........................................................................................................2
Connector Port Identication .......................................................................2
I2C Connection Diagrams .................................................................................3
Standard I2C Wiring ....................................................................................3
Standard Arduino I2C Wiring .......................................................................3
PWM Wiring ................................................................................................. 3
PWM Arduino Wiring....................................................................................3
Operational Information ��������������������������������������������������������������������� 4
Technology ........................................................................................................4
Theory of Operation ...........................................................................................4
Interface .............................................................................................................4
Initialization ..................................................................................................4
Power Enable Pin ........................................................................................4
I2C Interface ................................................................................................4
Mode Control Pin .........................................................................................4
Settings ........................................................................................................ 4
I2C Protocol Information �������������������������������������������������������������������� 6
I2C Protocol Operation ......................................................................................7
Register Denitions ...........................................................................................7
Control Register List ....................................................................................7
Detailed Control Register Denitions ........................................................... 8
Frequently Asked Questions ����������������������������������������������������������� 12
Must the device run on 5 Vdc? Can it run on 3.3 Vdc instead? ....................... 12
What is the spread of the laser beam? ............................................................ 12
How do distance, target size, aspect, and reectivity effect returned signal
strength? ..........................................................................................................12
How does the device work with reective surfaces? .......................................12
Diffuse Reective Surfaces ........................................................................12
Specular Surfaces .....................................................................................12
How does liquid affect the signal? ...................................................................13
2
Specications
Physical
Specication Measurement
Size (LxWxH) 20 × 48 × 40 mm (0.8 × 1.9 × 1.6 in.)
Weight 22 g (0.78 oz.)
Operating temperature -20 to 60°C (-4 to 140°F)
Electrical
Specication Measurement
Power 5 Vdc nominal
4.5 Vdc min., 5.5 Vdc max.
Current consumption 105 mA idle
135 mA continuous operation
Performance
Specication Measurement
Range (70% reective
target)
40 m (131 ft)
Resolution +/- 1 cm (0.4 in.)
Accuracy < 5 m ±2.5 cm (1 in.) typical*
Accuracy ≥ 5 m ±10 cm (3.9 in.) typical
Mean ±1% of distance maximum
Ripple ±1% of distance maximum
Update rate (70%
Reective Target)
270 Hz typical
650 Hz fast mode**
>1000 Hz short range only
Repetition rate ~50 Hz default
500 Hz max
*Nonlinearity present below 1 m (39.4 in.)
**Reduced sensitivity
Interface
Specication Measurement
User interface I2C
PWM
External trigger
l2C interface Fast-mode (400 kbit/s)
Default 7-bit address 0x62
Internal register access & control
PWM interface External trigger input
PWM output proportional to distance at 10 μs/cm
Laser
Specication Measurement
Wavelength 905 nm (nominal)
Total laser power
(peak)
1.3 W
Mode of operation Pulsed (256 pulse max. pulse train)
Pulse width 0.5 μs (50% duty Cycle)
Pulse train repetition
frequency
10-20 KHz nominal
Energy per pulse <280 nJ
Beam diameter at
laser aperture
12 × 2 mm (0.47 × 0.08 in.)
Divergence 8 mRadian
Connections
Wiring Harness
Wire Color Function
Red 5 Vdc (+)
Orange Power enable (internal pull-up)
Yellow Mode control
Green I2C SCL
Blue I2C SDA
Black Ground (-)
There are two basic congurations for this device:
—a serial computer bus used to I2C (Inter-Integrated Circuit)
communicate between this device and a microcontroller, such as an
Arduino board .(“I2C Interface”, page 4)
—a bi-directional signal transfer method PWM (Pulse Width Modulation)
that triggers acquisitions and returns distance measurements using the
mode-control pin .(“Mode Control Pin”, page 4)
Connector
You can create your own wiring harness if needed for your project or
application. The needed components are readily available from many
suppliers.
Part Part NumberDescription Manufacturer
Connector
housing
6-position, rectangular housing,
latch-lock connector receptacle with
a 1.25 mm (0.049 in.) pitch.
JST GHR-06V-S
Connector
terminal
26-30 AWG crimp socket connector
terminal (up to 6)
JST SSHL-002T-P0.2
Wire UL 1061 26 AWG stranded copper N/A N/A
Connector Port Identication
Item Pin Function
1 5 Vdc (+)
2 Power enable (internal pull-up)
3 Mode control
4 I2C SCL
5 I2C SDA
6 Ground (-)
3
I2C Connection Diagrams
Standard I2C Wiring
Item Description Notes
680µF electrolytic capacitor You must observe the correct polarity when
installing the capacitor.
Power ground (-) connection Black wire
I2C SDA connection Blue wire
I2C SCA connection Green wire
5 Vdc power (+) connection Red wire
The sensor operates at 4.75 through 5.5 Vdc,
with a max. of 6 Vdc.
Standard Arduino I2C Wiring
Item Description Notes
680 F electrolytic capacitor You must observe the correct polarity when µ
installing the capacitor.
I2C SCA connection Green wire
I2C SDA connection Blue wire
Power ground (-) connection Black wire
5 Vdc power (+) connection Red wire
The sensor operates at 4.75 through 5.5 Vdc,
with a max. of 6 Vdc.
PWM Wiring
Item Description Notes
Trigger pin on microcontroller Connect the other side of the resistor to the
trigger pin on your microcontroller.
Monitor pin on microcontroller Connect one side of the resistor to the mode-
control connection on the device, and to a
monitoring pin on your microcontroller.
Power ground (-) connection Black Wire
1kΩ resistor
Mode-control connection Yellow wire
5 Vdc power (+) connection Red wire
The sensor operates at 4.75 through 5.5 Vdc,
with a max. of 6 Vdc.
PWM Arduino Wiring
Item Description Notes
5 Vdc power (+) connection Red wire
The sensor operates at 4.75 through 5.5 Vdc,
with a max. of 6 Vdc.
Power ground (-) connection Black Wire
Mode-control connection Yellow wire
Monitor pin on microcontroller Connect one side of the resistor to the mode-
control connection on the device, and to a
monitoring pin on your microcontroller.
Trigger pin on microcontroller Connect the other side of the resistor to the
trigger pin on your microcontroller.
1kΩ resistor


Product specificaties

Merk: Garmin
Categorie: Niet gecategoriseerd
Model: Lidar Lite v3

Heb je hulp nodig?

Als je hulp nodig hebt met Garmin Lidar Lite v3 stel dan hieronder een vraag en andere gebruikers zullen je antwoorden




Handleiding Niet gecategoriseerd Garmin

Handleiding Niet gecategoriseerd

Nieuwste handleidingen voor Niet gecategoriseerd