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/06/12 21:55] danielrichmanguides: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 29: Line 31:
   * 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
 +
 +
  
  
Line 35: Line 39:
   * 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 <del>harder</del> pretty much impossible, unless you fancy buying or writing a USB host controller.   * 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 3.3v 9600 baud serial broken out.+  * 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.1244843726.txt.gz · Last modified: 2009/06/12 21:55 by danielrichman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki