This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

interfacing ARM microcontroller with PC and GSM module

hi!
i am working on a college project where i need to send sms through pc having VB+ GUI. will be using nxp 2144 or 2146 arm microcontroller and wavecom 2686 gsm module...to start with how do i interface the microcontroller to pc....i mean i might have to consider of a hardware design for the board...pls help me how do i go abt it....sending sms is not the sole purpose, voice interface will be added once sending sms part is accomplished

Parents
  • "the company has told me is that it needs me to design a system where a msg will be sent through a computer to a gsm module via the microcontroller"

    That makes absolutely no sense whatsoever!

    The PC is perfectly capable of controlling a GSM module directly without any need of any microcontroller; in fact, the PC is far more capable than the microcontroller!

    In fact, if you have a PC, it would probably be far more sensible to use a direct network link to do the SMS and not bother with the GSM module either!
    Google for terms like "Bulk SMS" and "SMS gateway"...

    eg, " href= "http://www.intellisoftware.co.uk/sms-gateway/">www.intellisoftware.co.uk/.../
    www.dialogue.co.uk/services.php
    www.tiltd.com/.../txtranet.html - you can get a FREE account with 10 credits on it to test!

    "if i have to use that method how should i implement it.."

    Exactly as the documentation tells you!

    Check the NXP site for other supporting documentation;
    Note that NXP tend to provide both a "datasheet" and a "user manual" for their chips; you need to study both.

Reply
  • "the company has told me is that it needs me to design a system where a msg will be sent through a computer to a gsm module via the microcontroller"

    That makes absolutely no sense whatsoever!

    The PC is perfectly capable of controlling a GSM module directly without any need of any microcontroller; in fact, the PC is far more capable than the microcontroller!

    In fact, if you have a PC, it would probably be far more sensible to use a direct network link to do the SMS and not bother with the GSM module either!
    Google for terms like "Bulk SMS" and "SMS gateway"...

    eg, " href= "http://www.intellisoftware.co.uk/sms-gateway/">www.intellisoftware.co.uk/.../
    www.dialogue.co.uk/services.php
    www.tiltd.com/.../txtranet.html - you can get a FREE account with 10 credits on it to test!

    "if i have to use that method how should i implement it.."

    Exactly as the documentation tells you!

    Check the NXP site for other supporting documentation;
    Note that NXP tend to provide both a "datasheet" and a "user manual" for their chips; you need to study both.

Children