CrazyEngineers
  • Can someone write me a code where I have interfaced gps with gsm 900A using microcontroller AT89C2051

    Anjaly Thomas

    Anjaly Thomas

    @anjaly-zjFCOm
    Updated: Oct 26, 2024
    Views: 1.3K

    The message is then displayed onto the LCD. Can you write me a code for the same? 

    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
  • Aswinth Raj Balasubramani

    MemberNov 15, 2018

    The AT89C2051 Micro-controller follows the 8051 Architecture. It has a USART port that can be used for serial communication. Both the GPS module and GSM module works with serial communication. 

    You simply have to connect the Rx and Tx pins of the MCU with GSM and GPS moudles Tx and Rx pin and write a program for data transfer. Details on how to program the AT89C2051 for USART can be found in its datasheet. 

    But if you are a beginner then you can refer to this link below

    <a href="https://circuitdigest.com/microcontroller-projects/gsm-module-interfacing-with-8051-at89s52" target="_blank" rel="nofollow noopener noreferrer">GSM Module Interfacing with 8051 Microcontroller (AT89S52): Circuit Diagram & C Code</a>

    Where you find how to program for serial communication in 8051 architecture. The program will almost be same for AT89C2501 except for some register name which you can find in the datasheet. Once you know how to interface the gsm module the GPS module also follows same procedure  


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