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...
Hello @PSław.1,Please, make sure to select ISM330DHCX Board Part as SPI, MOTION_SENSOR in the Board Support Custom in the X-CUBE-MEMS1 pack of CubeIDE and enable the correct pins for SPI and Chip Select. Make also sure that the Chip Select pin is ini...