UKHAS Wiki

UK High Altitude Society

User Tools

Site Tools


guides:gsm_modules

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
guides:gsm_modules [2009/05/17 17:31] jcoxonguides:gsm_modules [2009/06/12 21:58] (current) danielrichman
Line 7: Line 7:
  
 ===== Protocols ===== ===== Protocols =====
 +
 ==== Serial/AT commands ==== ==== Serial/AT commands ====
   * ASCII interface   * ASCII interface
   * Phone may or may not accept SMSes in plain text - you may need to convert to PDU code. This is relatively easy, and the binary result is hex-dumped as ASCII before being sent to the phone.   * Phone may or may not accept SMSes in plain text - you may need to convert to PDU code. This is relatively easy, and the binary result is hex-dumped as ASCII before being sent to the phone.
 +  * REQUIRES \r\n (CRLF)!!! Linux users beware, don't waste your time wondering why it doesn't work!
  
 ==== FBUS ==== ==== FBUS ====
Line 20: Line 22:
  
 ===== Modules/Phones ===== ===== Modules/Phones =====
 +
  
  
Line 26: Line 29:
   * All Nokias have FBUS and MBUS 'ports' - while the MBUS is a bit strange with RX and TX over one wire, FBUS is a nice, simple serial with a binary protocol.   * All Nokias have FBUS and MBUS 'ports' - while the MBUS is a bit strange with RX and TX over one wire, FBUS is a nice, simple serial with a binary protocol.
   * FBUS communication is done over three wires (GND, RX, TX), whereas MBUS is done over two (GND, RX&TX on one wire).   * FBUS communication is done over three wires (GND, RX, TX), whereas MBUS is done over two (GND, RX&TX on one wire).
-  * Information on using fbus can be foundd at [[http://www.embedtronics.com/nokia/fbus.html|Embedtronics]] 
   * Exposed contacts for FBUS are usually available on the outside of the phone only for older models. New Nokias have gold pads on the inside which are incredibly difficult to solder as they are gold plated.   * Exposed contacts for FBUS are usually available on the outside of the phone only for older models. New Nokias have gold pads on the inside which are incredibly difficult to solder as they are gold plated.
   * Recommended to get a cable rather then soldering to the pins   * Recommended to get a cable rather then soldering to the pins
 +
 +
 +
 +
  
 ==== Sony Ericsson ==== ==== Sony Ericsson ====
   * The w800 accepts AT commands over a 9600 baud serial.    * The w800 accepts AT commands over a 9600 baud serial. 
-  * Although a USB cable can be used to connect this phone to the computer and harness the serial, connecting the phone to a microprocessor's UART is harder (or perhaps impossible - this will be confirmed soon).+  * Although a USB cable can be used to connect this phone to the computer and harness the serial, connecting the phone to a microprocessor's UART is <del>harder</del> pretty much impossible, unless you fancy buying or writing a USB host controller. 
 +  * the T86i has 2.8v 9600 baud serial broken out This is the easiest solution, as the UART is physically exposed[[http://pinouts.ru/CellularPhones-A-N/erics_t28_pinout.shtml|This pinout]] is correct, and the pins required are pin 4 and 10. A DKU-11 USB cable works fine if you don't fancy soldering to the phone itself, but it's still difficult to hack. Many payloads have achieved success with this phone!
  
 ==== Telit GM862 ==== ==== Telit GM862 ====
guides/gsm_modules.1242581482.txt.gz · Last modified: 2009/05/17 17:31 by jcoxon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki