This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430 with web server and GPRS module interfacing

Dear friends,

I am a final year student and new to embedded system. For my final year project i need some clarifications. Thanks in advance.

Requirements: MSP430 with web server to monitor and control the application via internet. Internet connection can be given with SIM card.

For this, pl. clarify how to do it with circuit diagram and sample code?

Regards,

Iyyappan

iyyappan_spirit@yahoo.co.in

  • ipan ipan said:
    For this, pl. clarify how to do it

    First you shall tell your plans in more detail, how far you are with your project - detailed description, block diagram and sample (pseudo) code.

  • There is no MSP with internal network controller, and lack of an external memory bus doesn't allow for attaching a network controller. So for itnernet connection, you'll need an external device such as a modem, that provide the connection and (best) does the network packaging too. (if done on MSP side, it takes a lot of resource to create and receive network packages, let alone the stack implementation). Implementing a web server is much work already, for a small device like the MSPs.

    You shoudl first design the clock circuit of the components you want to use, then proceed with circuit diagram and detailed schematics. And finally the code.

**Attention** This is a public forum