pololu / vl53l0x-arduino

Pololu Arduino library for VL53L0X time-of-flight distance sensor
https://www.pololu.com/product/2490
Other
345 stars 163 forks source link

Can't use your board with an I2C OLED display #27

Closed fmarzocca closed 5 years ago

fmarzocca commented 5 years ago

Hi,

I am using POLOLU CJMCU-530 with your library, and it works fine with the examples. I am also using an SSD1306 I2C OLED display (which is normally working with u8g2 lib) but, as soon as the sketch runs sensor.init(), the display witches off and doesn't work. The 2 I2C devices (sensor and OLED) are on 2 different addresses. I am using an Arduino Nano, and I am attaching the schematic. htay-schematic

ryantm commented 5 years ago

Hi.

These GitHub issues are intended for tracking bugs and feature requests related to the library code. We do product support on our forums and via email.

We wrote this library specifically to work with our VL53L0X carrier board. If you are having trouble using it with a different product, you should contact the manufacturer of that product for technical support or for recommended software that works with their device.

- Ryan