Difference between revisions of "Project:Vodafone K3520"

From London Hackspace Wiki
Jump to navigation Jump to search
(11 intermediate revisions by 5 users not shown)
Line 9: Line 9:
 
* http://lars-bamberger.gmxhome.de/linux/E169.html
 
* http://lars-bamberger.gmxhome.de/linux/E169.html
 
* http://www.mobilefun.co.uk/blog/2009/06/how-to-measure-improve-mobile-broadband-reception/
 
* http://www.mobilefun.co.uk/blog/2009/06/how-to-measure-improve-mobile-broadband-reception/
 +
* [http://rednaxela.net/pdu.php PDU converter]
  
AT+CNMI=2,1,2,2,0
+
==Enable SMS notification==
 +
AT+CNMI=2,1,2,2,0
  
 +
==Send text==
 +
AT+CMGS=55
 +
079144772800801021000B817077064770F5000030C834888E2ECBCB2E976B5A778366303A1AA40CBB4132582C0682C974B499AB2603C1DB20D4B1495DC552<ctrl-z>
  
 +
^^ in pdu mode (the default)
 +
 +
==storage areas==
 +
AT+CPMS?
 +
Shows currently used storage areas, messages stored, and capacity.
 +
SM = SIM
 +
MT = modem
 +
 +
AT+CPMS="MT" or AT+CPMS="SM"
 +
 +
===Text mode===
 +
mode is set with
 +
AT+CMGF=n
 +
where n = 0 for pdu mode, 1 for text mode
 +
current mode is displayed with AT+CMGF?
 +
 +
AT+CMGS="number"
 +
message goes here<ctrl-z>
 +
 +
 +
 +
==SMSC==
 +
AT+CSCA?
 +
read number (149 means it's in proper msisdn format)
 +
AT+CSCA=<num>,<format identifier>
 +
set smsc
 +
 +
 +
== Threepyio ==
 +
Is now running on Babbage. It will forward SMS messages to [[IRC]].
 +
 +
Code on [https://github.com/marksteward/threepyio github].
  
 
== Hackspace mobile number ==
 
== Hackspace mobile number ==
 +
[http://www.google.co.uk/search?q=0x3DF979B4+in+octal 0x3DF979B4 in octal]
 +
 +
[[Category:Projects]]
 +
[[Category:Infrastructure]]
 +
[[Category:Space_Infrastructure_Projects]]

Revision as of 10:27, 11 December 2014

Mark's 3G dongle, which will be plugged into Babbage


Huawei E169


Enable SMS notification

AT+CNMI=2,1,2,2,0

Send text

AT+CMGS=55
079144772800801021000B817077064770F5000030C834888E2ECBCB2E976B5A778366303A1AA40CBB4132582C0682C974B499AB2603C1DB20D4B1495DC552<ctrl-z>

^^ in pdu mode (the default)

storage areas

AT+CPMS?

Shows currently used storage areas, messages stored, and capacity. SM = SIM MT = modem

AT+CPMS="MT" or AT+CPMS="SM"

Text mode

mode is set with AT+CMGF=n where n = 0 for pdu mode, 1 for text mode current mode is displayed with AT+CMGF?

AT+CMGS="number" message goes here<ctrl-z>


SMSC

AT+CSCA?

read number (149 means it's in proper msisdn format)

AT+CSCA=<num>,<format identifier>

set smsc


Threepyio

Is now running on Babbage. It will forward SMS messages to IRC.

Code on github.

Hackspace mobile number

0x3DF979B4 in octal