Projects › Projects › ARM, LPC2148 MICROCONTROLLER › In that
June 26, 2014 at 4:22 pm
#11858
Participant
In that same code, i am not getting understood ,what is the preset temperature value,over which if it goes ,the gsm needs to send the message.
lm35 is used whose range is -55deg to 150deg and is linear with temp in degree celsius..its sensitivity is .01v/deg
int main (void)
{
.
.
.
while(1)
{
x=process_adc();//Read ADC value and display it on first line of LCD
wait(30);
if(x>300)
{
string=”AT+CMGS=”;
while(*string != ‘