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.

PIC 16F877 data logger - need help!!

Status
Not open for further replies.

shrinidhi kulkarni

Newbie level 5
Joined
Feb 24, 2011
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,405
i am working on a data logger, that senses temperature & humidity. also need to alarm if values cross a threshold.

i plan to use 16f877 for this, is it okie??
and use lm35 for temp sensing . wat to use for humidity sensing(cheap IC)??
it's an academic project..wish to complete within 2 months.
Will be of great help if anyone can guide me on this...(how to program?how to simulate? and circuitry ??)

thanks in advance :-|
 

16F877 is OK.
LM35 is OK. Maybe is better to use some intelligent sensor like LM75 (i2C) or DS18S20 (one wire digital sensor).
See:
**broken link removed**

As I know, compliers MicroC and MicroBASIC has implemented both protocols.
See:
mikroC PRO for PIC - C compiler for PIC microcontroller - mikroElektronika

Where you will store logged data? I suggest some extern eeprom, 877 has small eeprom inside, but for data logger it's to small.

Mr.Cube
 
thats a good project to learn and a good enough controller to work with....
humidity sensor is available in this have a look...

N S K E L E C T R O N I C S

if you wish to use 89c51 or 52 then here is the circuit and code...

 

Attachments

  • rtc.doc
    57 KB · Views: 103
thanks..Mr. cube & ck shivaram sir.

will work with data i have now.. will come up with New doubts :)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top