hi i am working on an incubator type project, wich uses ds18s20 tempreture sensors and sht71 humidity sensors. i use the 18f4685 for the mcu, i have no experiance of the 16f chips but i would of thought a 18f would have been a better choice. Like blueroom said your probally better working out the sensors first, to simulate in mplab you would need full code not just simply a algorithm, wich without knowing what sensors your useing just isnt possiable, also for someone to provide full code for the kind of project you require would mean a huge amount of work on there part and just isnt realistic to exspect.
so a quick check list for you.
1, decide what sensors you are going to use by this i mean not just a humidity sensor but WICH humidity sensor, work through the list one by one.
2. Decide what compiler you want to use, do you program in basic, C , or ASM??
3. Decide on the MCU thats most suitable for your needs, its not much good saying a 16f this or 18f that because it has such and such, for example it may have ADC for things like lm335 temp sensors but if you decide to use dallas 1820 sensors then ADC isnt going to be much help, same for the other sensors, some might well be serial or some other protocol.
4. start doing a schematic of the setup.
5. start writeing sections of codes, break your project down into small chunks you can manage.
ah just seen bryans post after i finished typing!! so its homework!!! i hope it dont need to be handed in for a year or two
BTW what exactly do you want to make and when do you exspect to have it finished by?