Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

GSM ATCOMMANDS in VHDL

Status
Not open for further replies.

o-man

Newbie level 5
Joined
May 28, 2016
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
103
can you help me ?
i am working in project based on FPGA kit and GSM
i have read the datasheet of GSM900 and i understood its ATcommands
But i don't know how to code it in VHDL
i knew i should have ascii code and shift register
could you show me the steps should i follow it
and if you have a sample code it would be better
 

A straightforward way could be to implement a small soft processor in FPGA and write the AT command handling in C language.

Of course it's possible in pure VHDL as well, but no fun particularly.

Some necessary steps:
- write the RX and TX UART code
- write a command state machine to send specific AT commands
- write a parser to decode the modem responses
- design high level interface that provides access to the supported modem operations and presents results
 
  • Like
Reactions: o-man

    o-man

    Points: 2
    Helpful Answer Positive Rating
i want a simplifaction code for at commands for gsm sim900 in vhdl

please i want help
 
Last edited by a moderator:

Re: i want a simplifaction code for at commands for gsm sim900 in vhdl

Hi,

Without further informations it is impossible to answer.

Where exactely is the problem?
What (answer) do you expect?

Maybe give additional information about your hardware, interface...

Klaus
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top