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] looking for a compact gsm/gprs modem

Status
Not open for further replies.
Search for USB gprs at alibaba.com, for example:
https://www.alibaba.com/product-gs/216703493/CPC_GPRS_USB_Modem.html
Also you can try to see if 3G usb modem can be used, most of them have gprs mode, and some com ports when connected to PC.
If you got working USB gprs/3G modem with software and sim card, you can use software like "hhd free serial port monitor" to see what commands software sends to 3g/gprs modem. Then you can choose gprs mode in 3G modem and see what command do this, etc, etc...
 
thanks !
if i get this modem how will i get the drivers for arduino ? or it does not need any drivers ?
 

There are unlikely any drivers except for Windows PC and it won't work with Arduino.
 

only by experiment. You must find modem, that gives com-port to the system, and can be controlled by sending commands to com port.
Through the link you provided: http://www.brodyradford.com/2011/01/hacking-the-dealextreme-gprs-modem/
so you can see there is simple rs-232 chip (rs-232) called pl2303. This chip can be removed, and device board directly connected to arduinos/stm32/avr/pic/etc.microcontroller serial port. I think it is valid for all old-style gprs modems, as shown on that photo, because their driver is a pretty "fake" thing - simple RS-232 chip driver with tweaked vid/pid, and their design is copied by many small companies. For newer 3G modems some difficulties can come, because driver may becomed more real, for example they can use modem chip integrated usb-serial port that is not compatible with prolific pl-2303 or ftdi ports.

In other words, you must connect modem's serial port to arduino serial port, and google for AT+ modem commands. AT commands can be sent through windows terminal program or custom made terminal programs made for modems. There may be some custom commands for gprs modem you buy, in that case you can use programs like HHD free serial port monitor to see, what "driver" sends to modems com-port to dial numbers, change configurations, work with voice/fax/etc.. If you go in right direction, you would be able to send some "AT..." comand using arduino, and recieve answer from modem, all using simple serial port.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top