Introduction

The RoboSense E1R represents a high-performance solid-state LiDAR solution utilizing Flash scanning technology with an impressive 120° × 90° ultra-wide field of view. For beginners working with this technology, the initial challenge involves successfully connecting the sensor to a computer and visualizing the point cloud data. This comprehensive guide walks you through every detail from hardware wiring to software display, addressing common pitfalls such as "ping succeeds but no point cloud appears" and "green light flashing" issues.

Understanding the complete setup process is crucial for successful LiDAR integration into your projects. Whether you're working on autonomous vehicles, robotics, or 3D mapping applications, proper initialization ensures reliable data collection and accurate environmental perception.

Hardware Preparation Checklist

Before beginning the setup process, ensure you have all necessary components readily available:

  • RoboSense E1R LiDAR sensor unit - The main sensing device
  • Interface Box - Essential adapter converting the automotive Ethernet interface to standard RJ45 network port
  • Power adapter - Voltage requirement: 9V-16V (recommended: 12V 2A DC power supply with standard DC 5.5-2.1mm connector)
  • Ethernet cable - Category 5e or Category 6 network cable
  • Windows computer - Windows 10 or Windows 11 recommended for optimal compatibility
  • Additional wiring accessories - Typically provided by the manufacturer

Having all components prepared beforehand streamlines the setup process and prevents interruptions during critical configuration steps.

Step 1: Physical Connection Sequence

Proper connection sequence protects sensitive electronic components and ensures reliable operation:

  1. LiDAR connection - Insert the radar's large TE curved connector into the corresponding interface box port, ensuring firm seating
  2. Network connection - Connect the interface box RJ45 port to your computer's Ethernet port using the network cable
  3. Power connection - Finally connect the power adapter

Observation: The green indicator light on the interface box should illuminate upon power connection.

Important Note: If the green light flashes continuously, this typically indicates the LiDAR is transmitting high-frequency data - this is normal operational behavior, not a fault condition.

The physical connection sequence matters because it prevents potential electrical damage from hot-plugging sensitive connectors while ensuring stable communication establishment.

Step 2: Computer Network Configuration (Critical)

Successful communication between the LiDAR and computer requires both devices to operate on the same network segment with matching IP addresses:

Default LiDAR Configuration:

  • LiDAR static IP address: 192.168.1.200
  • LiDAR transmission target IP: 192.168.1.102 (the LiDAR only sends data to this specific address by default)

Computer IP Configuration Steps:

  1. Open Control Panel → Network and Sharing Center → Change adapter settings
  2. Right-click your Ethernet adapter and select Properties
  3. Double-click Internet Protocol Version 4 (TCP/IPv4)
  4. Select "Use the following IP address":

    • IP address: 192.168.1.102 (must be exactly this address)
    • Subnet mask: 255.255.255.0
  5. Click OK to save settings

This configuration ensures your computer can receive the UDP point cloud data packets transmitted by the LiDAR sensor.

Step 3: Connectivity Verification (Ping Test)

Before launching visualization software, verify physical link connectivity:

  1. Press Win + R, type cmd and press Enter
  2. Enter command: ping 192.168.1.200
  3. Result interpretation:

    • Success: "Reply from 192.168.1.200" messages appear
    • Failure: "Request timed out" indicates connection issues

Successful ping output example:

C:\Users\Admin>ping 192.168.1.200

Pinging 192.168.1.200 with 32 bytes of data:
Reply from 192.168.1.200: bytes=32 time=1ms TTL=255
Reply from 192.168.1.200: bytes=32 time<1ms TTL=255
Reply from 192.168.1.200: bytes=32 time=3ms TTL=255
Reply from 192.168.1.200: bytes=32 time<1ms TTL=255

Ping statistics for 192.168.1.200:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss)
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 3ms, Average = 1ms

If ping fails, recheck cable connections and verify computer IP configuration matches the requirements above.

Step 4: Environment Cleanup (Firewall Configuration)

This is the most common issue: Approximately 90% of users cannot receive point cloud data due to Windows Firewall blocking UDP packets.

Firewall Disable Steps:

  1. Navigate to Control Panel → System and Security → Windows Defender Firewall
  2. Click "Turn Windows Defender Firewall on or off" on the left panel
  3. Select "Turn off Windows Defender Firewall" for both Private and Public network settings
  4. Click OK to apply changes

Important: You can re-enable the firewall after testing completes, but it must remain disabled during LiDAR debugging and operation.

Step 5: RSView Visualization Software Setup

Software Acquisition and Installation:

  1. Download the latest RSView version from the RoboSense Official Resource Center
  2. Critical: Extract files to a path containing no Chinese characters - Chinese characters in paths cause software failures
  3. Run RSView.exe by double-clicking

Stream Configuration:

  1. Launch the application
  2. Configure the data stream settings according to your network configuration
  3. Click OK to initiate data reception

Expected Result: You should observe colorful point cloud data displayed in the black 3D grid space. Use your mouse left button to rotate the viewing angle and the scroll wheel to zoom in/out.

Troubleshooting Common Issues

Problem: Ping Succeeds but RSView Shows Black Screen

Solution: Check two critical items:

  1. Verify computer IP is strictly set to 192.168.1.102
  2. Confirm firewall is completely disabled

Problem: Interface Box Green Light Continuously Flashing

Answer: This is normal behavior. Flashing indicates the LiDAR is transmitting UDP point cloud data packets at 10Hz frequency.

Problem: LiDAR Housing Becomes Very Hot

Explanation: The E1R is a high-power solid-state LiDAR, and heat generation during operation is expected. Avoid prolonged operation in enclosed, poorly ventilated environments and minimize direct hand contact with the housing during operation.

Shutdown and Maintenance Procedures

Proper Power-Down Sequence:

  1. First disconnect the DC power from the interface box
  2. Then close the visualization software
  3. Avoid frequent plugging/unplugging of the TE connector while powered

Cleaning Protocol:

  • If the optical window develops fingerprints, use a lint-free cloth lightly moistened with alcohol
  • Gently wipe the surface - never use dry tissue paper as it may scratch the optical coating
  • Store in a clean, dry environment when not in use

Conclusion

This comprehensive guide provides all necessary steps for successfully connecting and visualizing RoboSense E1R LiDAR data on Windows systems. Following these procedures ensures reliable operation and accurate point cloud visualization for your robotics, autonomous vehicle, or 3D mapping projects.

The key success factors include proper network configuration, firewall management, and understanding normal operational indicators. With proper setup, the E1R delivers high-quality 3D environmental data suitable for various perception and navigation applications.

Should you encounter issues beyond those addressed in this guide, community forums and manufacturer support channels provide additional assistance for specialized scenarios.