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.

Can't get output voltage in pin SIM_VDD of SIM300 module

Status
Not open for further replies.

anitha.rajakani

Newbie level 3
Joined
Jul 13, 2009
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,321
HI All
Currently i'm working in SIM300 module.
where in pin SIM_VDD,no output voltage is available to drive my SIMCARD.
Please help me with this.I've attached my PCB design.
Thanks in advance.
 

sim300cz schematic

The value of C1 is too small - tbis is the load capacitor for the internal SIM_VDD voltage regulator. Change it to .22uF.
 

sim300 with pic16f877a

Thankyou,
i've changed the capacitor value.
But still i didn'tget any voltage at pin no:19(SIM_VDD)

Added after 4 hours 9 minutes:

finally i got it work.i can send SMS.
could you please tell me how to read SMS?
i tried d following
AT+CMGL="REC UNREAD"
OK
AT+CMGL="ALL"
this also works.
but i couldn't get the new sms notifications and i couldn't read the same.
what are the commands to give new SMS alert?
i tried
AT+CNMI=?
+CNMI: (0-3),(0-3),(0,2),(0-1),(0)

OK
at+cpms=?
+CPMS: ("SM"),("SM"),("SM")

OK
what should i do with above to read new SMS?
 

sim300cz+schematic

Hi everybody.

Can anyone give me a clear and tested schematic to connect SIM300CZ TX RX and PIC16F877A Tx Rx.

Thanks in advance
 

regulator for sim300cz

sahin5002 said:
Hi everybody.
Can anyone give me a clear and tested schematic to connect SIM300CZ TX RX and PIC16F877A Tx Rx.

I don't have time to draw out schematic, but connection between PIC and SIM is quite simple.

Code:
Connect PIC16F877A TX pin to SIM300CZ RX pin 
Connect PIC16F877A RX pin to SIM300CZ TX pin
 

sim300 schematic

Is it works for module (3.8V) and 16f877A(5V). I dont think that is working the directly connection between tx <-> rx. Can you please confirm it.
 

sim300cz connect 16f877

you have to see the range of voltage used for TX and RX in both IC to see if it matched each other (not exceed the limit)
 

Re: sim300cz schematic

GSM Man said:
The value of C1 is too small - tbis is the load capacitor for the internal SIM_VDD voltage regulator. Change it to .22uF.

thanks for info :confused:
 

Re: sim300 with pic16f877a

Thankyou,
i've changed the capacitor value.
But still i didn'tget any voltage at pin no:19(SIM_VDD)

Added after 4 hours 9 minutes:

finally i got it work.i can send SMS.
could you please tell me how to read SMS?
i tried d following
AT+CMGL="REC UNREAD"
OK
AT+CMGL="ALL"
this also works.
but i couldn't get the new sms notifications and i couldn't read the same.
what are the commands to give new SMS alert?
i tried
AT+CNMI=?
+CNMI: (0-3),(0-3),(0,2),(0-1),(0)

OK
at+cpms=?
+CPMS: ("SM"),("SM"),("SM")

OK
what should i do with above to read new SMS?

what changes you made to work (SIM300). Iam facing same problem. can you plz suggest? Thanks in advance
 

Re: sim300 with pic16f877a

I am not getting SIM_VDD for SIM300. What could be solution for this problem.
Module is getting reset. VDD_EXT 2.9
 

Re: sim300 with pic16f877a

Can you please tell me What changes you have made to make it Work.

I am faicng the same problem



Thankyou,
i've changed the capacitor value.
But still i didn'tget any voltage at pin no:19(SIM_VDD)

Added after 4 hours 9 minutes:

finally i got it work.i can send SMS.
could you please tell me how to read SMS?
i tried d following
AT+CMGL="REC UNREAD"
OK
AT+CMGL="ALL"
this also works.
but i couldn't get the new sms notifications and i couldn't read the same.
what are the commands to give new SMS alert?
i tried
AT+CNMI=?
+CNMI: (0-3),(0-3),(0,2),(0-1),(0)

OK
at+cpms=?
+CPMS: ("SM"),("SM"),("SM")

OK
what should i do with above to read new SMS?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top