CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

TC63 GSM module
Goto page 1, 2  Next
 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Jim90



Joined: 27 Apr 2013
Posts: 55

View user's profile Send private message

TC63 GSM module
PostPosted: Wed Nov 12, 2014 2:49 pm     Reply with quote

I want to create a new project with the use of TC63 gsm module.

My problem is that i don't know if is possible to use TC63 with CCS compiler.

I can't find any resources and i don't know anyone who use this module with CCS so i don't know if this is feasible.
(I am thinking if any restriction exist which i can not see)
temtronic



Joined: 01 Jul 2010
Posts: 9120
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Wed Nov 12, 2014 3:12 pm     Reply with quote

You should post a link to the exact module you've got !

From that we'll be able to see how easy it will be to interface to it.
items of concern...

1) power supply. Most(all ?) devices these days are 3 volt units. NONE will directly, correctly interface with a 5 volt PIC, so the easy way is to select a 3 volt PIC. Those like PIC16LFxxx are 3 volt devices, the 'L' is the key here.

2) communications interface. It could be TTL serial( aka 'RR-232), SPI, I2C or propriatory.

3)commands. Typically an 'AT command set' is used,though without seeing the actual datasheet I can't tell.

Bottom line, YES you can use CCS C to use the TC63 module however you'll need to supply us with more information. Undoubtedly someone's posted a program or 2 in the 'code library' here.Before you just 'cut and paste' and complain 'it doesn't work, be sure to create and test a simple 'Hello GSM' test program. It should read some GSM registers, set some options, read back those options. This basic test will confirm the interface is good,hardware correct and gives you a solid base to carry on from.

Cheers
Jay
Jim90



Joined: 27 Apr 2013
Posts: 55

View user's profile Send private message

TC63 GSM module
PostPosted: Wed Nov 12, 2014 4:54 pm     Reply with quote

The datasheet is:

http://www.docdroid.net/l2se/tc63i.pdf.html
dyeatman



Joined: 06 Sep 2003
Posts: 1912
Location: Norman, OK

View user's profile Send private message

PostPosted: Wed Nov 12, 2014 5:07 pm     Reply with quote

...
_________________
Google and Forum Search are some of your best tools!!!!


Last edited by dyeatman on Wed Nov 12, 2014 8:32 pm; edited 1 time in total
ezflyr



Joined: 25 Oct 2010
Posts: 1019
Location: Tewksbury, MA

View user's profile Send private message

PostPosted: Wed Nov 12, 2014 5:42 pm     Reply with quote

Hi,

We've already been down this road a million times? Unless the OP can produce a data sheet for the exact hardware he has then this thread is pointless, and will only end in frustration!

There is a high likelihood that the 'TC63' module referred to by the OP is actually the Siemens module mounted to a breakout board that includes some interface circuitry. Unless we have access to exactly what is being used then this thread is hopeless!

Note the raw TC63 requires a fine pitch SMD connector interface, so it's 100% certain that is not what the OP has!

John
Jim90



Joined: 27 Apr 2013
Posts: 55

View user's profile Send private message

TC63 GSM module
PostPosted: Wed Nov 12, 2014 5:53 pm     Reply with quote

This is exactly the module which i have.(actually i am thinking to buy)

http://export.farnell.com/cinterion/tc63i/mod-gsm-gprs-quad-band-tcp-ip/dp/1718876

At my last post i upload the document which is given to this site.


Any feedback??

whatdo you think ? (i really need advice)
ezflyr



Joined: 25 Oct 2010
Posts: 1019
Location: Tewksbury, MA

View user's profile Send private message

PostPosted: Wed Nov 12, 2014 6:05 pm     Reply with quote

Hi,

Sorry, that link opens to a generic Farnell export page, not to anything specific the a GSM module. It may just be my current location (Japan) that is preventing me from viewing it?

John
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Wed Nov 12, 2014 6:11 pm     Reply with quote

http://uk.farnell.com/cinterion/tc63i/mod-gsm-gprs-quad-band-tcp-ip/dp/1718876
ezflyr



Joined: 25 Oct 2010
Posts: 1019
Location: Tewksbury, MA

View user's profile Send private message

PostPosted: Wed Nov 12, 2014 6:20 pm     Reply with quote

Hi,

100% you can make that work with a PIC, but the electrical/mechanical interface challenges will be formidable. Are you prepaired to solder an 80 pin fine pitch connector? Find another module!

John

Ps thanks PCM programmer for the link!
Jim90



Joined: 27 Apr 2013
Posts: 55

View user's profile Send private message

TC63 GSM module
PostPosted: Wed Nov 12, 2014 6:25 pm     Reply with quote

Thanks guys.


Except the issue with the soldering, do you think that this module is reliable, easy to program, etc ?
temtronic



Joined: 01 Jul 2010
Posts: 9120
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Wed Nov 12, 2014 7:07 pm     Reply with quote

Well I still haven't seen a proper datasheet for it yet...all links lead to 'sales sheets' not hard core data.
As I suspected it's a 3 volt device, so you best use an 'L' version PIC..
Has I2C as well as SPI interfaces, so very easy for a PIC to hookup to it.

reliable ? zero knowledge of the device, again no datasheet....
easy to program, unknown, again NO datasheet...

Knowledge is power....

Jay
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Wed Nov 12, 2014 8:17 pm     Reply with quote

It's out there if you search for this:
Quote:
tc63i_hd_v01100a.pdf

Otherwise you have to signup on their website to get it.
ezflyr



Joined: 25 Oct 2010
Posts: 1019
Location: Tewksbury, MA

View user's profile Send private message

PostPosted: Thu Nov 13, 2014 12:57 am     Reply with quote

Hi,

Personally, I'd think something like this is a better choice: http://imall.iteadstudio.com/im140318007.html

John
Jim90



Joined: 27 Apr 2013
Posts: 55

View user's profile Send private message

TC63 GSM module
PostPosted: Thu Nov 13, 2014 5:03 am     Reply with quote

Why you think is better?

I think TC63I has more features
Ttelmah



Joined: 11 Mar 2010
Posts: 19238

View user's profile Send private message

PostPosted: Thu Nov 13, 2014 6:04 am     Reply with quote

Quite probably.

The point being made, was that this is _well_ documented, and easy to connect to. You could probably have a system talking to this in a couple of hours work on a breadboard. While the TC63I, will involve starting by making a PCB. Then you have 'what extra features are actually going to be of any use'?....
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group