I'm trying to use a Lidar with my raspberry pi 2 running Raspbian. The way I'm trying this is via UART, it can be done with a usb cable but since the sensor will be spinning around, it has a slipdisk to which I've soldered the serial connections (5V, GND, TX and RX). I've already made sure to go to raspi-config and disable the serial console, when I connect the sensor to the pi and run
no new devices appear, when I disconnect the sensor and run it again, nothing goes away, so it doesn't recognize it from the beginning.
The sensor is an SF30 Lidar, which despite running on 5V, the serial interface is 3.3V, which I know is what the RPi uses, I have also checked the connections to make sure the sensor's RX goes to the Pi's TX and the sensor's TX goes to the Pi's RX. I've also tried powering the sensor with an external power supply (and making sure to connect it's ground with the Pi's) to no avail, is there something I'm missing?