Struggling with Garmin LIDARlite-v4

Originally tried the v4 with DUE as the Garmin library suggested but basically got no response. I’ve tried Uno with level shift but I’m not sure my shifter was the best one so another is on the way. Watched the Sparkfun video with the Artemis hookup and bought an Artemis to test with. I’m just trying to start with the Example1-GetDistance code. I can get the “LIDAR acknowledged” serial print with SDA, SCL, GPIOB (6) on pin3, GPIOA (5) on pin2. This is the hookup from the Garmin library file and example code. If I remove pin3-GPIOB, then I get “Device did not acknowledge! Freezing.” If I only hookup SDA and SCL, then I get “Device did not acknowledge! Freezing.” Any suggestions out there?

The example https://github.com/garmin/LIDARLite_Ard … /v4LED.ino has the optional code enabled by default (to use GPIO pins to trigger measurements) - read through each of the gray sections and similarly comment-out (by placing “/” in front of the unneeded lines) any portions not required by your set-up

Try just using the continuous mode