Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use Hub T-Mini Plus LiDAR: Examples, Pinouts, and Specs

Image of Hub T-Mini Plus LiDAR
Cirkit Designer LogoDesign with Hub T-Mini Plus LiDAR in Cirkit Designer

Introduction

The Hub T-Mini Plus LiDAR is a compact and high-performance LiDAR sensor designed for precise distance measurement and mapping. Manufactured by China T-Mini Plus LiDAR, this sensor is ideal for applications requiring accurate spatial awareness, such as robotics, automation, drones, and autonomous vehicles. Its small form factor and robust design make it suitable for both indoor and outdoor environments.

Explore Projects Built with Hub T-Mini Plus LiDAR

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Raspberry Pi 5 Controlled Robotic Vehicle with LIDAR and Camera Module
Image of Autonomous Car: A project utilizing Hub T-Mini Plus LiDAR in a practical application
This circuit features a Raspberry Pi 5 connected to a camera module and a TF LUNA LIDAR sensor for visual and distance sensing capabilities. A Mini 360 Buck Converter is used to regulate power from a Li-ion battery to the Raspberry Pi and an Adafruit Motor Shield, which controls four DC motors. The Arduino UNO microcontroller appears to be unused in the current configuration.
Cirkit Designer LogoOpen Project in Cirkit Designer
Raspberry Pi 5 Controlled Robotic Vehicle with LIDAR and IMU
Image of Rover: A project utilizing Hub T-Mini Plus LiDAR in a practical application
This circuit features a Raspberry Pi 5 as the central controller, interfaced with a TF LUNA LIDAR sensor for distance measurement and an MPU-6050 for motion tracking via I2C communication. It also includes two L298 motor drivers powered by a 12V battery to control four DC motors, with the Raspberry Pi's GPIO pins used to manage the direction and speed of the motors.
Cirkit Designer LogoOpen Project in Cirkit Designer
ATmega328P-Based Sensor Hub with OLED Display and LIDAR
Image of TILTPCB: A project utilizing Hub T-Mini Plus LiDAR in a practical application
This circuit features an Mtiny Uno ATmega328P microcontroller as its central processing unit, interfacing with a variety of sensors and peripherals. It includes a 0.96" OLED display and an MPU6050 accelerometer/gyroscope for user interface and motion sensing, respectively. The circuit also integrates a TF LUNA LIDAR for distance measurement, a DHT11 sensor for temperature and humidity readings, and uses a 9V battery with a 7805 voltage regulator for power management. Communication with a computer for programming and data exchange is facilitated by an Adafruit FTDI Friend module.
Cirkit Designer LogoOpen Project in Cirkit Designer
Arduino UNO Controlled Dual TF LUNA LIDAR Distance Measurement System
Image of LIDAR_UNO: A project utilizing Hub T-Mini Plus LiDAR in a practical application
This circuit is designed to measure distances using two TF LUNA LIDAR sensors, which are interfaced with an Arduino UNO microcontroller via I2C communication. The Arduino is programmed to read distance measurements from the LIDAR sensors and output the data serially. The entire system is powered by a 5V battery, ensuring portability and ease of use.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with Hub T-Mini Plus LiDAR

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of Autonomous Car: A project utilizing Hub T-Mini Plus LiDAR in a practical application
Raspberry Pi 5 Controlled Robotic Vehicle with LIDAR and Camera Module
This circuit features a Raspberry Pi 5 connected to a camera module and a TF LUNA LIDAR sensor for visual and distance sensing capabilities. A Mini 360 Buck Converter is used to regulate power from a Li-ion battery to the Raspberry Pi and an Adafruit Motor Shield, which controls four DC motors. The Arduino UNO microcontroller appears to be unused in the current configuration.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Rover: A project utilizing Hub T-Mini Plus LiDAR in a practical application
Raspberry Pi 5 Controlled Robotic Vehicle with LIDAR and IMU
This circuit features a Raspberry Pi 5 as the central controller, interfaced with a TF LUNA LIDAR sensor for distance measurement and an MPU-6050 for motion tracking via I2C communication. It also includes two L298 motor drivers powered by a 12V battery to control four DC motors, with the Raspberry Pi's GPIO pins used to manage the direction and speed of the motors.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of TILTPCB: A project utilizing Hub T-Mini Plus LiDAR in a practical application
ATmega328P-Based Sensor Hub with OLED Display and LIDAR
This circuit features an Mtiny Uno ATmega328P microcontroller as its central processing unit, interfacing with a variety of sensors and peripherals. It includes a 0.96" OLED display and an MPU6050 accelerometer/gyroscope for user interface and motion sensing, respectively. The circuit also integrates a TF LUNA LIDAR for distance measurement, a DHT11 sensor for temperature and humidity readings, and uses a 9V battery with a 7805 voltage regulator for power management. Communication with a computer for programming and data exchange is facilitated by an Adafruit FTDI Friend module.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of LIDAR_UNO: A project utilizing Hub T-Mini Plus LiDAR in a practical application
Arduino UNO Controlled Dual TF LUNA LIDAR Distance Measurement System
This circuit is designed to measure distances using two TF LUNA LIDAR sensors, which are interfaced with an Arduino UNO microcontroller via I2C communication. The Arduino is programmed to read distance measurements from the LIDAR sensors and output the data serially. The entire system is powered by a 5V battery, ensuring portability and ease of use.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications

  • Obstacle detection and avoidance in robotics
  • 3D mapping and SLAM (Simultaneous Localization and Mapping)
  • Distance measurement in industrial automation
  • Navigation for drones and autonomous vehicles
  • Smart home devices requiring spatial awareness

