Author |
Message |
Topic: TC63 GSM module |
Jim90
Replies: 26
Views: 44694
|
Forum: General CCS C Discussion Posted: Sat Nov 15, 2014 6:29 pm Subject: TC63 GSM module |
I try to create a solar tracker which need able to communicate with server.(a group of solar trackers are connect to the server and have to transfer data to the server).
When i said robust system ... |
Topic: TC63 GSM module |
Jim90
Replies: 26
Views: 44694
|
Forum: General CCS C Discussion Posted: Fri Nov 14, 2014 7:23 pm Subject: TC63 GSM module |
Yes but TC35 can establish a robust communication with server ?
also what is the different between TC35 and TC35i? |
Topic: TC63 GSM module |
Jim90
Replies: 26
Views: 44694
|
Forum: General CCS C Discussion Posted: Fri Nov 14, 2014 6:30 pm Subject: TC63 GSM module |
I will need a lot of GSM modules which are connected to a server , that's why i am thinking to something more advance (like TC65i).
btw if i will move to something easier i prefere the TC35/TC35i ... |
Topic: TC63 GSM module |
Jim90
Replies: 26
Views: 44694
|
Forum: General CCS C Discussion Posted: Thu Nov 13, 2014 9:29 am Subject: TC63 GSM module |
if i use the driver of the TC35 would i be able to have a basic communication with a server over gprs? |
Topic: TC63 GSM module |
Jim90
Replies: 26
Views: 44694
|
Forum: General CCS C Discussion Posted: Thu Nov 13, 2014 5:03 am Subject: TC63 GSM module |
Why you think is better?
I think TC63I has more features |
Topic: TC63 GSM module |
Jim90
Replies: 26
Views: 44694
|
Forum: General CCS C Discussion Posted: Wed Nov 12, 2014 6:25 pm Subject: TC63 GSM module |
Thanks guys.
Except the issue with the soldering, do you think that this module is reliable, easy to program, etc ? |
Topic: TC63 GSM module |
Jim90
Replies: 26
Views: 44694
|
Forum: General CCS C Discussion Posted: Wed Nov 12, 2014 5:53 pm Subject: TC63 GSM module |
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 w ... |
Topic: TC63 GSM module |
Jim90
Replies: 26
Views: 44694
|
Forum: General CCS C Discussion Posted: Wed Nov 12, 2014 4:54 pm Subject: TC63 GSM module |
The datasheet is:
http://www.docdroid.net/l2se/tc63i.pdf.html |
Topic: TC63 GSM module |
Jim90
Replies: 26
Views: 44694
|
Forum: General CCS C Discussion Posted: Wed Nov 12, 2014 2:49 pm Subject: TC63 GSM module |
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 ... |
Topic: stupid problem with pwm |
Jim90
Replies: 9
Views: 12962
|
Forum: General CCS C Discussion Posted: Thu Nov 06, 2014 8:16 am Subject: stupid problem with pwm |
this is not the case for me.
The problem appear at the line
setup_compare(1, COMPARE_PWM|COMPARE_TIMER2);
timer2,compare pwm,compare timer2 is provided by the microcontroller.
... |
Topic: stupid problem with pwm |
Jim90
Replies: 9
Views: 12962
|
Forum: General CCS C Discussion Posted: Wed Nov 05, 2014 11:29 am Subject: stupid problem with pwm |
Actually the problem appear also to compiler 5.007
for example by using the example EX_PWM_PCD.C
void main(void)
{
int value=10;
setup_timer2(TMR_INTERNAL | TMR_DIV_BY_1, 0xFFC ... |
Topic: interface dspic33 with sim900 |
Jim90
Replies: 3
Views: 5867
|
Forum: General CCS C Discussion Posted: Sun Jul 20, 2014 6:56 am Subject: interface dspic33 with sim900 |
I need to interface a dspic33 with sim900 module.
I use the code below without success, is anyone who know what is going wrong ?
#include <string.h>
#define BUFFER_SIZE 32
BYTE buffer& ... |
Topic: SIM900 Vs TC35 |
Jim90
Replies: 8
Views: 10656
|
Forum: General CCS C Discussion Posted: Sun May 25, 2014 5:21 pm Subject: SIM900 Vs TC35 |
"There are lots of resources available."
I don’t know where to start to be honest !!
"What compiler and chip family are you planing to use? "
I am thinking to use something ... |
Topic: SIM900 Vs TC35 |
Jim90
Replies: 8
Views: 10656
|
Forum: General CCS C Discussion Posted: Sun May 25, 2014 8:20 am Subject: SIM900 Vs TC35 |
I would like to implement a vehicle tracking system, and is needed to use a gprs module there.
Any resources about how gprs is working? |
Topic: SIM900 Vs TC35 |
Jim90
Replies: 8
Views: 10656
|
Forum: General CCS C Discussion Posted: Sat May 24, 2014 7:05 pm Subject: SIM900 Vs TC35 |
I would like to use a GPRS application . this is the first time which i try to invole with gprs and so i don't have experience in this area :(
that's why i ask about the difference between these tw ... |
|