Hello,
I am trying to connect my Garmin LIDAR Lite v3 sensor to my Raspberry Pi 3B+ via i2c interface. However i2cdetect on the command line returns dashes for every address.
I’ll try my best to clearly define my current progress.
RASPBERRY PI:
** Raspbian Stretch With Desktop**
Version: June 2018
Kernel Version: 4.14.50
I2C Configuration:
Installed i2ctools.
i2c activated in raspi-config
boot/config.txt file shows i2c_arm=on
Connections
Currently connecting gpio pin 3 (SDA) to the blue wire, pin 5 (SCL) to the green wire.
gpio pin 4 (5V source) to red wire, pin 6 (GND) to black wire.
Pin layout on Pi: raspberrypi-spy.co.uk/2012/06/simple-guide-to-the-rpi-gpio-header-and-pins/#prettyPhoto/0/
LIDAR Lite v3:
Observations:
Connected (w 10v470uF capacitor instead of recommended 680uF) according to i.stack.imgur.com/LaNj9.png
Faint red light flashing (can be seen in a crack next to where the colored wires are plugged into LIDAR)
Red and black wires are supplied 4.95V
Blue and green wires are supplied 3.26V
Capacitor polarity is correct
Here an image of set-up: drive.google.com/file/d/1oF645dk09v5GRPeecGbqQOj3-Qm11i8B/view?usp=sharing
When I run “i2cdetect -y 1”, I get dashes for all addresses: drive.google.com/file/d/1csh1fjeKv_HbvK-B8JfrbbANgB9CXFdv/view?usp=sharing
I should be getting a result for the LIDAR Lite address 0x62
What I’ve tried:
Reinstalling Raspbian image.
Downgrading kernel (which caused my pi to not start up)
Using Bus 0 (may have not set it up correctly)
running i2cdetect with -r and -q flags instead
external 5v power source (my flashing red light turns into a steady red light)
Removing the capacitor
I get the same result every time. There is a possibility that my LIDAR Lite is broken. However, it is an expensive piece of equipment and would like to make sure I exhausted all potential fixes.
Thanks!