Technical Specifications

The following table outlines the key technical details of the Hub T-Mini Plus LiDAR:

Parameter Specification
Operating Voltage 5V DC
Power Consumption ≤ 1.5W
Measurement Range 0.1m to 12m
Accuracy ±2% (at 0.1m to 6m)
Scanning Frequency 5 Hz to 15 Hz
Field of View (FOV) 360°
Communication Interface UART (3.3V TTL)
Data Rate 115200 bps
Operating Temperature -10°C to 60°C
Dimensions 50mm x 50mm x 40mm
Weight 80g

Pin Configuration

The Hub T-Mini Plus LiDAR features a 4-pin interface for power and communication. The pinout is as follows:

Pin Name Description
1 VCC Power input (5V DC)
2 GND Ground
3 TX UART Transmit (3.3V TTL)
4 RX UART Receive (3.3V TTL)

Usage Instructions

Connecting the Hub T-Mini Plus LiDAR

  1. Power Supply: Connect the VCC pin to a 5V DC power source and the GND pin to ground.
  2. UART Communication:
    • Connect the TX pin of the LiDAR to the RX pin of your microcontroller (e.g., Arduino UNO).
    • Connect the RX pin of the LiDAR to the TX pin of your microcontroller.
  3. Ensure Compatibility: The LiDAR operates at 3.3V TTL logic levels. If your microcontroller uses 5V logic, use a level shifter to prevent damage.

Example: Using with Arduino UNO

Below is an example code snippet to interface the Hub T-Mini Plus LiDAR with an Arduino UNO:

#include <SoftwareSerial.h>

// Define the RX and TX pins for SoftwareSerial
SoftwareSerial lidarSerial(10, 11); // RX = Pin 10, TX = Pin 11

void setup() {
  Serial.begin(9600); // Initialize Serial Monitor at 9600 bps
  lidarSerial.begin(115200); // Initialize LiDAR communication at 115200 bps

  Serial.println("Hub T-Mini Plus LiDAR Initialized");
}

void loop() {
  if (lidarSerial.available()) {
    // Read data from the LiDAR
    String lidarData = "";
    while (lidarSerial.available()) {
      char c = lidarSerial.read();
      lidarData += c;
    }

    // Print the received data to the Serial Monitor
    Serial.println("LiDAR Data: " + lidarData);
  }

  delay(100); // Small delay to avoid flooding the Serial Monitor
}

Best Practices

  • Power Supply: Ensure a stable 5V power source to avoid measurement inaccuracies.
  • Mounting: Secure the LiDAR sensor on a vibration-free surface for optimal performance.
  • Environment: Avoid direct exposure to strong sunlight or reflective surfaces, as these may interfere with measurements.
  • Data Parsing: The LiDAR outputs data in a specific format. Refer to the manufacturer's protocol documentation for parsing details.

Troubleshooting and FAQs

Common Issues and Solutions

Issue Possible Cause Solution
No data received from the LiDAR Incorrect wiring or baud rate mismatch Verify connections and set baud rate to 115200.
Inaccurate distance measurements Strong sunlight or reflective surfaces Use in controlled lighting conditions or avoid reflective objects.
LiDAR not powering on Insufficient power supply Ensure a stable 5V DC power source.
Data appears garbled in Serial Monitor Logic level mismatch or incorrect parsing Use a level shifter if needed and verify data format.

FAQs

  1. Can the Hub T-Mini Plus LiDAR be used outdoors?

    • Yes, it is designed for both indoor and outdoor use. However, avoid direct exposure to strong sunlight for best results.
  2. What is the maximum range of the LiDAR?

    • The maximum range is 12 meters under optimal conditions.
  3. Does the LiDAR support other communication protocols?

    • No, the Hub T-Mini Plus LiDAR only supports UART communication.
  4. Can I use this LiDAR with a Raspberry Pi?

    • Yes, the LiDAR can be connected to a Raspberry Pi via its UART interface. Ensure proper voltage level conversion if necessary.

By following this documentation, you can effectively integrate the Hub T-Mini Plus LiDAR into your projects and troubleshoot common issues with ease.