CrazyEngineers
  • PIC microcontroller

    leenux

    Member

    Updated: Oct 27, 2024
    Views: 1.1K
    HEY guys.. I am looking for a pic microcontroller that supports AT COMMANDS..

    it's for our thesis project..

    a water-level detector that automatically sends an SMS report.

    pls help..
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • medeepak

    MemberFeb 11, 2011

    AT commands require only serial communication like RS 232
    all Pic controllers have that
    Are you sure? This action cannot be undone.
    Cancel
  • leenux

    MemberFeb 11, 2011

    so, AT commands are applicable to all PIC?
    Are you sure? This action cannot be undone.
    Cancel
  • leenux

    MemberFeb 11, 2011

    thanks by the way
    Are you sure? This action cannot be undone.
    Cancel
  • medeepak

    MemberFeb 11, 2011

    see you are establishing a serial communication between the modem and the controller and program the controller to send and receive data between them. commands and data for AT modem will be sent through the same line and data from AT modem will be received through another line. Now it is with the help of your program in controller you will find the message received.

    see this sample program i have posted for you in pastebin

    #-Link-Snipped-#
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register