Resolved! Setting up X-NUCLEO-53L5A1
Hi, I have X_NUCLEO-53L5A1 expansion board. I connected this board to ESP8266 inorder to use the VL53L5CX sensor. But the sensor is not being detected.#include <Wire.h> void setup() { Serial.begin(115200); Wire.begin(4, 5); // GPIO4 (SDA), GPIO...