Help !!!!!

Thread Starter

WiLLiaMaybE

Joined May 1, 2008
3
Hey guys, its my very first post here...
i need some help and pointers with coding and circuits..

currently working on a project..
but i had problems with my LED and codes...
any1 can help with codes about sending SMS to operate LED lights??


for schematics diagrams rite..
how do u check for LCD driver type??

cheers,
MaybE
 
Last edited:

Papabravo

Joined Feb 24, 2006
22,082
Want help? Drop the textspeak! Write in English with correct grammar, spelling, punctuation, and so forth. It improves you chances of of a coherent reply by several orders of magnitude.
 

Thread Starter

WiLLiaMaybE

Joined May 1, 2008
3
well...
thx for the tips...
i will try to write in perfect language..

but for now...
i reali need help with my codes..
does any1 knows about assembly language...
i wanted to turn my LED on/off by sending of SMS..
any pointers??
 

Papabravo

Joined Feb 24, 2006
22,082
"any pointers??"

Stop using multiple puntuation like "??" and "..." It's meaningless.
Capitalize "I" when refering to yourself.
Stop using "any1", it is an annoying affectation.

What devices will be used to send and receive the SMS messages?
How will you connect the LEDs to those devices?
 

Wendy

Joined Mar 24, 2008
23,798
Clarity is important, especially in technical fields. We'll need more input as to what your after. How would your instructor expain the parameters?
 

Thread Starter

WiLLiaMaybE

Joined May 1, 2008
3
I am writing a programme with micro-controller 16F877A connected with a GSM modem. Trying to operate LED on/off via sending of SMS to command it. but the problem here is that im using microcode studio to write it which only reads assembly language, which I am not familiar with.
 

Papabravo

Joined Feb 24, 2006
22,082
As I see it you have two choices; you can learn assembly language and continue to use your present tools, or you can assemble a new set of tools to use another language like BASIC, C, Sordfish, etc.

I'm guessing that your interface to the GSM modem is through a serial port and that you have access to an AT-command set. Is this correct? Can you provide a link to a datasheet that describes this command set?

Controlling the LED is nearly trivial as you no doubt already know.
 
Top