Hi @MaFeBo ,I gave a look at the schematics of the Polulu VL53L8CX breakout board and it seems to me that the Pull-Up resistors on the I2C pins are missing. Could you try to add such resistors on your hardware setup?I suggest also to open an issue on...
Hi @Rituraj ,you can try to use the pins SCL and SDA on the top right side of the Arduino header of the Arduino DUE using in this case the "Wire1" instance for I2C. It should work as well.Best Regards,Carlo
Hi @Rituraj,what is your hardware setup? Maybe you can try to use the "Wire" instance instead of "Wire1". I suggest also to give a look at this link: https://github.com/stm32duino/VL53L8CX/issues/5where I have already helped a customer to use the VL5...
Hello @ETann.1 ,what is your hardware setup? Which HelloWorld library are you using? Please, could you provide more information about your hardware and software setup?Best Regards,Carlo
Hello Sebastian,the Arduino library for X-NUCLEO-NFC06A1 was tested only with Nucleo boards in the Arduino environment. Anyway, the Arduino UNO does not have enough memory to run this library. I suggest to test it with a Nucleo board like for example...