Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Sim900 SIM Card question ?

Status
Not open for further replies.

bianchi77

Advanced Member level 4
Joined
Jun 11, 2009
Messages
1,313
Helped
21
Reputation
44
Reaction score
20
Trophy points
1,318
Location
California
Activity points
9,442
Dear Members,

Can I use SIM900 without SIM card for init code ?

Does it support 3G ?



Thanks
 

Yes, Sim900 does support 3G band. And you can use SIM900 without sim card to get started. You can start with AT commands. Better go with SIM900 module. It is easy and supported with serial communication.


Regards
 

Yes, Sim900 does support 3G band. And you can use SIM900 without sim card to get started. You can start with AT commands. Better go with SIM900 module. It is easy and supported with serial communication.


Regards

I used STM32 and arduino uno SIM900 shield,
I got this response from UART :
Code:
    SIM900 RTOS TEST BEGIN!
                                                           
    SIM 900 INIT SIM80x_INIT!
                                                         
    AT
     
                                                                                
    O
                                                                                  
     
                                                                                   
     
                                                                                   
     
     
                                                                                  
     
                                                                                  
     
                                                                                   
     
     
                                                                                  
     
                                                                                  
     
                                                                                   
     
     
                                                                                  
     
     
                                                                                  
    T
                                                                                  
     
                                                                                   
    T
                                                                                  
     
                                                                                   
     
                                                                                   
    OO
                                                                                 
    SIM 900 INIT DONE!
                                                                
     
     
                                                                                  
     
    KKEE
                                                                             
     
                                                                                   
     
                                                                                   
     
     
                                                                                  
    00
                                                                                 
     
                                                                                   
    11
                                                                                 
     
                                                                                   
     
                                                                                  
    GET IMEI! 
                                                                        
     
                                                                                   
    K
                                                                                 
    Sim80x_GetIMEI() <--- OK
                                                          
     
     
                                                                                  
    11
                                                                                 
     
                                                                                   
    55
     
                                                                               
                                                                                    
    Sim80x_GetLoadVol() <--- ERROR
                                                    
     
                                                                                   
    K
                                                                                 
    Sim80x_GetRingVol() <--- ERROR
                                                    
    K
     
                                                                                
                                                                                    
     Sim80x_GetMicGain() <--- ERROR
                                                   
     
                                                                                   
    ,
                                                                                 
     Sim80x_GetToneVol() <--- ERROR
                                                   
    ,K

I can not get IMEI, any ideas ?
 

OK, There is something I don't know how you did that. Well if you have written "AT+GSN=?" you will get "OK". And simply "AT+GSN" followed by "0A" you would get the IMEI.
I can not tell exactly coz I don't know the codes you have written.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top