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

No subject

sir my project is to automatically send an sms through gsm modem to the doctors mobile using a microcontroller whenever the threshold limits of blood pressure,temperature,heart beat etc are crossed so please suggest which microcntroller to be used and the mobile to be used and the necessary circiut with source code

Parents
  • Hi,

    Microcotroller: You can use any microcontroller to do your work. e.g. 8051 family, AVR, PIC etc.

    Circuit: Do you know the serial interfacing ckt? MAX232, DB9 connector etc. use that one & connect your modem to UART of microcontroller.

    Source code: Serial communication source code depends on which microcontroller you are using. For GSM modem use the AT command guide so that you can send SMS.
    "">www.coster.info/.../gsm822w.pdf" this is wavecom modem guide.

Reply
  • Hi,

    Microcotroller: You can use any microcontroller to do your work. e.g. 8051 family, AVR, PIC etc.

    Circuit: Do you know the serial interfacing ckt? MAX232, DB9 connector etc. use that one & connect your modem to UART of microcontroller.

    Source code: Serial communication source code depends on which microcontroller you are using. For GSM modem use the AT command guide so that you can send SMS.
    "">www.coster.info/.../gsm822w.pdf" this is wavecom modem guide.

Children