Thanks for providing this code for interfacing the SHT31 with PIC microcontrollers. I'm working on my own project interfacing the SHT31 with a PIC18F2420 without UART. I'm trying to display the readings to an LCD but I'm running into issues. It seems there is no constant reading as the display only shows a fixed value.
Have you tried using an LCD as the display output for the sensor? Also, how would one go about displaying the humidity value since the "buf" char declared seems to be used for both temp and humidity. Thank you again. My files are attached.
Thanks for providing this code for interfacing the SHT31 with PIC microcontrollers. I'm working on my own project interfacing the SHT31 with a PIC18F2420 without UART. I'm trying to display the readings to an LCD but I'm running into issues. It seems there is no constant reading as the display only shows a fixed value.
Have you tried using an LCD as the display output for the sensor? Also, how would one go about displaying the humidity value since the "buf" char declared seems to be used for both temp and humidity. Thank you again. My files are attached.
ProjectFiles.X.zip