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.

[SOLVED] Replacing GSM modem with Phone.

Status
Not open for further replies.

Qrios

Newbie level 6
Joined
May 3, 2012
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,356
I am currently trying to build a SMS system for my project. I wish to know how will I be able to replace a GSM modem with a phone( Currently still searching for some old phones ).Also, how will I be able to send a SMS through that phone, using FPGA. I do not have experience in the field of work, so please use simple terms or give me more information. Thank you.:)

---------- Post added at 16:00 ---------- Previous post was at 15:53 ----------

If you are able to provide me with alot of information, do PM me.
 

Check this project its called SMS Box (with source code) :

https://www.elektronika.ba/563/sms-box-project/

This device acts as interface between your microcontroller project and a GSM phone. It handles all modem data communication between the GSM phone and your micro-project. The best thing is that it decodes PDU into TEXT on the fly!

You can easily SMS-enable your any project without need for learning AT commands and parsing complicated data when talking to AT modem inside the phone.

The SMS Box! handles SMS messages in pdu-mode so you don't need to worry about *many* things. You can talk to it over its «4-wire bus» and can be used for:

- Receiving sms messages (PDU -> TEXT conversion!)
- Sending sms messages (TEXT mode)
- Dialling a telephone number
- Hang-up a call
- Query call status
- Receive CLIP string
- Report a RING to microcontroller project (interrupt your uC program)
- Answer a call
- Set phone's date and time – not implemented yet
- Get phone's date and time – not implemented yet
- Check prepaid credit balance

It's based on PIC16F877A microcontroller running on 16MHz at 5V. It has an onboard level converter for serial communication with the gsm phone because PIC's UART RX input pin has a Schmitt trigger triggering at 4,5 - 5V while the phone is sending only approx. 3V from it's TX pin. It also has a zener diode at TX pin so it doesn't kill the phone's network connection when talking to it. Firmware is 100\% written in MPASM assembler.
 

Thanks! That is ALOT of information! It really helped :)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top