View previous topic :: View next topic |
Author |
Message |
Jim90
Joined: 27 Apr 2013 Posts: 55
|
TC63 GSM module |
Posted: Wed Nov 12, 2014 2:49 pm |
|
|
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: 9225 Location: Greensville,Ontario
|
|
Posted: Wed Nov 12, 2014 3:12 pm |
|
|
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
|
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1933 Location: Norman, OK
|
|
Posted: Wed Nov 12, 2014 5:07 pm |
|
|
... _________________ 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
|
|
Posted: Wed Nov 12, 2014 5:42 pm |
|
|
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
|
|
|
ezflyr
Joined: 25 Oct 2010 Posts: 1019 Location: Tewksbury, MA
|
|
Posted: Wed Nov 12, 2014 6:05 pm |
|
|
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
|
|
|
ezflyr
Joined: 25 Oct 2010 Posts: 1019 Location: Tewksbury, MA
|
|
Posted: Wed Nov 12, 2014 6:20 pm |
|
|
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
|
TC63 GSM module |
Posted: Wed Nov 12, 2014 6:25 pm |
|
|
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: 9225 Location: Greensville,Ontario
|
|
Posted: Wed Nov 12, 2014 7:07 pm |
|
|
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
|
|
Posted: Wed Nov 12, 2014 8:17 pm |
|
|
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
|
|
|
Jim90
Joined: 27 Apr 2013 Posts: 55
|
TC63 GSM module |
Posted: Thu Nov 13, 2014 5:03 am |
|
|
Why you think is better?
I think TC63I has more features |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19504
|
|
Posted: Thu Nov 13, 2014 6:04 am |
|
|
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'?.... |
|
|
|