Hello, Thank you for helping me to interface the Si7021 humidity and temperature sensor with Nordic nRF52 development kit board. I need to write the necessary code to finish this task. Thank you
Hello, Thank you for helping me to interface the Si7021 humidity and temperature sensor with Nordic nRF52 development kit board. I need to write the necessary code to finish this task. Thank you
What have you tried? The sensor use I2C/TWI interface, have you tried modifying the TWI sensor example to work with your sensor? This example communicate with the LM75 thermometer sensor using TWI. It should not be hard to change the registers etc. to match the ones of your sensor. Please read the datasheet to see what register addresses and values you need to use.
What have you tried? The sensor use I2C/TWI interface, have you tried modifying the TWI sensor example to work with your sensor? This example communicate with the LM75 thermometer sensor using TWI. It should not be hard to change the registers etc. to match the ones of your sensor. Please read the datasheet to see what register addresses and values you need to use.