These posts by firoz3321 have received thanks:
| MONITOR AND CONTROL OF GREEN HOUSE ENVIRONMENT USING ATmega32 |
| however u also need to convert the ADC value in to voltage. I usually do this : Temp_Cal = ADC_Read(0); Temp_Cal=(float)((Temp_Cal*5)/1024); Temp=((Temp_Cal)*100); |
| Thanked 1 time Posted by firoz3321 on |
| MONITOR AND CONTROL OF GREEN HOUSE ENVIRONMENT USING ATmega32 |
if u see this function :
{
printf("\nReading Temperature...");
a = read_adc(0x00);
temperature = input_volt * temp_multiple;
printf("\nTemperature = %d", temperature);
u are storing th... |
| Thanked 1 time Posted by firoz3321 on |
| MONITOR AND CONTROL OF GREEN HOUSE ENVIRONMENT USING ATmega32 |
| hello first of all am only familiar with AVR Studio (WinAVR) i think u used some other tool. secondly i didnt exactly understand what you ISSUE is. u said u get
so i assue u are get... |
| Thanked 1 time Posted by firoz3321 on |
| Heart Beat system |
| just a few days back i worked on this sensor and bought 4 sensors, they are working fine but costly http://www.sunrom.com/sensors/heart-beat-sensor The algorithm seems to be very easy. If u go to the li... |
| Thanked 1 time Posted by firoz3321 on |
| green b 2 |
| You can use many alternate Humidity Sensor, but the code need slight modifications accordingly. Which Sensor are you talking about ? I used HH10D in GreenBee2 |
| Thanked 1 time Posted by firoz3321 on |
| GreenBee Project |
Connect the SPRAYER/MOTOR/PUMP/BULB/any AC device in the place of the AC BULB ... |
| Thanked 1 time Posted by firoz3321 on |
| GreenBee Project |
| septemberglow First of all welcome to 8051projects.net. And abt the GreenBee project i would love to help you. It would be my pleasure helping. Abt the Relays, if you might have downloaded the GreenBeeV... |
| Thanked 1 time Posted by firoz3321 on |
| green bee project |
| I guess the solution is related to the ground terminal. If The relays supply Ground is different from the Microcontroller supply , there wont be the same potential difference of 5v . Just Short Circuit... |
| Thanked 1 time Posted by firoz3321 on |
| green bee project |
| These are my Project Pics: http://picasaweb.google.com/firoz.mohammad/StagesOfOurProject?authkey=Gv1sRgCILbhLePsKC3Eg If it can be of help ! |
| Thanked 1 time Posted by firoz3321 on |
| green bee project |
| http://tinyurl.com/humidiy |
| Thanked 1 time Posted by firoz3321 on |