Project:Vodafone K3520: Difference between revisions

From London Hackspace Wiki
(Created page with "Mark's 3G dongle, which will be plugged into Babbage Huawei E169 * http://designbuildtestrepeat.wordpress.com/2008/04/29/huawei-e220-on-linux-for-sms/ * http://lars-bamberger…")
 
(not current infra)
 
(16 intermediate revisions by 5 users not shown)
Line 5: Line 5:




* '''[http://wenku.baidu.com/view/375d9d2d2af90242a895e551.html Huawei AT commands]'''
* http://designbuildtestrepeat.wordpress.com/2008/04/29/huawei-e220-on-linux-for-sms/
* http://designbuildtestrepeat.wordpress.com/2008/04/29/huawei-e220-on-linux-for-sms/
* 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://rednaxela.net/pdu.php PDU converter]


==Enable SMS notification==
AT+CNMI=2,1,2,2,0


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 ==
[http://www.google.co.uk/search?q=0x3DF979B4+in+octal 0x3DF979B4 in octal]
 
[[Category:Projects]]
[[Category:Outdated Pages]]
[[Category:Space_Infrastructure_Projects]]

Latest revision as of 19:37, 21 October 2021

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