1 Attachment(s)
Provide me the circuit please
Connection
1.DKU-5 cable connected to the Nokia phone.
2.a male type connector connected to the other end of the DKU-5 cable
3.from that connector I set up the connection to the basic stamp2 as shown above.
4.by the following bs2 code I successfully sent sms
SEROUT 1, 16572,25, [ "AT+CMGF=1" , CR]
SERIN 3, 16572,[ WAIT ( "OK" )]
SEROUT 1,16572,25,["AT+CMGS=",34,"+880191787670",34,CR]
SERIN 3, 16572, [WAIT (">")]
SEROUT 1, 16572, [hello,CR]
SEROUT 1, 16572, [26,CR]
SERIN 3, 16572, [WAIT ("OK")]
DEBUG "ok"
MY PROBLEM NOW IS, I MADE SAME CIRCUIT WITH PIC16F84A TO SEND SMS. BUT IT IS NOT WORKING. MY PICBASIC PRO CODE IS OK. I THINK (SURE) I COULD NOT MAKE THE CORRECT CIRCUIT FOR THAT. CAN ANYONE PROVIDE ME THAT.
Thanks for your constant interest
Well But nokia 6210 isnīt available around here (its way too old) and GSM modules exceed the final cost of my possible product, so they are no good options. What about nokia 3220 it is serial for sure since the cable has an USB-RS232 converter in built and it is available, i havenīt been able to send AT commands to it though. I was able to Send AT commands to the 6230 but i suppose it is made throught the Windows Driver. How .... :| ?.... mmm
I am sure that nokia phones are way to different now than they were on this 6210 models, How is the modem activated now? it canīt be too hard since you can simply open HyperTerminal and send AT (is what i heard, i succeded in 6230)
Thanks for your replies.
Maybe my question is incorrect, but
In GSM phones like A55 you canīt use AT modem if you are in HandsFree mode, did you knew that? and from http://www.atrox.at/datacable/dlr3/index.html you have to use some pulldown resistors or the 6210 will not answer correctly (it says so). You cant communicate with FBUS unless you send U like 60 times to sync with the phone.
I have tried several phones from nokia which claim to have Data Modem in built, connected them to HyperTerminal and none works(just the ones with USB in Pop-port), have you ever tried one aside of the old 6210?
What do i mean with "how do you turn it on"? well ... How do you?.
I am looking for someone who actually had connected a new model, like 3220 or..... well i donīt now.... Any model. I personally have done it with Siemmens phones, they do are pretty strightfordward.