Hi Lucho1045
1137B03SIM90032_ST is no longer available from the simcom vault. I have attached 1137B07SIM900A32_ST
Hi Carminitti
Here Are the latest two releases for the 64M ST Flash version. You should find the flashloader elsewhere in this thread. If not shout and I will upload it again
Keith
Hi Carminiti
This looks like it is because the power is being allowed to cycle after the ram download phase. The recommended way to switch these on is to momentarily short PWRKEY and PWRKEY_RTN (normally ground) together for about a second then release the pushbutton or short. When downloading this short must be left in place until the operation is complete. On the Evaluation board there is switch called download which does just this. See the attached EVB schematic for more detail
Hi Carminitti
My apologies, I have been struggling with the Chinese response. However Here is the latest revision for the SIM900D
// Software initialization
SendCel ( "AT" );
delay_ms ( 350 );
SendCel ( "AT" );
delay_ms ( 350 );
SendCel ( "AT" );
delay_ms ( 350 );
delay_ms ( 250 );
SendCel ( "AT+CMIC=0,15" );
delay_ms ( 250 );
SendCel ( "AT+CMIC=1,2" );
delay_ms ( 250 );
SendCel ( "AT+CLVL=80" );
delay_ms ( 250 );
SendCel ( "AT+CREG=1" );
delay_ms ( 5000 );
SendCel ( "at+cband=”EGSM_DCS_MODE” " );
……………………………
// Making the call
if( InitOK == 1 )
{
delay_ms( 7000 );
SendCel( "ATD94645252;" );
delay_ms( 10600 );
SendCel ( "ATH" );
delay_ms( 3300 );
SendCel ( "ATD94645252;" );
delay_ms( 10600 );
SendCel ( "ATH" );
delay_ms( 3300 );
SendCel ( "ATD94645252;" );
delay_ms( 10600 );
SendCel ( "ATH" );
delay_ms( 3300 );
while( 1 )
{
SendCel ( "AT" );
delay_ms( 2000 );
}
}
AT
OK
AT+CGATT?
+CGATT: 1
OK
AT+CSTT="AIRTELGPRS.COM"
OK
AT+CIICR
OK
AT+CIFSR
27.61.231.134
AT+CIPPING="www.google.com"
ERROR
AT+CIPPING?
ERROR
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?