Hi,
Recently I bought DragonBoard 410c and started my programming for interfacing SHT31 sensor on I2C model under windows 10 IOT environment.
I have utilized the example code given on GitHub. But I don’t see any positive result.
I have modified the program for the address specific to slave(SHT31 sensor - 0x44 or 0x45).
And the read register address as 0x2COD for reading the temperature data
I interfaced my hardware with dragon board on I2C0 Pins.
I tried adding the pullup resistors(1k,4.7k,10k).
But the program always shows an exception error as “The system cannot find the file specified. slave address was not acknowledged”
I just wanted to know what could be the possible reasons?