Dankoozie / Sht30-1508

I2C to UART converter for Sensirion SHT30, SHT31, SHT35 with Microchip PIC 16F1508 / 16F1509
0 stars 0 forks source link

Displaying sensor readings to an LCD #1

Open zfeng1 opened 7 years ago

zfeng1 commented 7 years ago

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. img_20171011_164422

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

zfeng1 commented 7 years ago

I forgot to show the waveform for SCL/SDA. There's a lot of noise and I'm not sure yet why both lines are the same. sda_scl