Project:Vodafone K3520: Difference between revisions
From London Hackspace Wiki
m (moved Projects/Vodafone K3520 to Project:Vodafone K3520) |
(not current infra) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 45: | Line 45: | ||
set smsc | 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] | [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
- Huawei AT commands
- http://designbuildtestrepeat.wordpress.com/2008/04/29/huawei-e220-on-linux-for-sms/
- http://lars-bamberger.gmxhome.de/linux/E169.html
- http://www.mobilefun.co.uk/blog/2009/06/how-to-measure-improve-mobile-broadband-reception/
- PDU converter
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.