8051 Microcontroller Projects AVR PIC Microcontroller Projects Tutorials Ebooks Libraries, interfacing tutorials, lcd tutorial, stepper motor, dc motor 8051 assembly language programming electronics and communication ECE CSE pdf ebooks library BE final year project ideas Embedded systems

 
8051 microcontroller 8051 microcontroller
Forums

Go to page  1 2 [3] 4
Moderators: Ajay, Junied , abbas1707, Arun Kumar V, pdi33, Shailesh NAYAK, ۞ TPS ۞, shyam, sashijoseph
Author Post
cllunlu
Wed May 07 2008, 06:52PM
 User Offline
Registered Member #7394
Joined: Tue Apr 22 2008, 07:29PM

Posts: 29
Thanked 0 times in 0 posts
ajay I have tried your suggestion.But I am failed.Cell phone doesnt give me anything.Where is my mistake plsease help me



celalunlu
Back to top


abbas1707
Thu May 08 2008, 06:14AM

 User Offline
Registered Member #383
Joined: Thu Jan 25 2007, 08:07AM

Posts: 414
Thanked 65 times in 52 posts
problem can be in micro-mobile connection.can't say more about it

A Thousand Miles Journey Starts With a Single Step.
Back to top


cllunlu
Thu May 08 2008, 06:16AM
 User Offline
Registered Member #7394
Joined: Tue Apr 22 2008, 07:29PM

Posts: 29
Thanked 0 times in 0 posts
my schematic and my codes are correct?

celalunlu
Back to top


abbas1707
Thu May 08 2008, 06:23AM

 User Offline
Registered Member #383
Joined: Thu Jan 25 2007, 08:07AM

Posts: 414
Thanked 65 times in 52 posts
try to send only 1 command..like atd , tell about response you get

A Thousand Miles Journey Starts With a Single Step.
Back to top


sashijoseph
Thu May 08 2008, 01:42PM

 User Offline
Registered Member #5870
Joined: Mon Feb 04 2008, 06:26PM

Posts: 496
Thanked 112 times in 105 posts
Have you tried with the external pullup?

Let there be music........
Back to top


Ajay
Thu May 08 2008, 05:05PM
Rickey's World Admin

 User Offline

Registered Member #1
Joined: Fri Feb 24 2006, 04:56AM

Posts: 3529
Thanked 644 times in 609 posts
I gave you two suggestions which one you tried?
replacing ok with OK?

try abbas's suggestion too.. no need to wait for OK.. just try sending AT commands.

www.rickeyworld.info
If you feel satisfied with the user's forum reply please click on the thank button.

Obey forum rules!
Respect others!
Back to top


cllunlu
Thu May 08 2008, 05:10PM
 User Offline
Registered Member #7394
Joined: Tue Apr 22 2008, 07:29PM

Posts: 29
Thanked 0 times in 0 posts
ajay I havent anytime to do it.Have you any projects that is finished about it.please help me.I have many class too.I havent more times
please help me.

celalunlu
Back to top


Ajay
Thu May 08 2008, 05:34PM
Rickey's World Admin

 User Offline

Registered Member #1
Joined: Fri Feb 24 2006, 04:56AM

Posts: 3529
Thanked 644 times in 609 posts
edit your main for a while and replace it with this
CODE:
void main()
{
        P2_0=0;
        P2_1=0;
        while(1) {
                if(P1_0==0) {
                        init();
                        sendString("AT");
                        sendChar(0x0D);
                        sendString("ATE0");
                        sendChar(0x0D);
                        P2_0=1;
                        sendString("AT+CMGS=19");
                        sendChar(0x0D);
                        P2_1=1;
                        sendString("079109459208003311000C910945664173350000AA05E8329BFD06");
                        //sms center no:+905429800033, destination number:+905466143753, message:"HELLO"
                        sendChar(0x1A);
                        sendChar(0x0D);
                }
        }
}
 


comment the function which you are not using...
like checkOK and all.. then try on controller again.

waiting for response.

www.rickeyworld.info
If you feel satisfied with the user's forum reply please click on the thank button.

Obey forum rules!
Respect others!
Back to top


cllunlu
Thu May 08 2008, 05:42PM
 User Offline
Registered Member #7394
Joined: Tue Apr 22 2008, 07:29PM

Posts: 29
Thanked 0 times in 0 posts
just I will change my main function?and but in main functiom havent delay when transmitting at commands



celalunlu
Back to top


cllunlu
Thu May 08 2008, 06:01PM
 User Offline
Registered Member #7394
Joined: Tue Apr 22 2008, 07:29PM

Posts: 29
Thanked 0 times in 0 posts
I didnt understand external puul-up.I know just need when we use P0 port.we have to use external pull up.for P2 port doesnt need external pull up ,doesnt
it?

celalunlu
Back to top


Go to page  1 2 [3] 4  

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System

8051 Microcontroller Projects 8051 AVR tutorials PIC microcontroller, 8051 assembly language programming electronics and communication ECE CSE pdf ebooks library BE final year project ideas Embedded systems