VMA349
V. 01
–
01/04/2020
7
©Velleman nv
// Step 3: Initialize the TF Mini sensor
tfmini.begin(&mySerial);
}
void loop() {
// Take one TF Mini distance measurement
uint16_t dist = tfmini.getDistance();
uint16_t strength = tfmini.getRecentSignalStrength();
// Display the measurement
Serial.print(dist);
Serial.print(" cm sigstr: ");
Serial.println(strength);
// Wait some short time before taking the next measurement
delay(25);
}
9.
Technical Specifications
operating range .................................................................................................. 0.3-12 m
maximum operating range at 10% reflectivity ................................................................ 5 m
average power consumption...................................................................................... 0.6 W
applicable voltage range ............................................................................................... 5 V
minimum resolution ratio ........................................................................................... 1 cm
frequency ............................................................................................................. 100 Hz
accuracy .................................................................................. 1 % (< 6 m), 2 % (6-12 m)
distance detection unit ................................................................................................. cm
wavelength .......................................................................................................... 850 mm
communication interface ................................................................................ UART 115200
LED peak current .................................................................................................. 800 mA
serial port TTL voltage level ....................................................................................... 3.3 V
dimensions ................................................................. 42 ×15 ×16 mm (1.65 x 0.6 x 0.62")
operating temperature .................................................................................. -20 to +60 °C
weight ..................................................................................................................... 4.7 g
Use this device with original accessories only. Velleman nv cannot be held
responsible in the event of damage or injury resulting from (incorrect) use of this
device. For more info concerning this product and the latest version of this manual,
please visit our website www.velleman.eu. The information in this manual is subject
to change without prior notice.
© COPYRIGHT NOTICE
The copyright to this manual is owned by Velleman nv. All worldwide rights reserved.
No part of this manual may be copied, reproduced, translated or reduced to any electronic
medium or otherwise without the prior written consent of the copyright holder.
Summary of Contents for VMA349
Page 1: ...VMA349 USER MANUAL 2...