Whadda WPM349 User Manual

Whadda WPM349 User Manual

Tfmini time-of-flight lidar module

Advertisement

Quick Links

USER MANUAL
EN
TFmini time-of-flight LIDAR module
WPM349
whadda.com

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WPM349 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Whadda WPM349

  • Page 1 USER MANUAL TFmini time-of-flight LIDAR module WPM349 whadda.com...
  • Page 2: Safety Instructions

    If in doubt, contact your local waste disposal authorities. Thank you for choosing Whadda! Please read the manual thoroughly before bringing this device into service. If the device was damaged in transit, do not install or use it and contact your dealer.
  • Page 3: What Is Arduino

    What is Arduino® Arduino is an open-source prototyping platform based on easy-to-use hardware and ® software. Arduino ® boards are able to read inputs – light-on sensor, a finger on a button or a Twitter message – and turn it into an output – activating of a motor, turning on an LED, publishing something online.
  • Page 4 Connection Warning! The RXD and TXD are using 3.3 VDC instead of 5 VDC! The connection of the WPM349 to the UNO WPB100 requires a level shifter (WPI410)! Connection table if using a WPMI410 and WPB100: WPM349 WPI410 WPB100 Used WPB100 pins in example below...
  • Page 5: Test Example

    Test Example Connect the WPM349 to the WPI410 and WPB100 as in the table above. 2. Download the tfmini-master.zip file from our website. 3. Open the Arduino ® IDE and load the tfmini-master.zip library. 4. Once the library is loaded, open the BasicReading sketch which is included in the...
  • Page 6 Be sure the baud rate is at 115200 baud! As this baud rate is quite high, try to use short RX/TX wires, otherwise glitches can appear and cause wrong readings. TIP: use the WPM349 in combination with the WPM434 laser module. It makes it easier to find the location where the WPM349 takes the distance.
  • Page 7 Sample Sketch Example code for Benewake TFMini time-of-flight distance sensor. by Peter Jansen (December 11/2017) This example code is in the public domain. This example communicates to the TFMini using a SoftwareSerial port at 115200, while communicating the distance results through the default Arduino hardware serial debug port.
  • Page 8 // 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);...
  • Page 9 Modifications and typographical errors reserved - © Velleman Group nv. WPM349_v01 Velleman Group nv, Legen Heirweg 33 - 9890 Gavere...

Table of Contents