Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

HELP 89C51 interface SHT75

Status
Not open for further replies.

aaron8390

Member level 1
Joined
Aug 23, 2007
Messages
38
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,621
interfacing mcs51 sht75

I just bought a expensive SHT75 from my country, but i am poor in 8051 assembly language and need some guide to write the code.

i can understand and write some simple code like running leds,displaying a LCD.But when come to this sensor, how to read the signal,send and display the reading in LCD. How to do it?

I had read the datasheet of SHT75,but not so clear about it.

Anybody can guide me please?With the code or some reading sources.
 

If you can deal with C-code here is one example:
Code:
This application note gives an example for microcontroller C code. It includes code for:
• Readout of Humidity (RH) or Temperature (T) from SHTxx with basic error handling
• Calculation of RH linearization and temperature compensation
• Access to status register
• Dewpoint calculation from RH and T
• UART handling (to send the final data away, e.g. to a PC)

**broken link removed**

Regards,
IanP
 

i got no knowledge of C programming, using assembly can i do that?

my lecturer told me need to trigger the output signal from SHT75,without giving me any guide ...

currently i am finding the book by MAZIDI as ppl recommend me...

any pro's in assembly language can give me a guide pls !

will be appreciate for all ur help...
 

well...bunkz bunkz

maybe should be like this

How to read a digital data from this sensor?And display it on my working LCD codes,in assembly.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top