Project:Vodafone K3520
From London Hackspace Wiki
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.