27 Threads found on edaboard.com: At Cgreg
hi check these out
{AT Command (Didapat dari AT Scan)
--------------------------------------------
# cquery 4.16b
# +GMI (TA manufacturer)
AT+GMI
SAMSUNG
# +GMM (TA model)
AT+GMM
SGH-C100
# +GMR (TA revision)
AT+GMR
C10ABWG1
# +GSN (TA serial number)
AT+GSN
ERROR
# +GOI (Global Object Identification)
AT+GOI
ERROR
# +GCI (Coun
Professional Hardware and Electronics Design :: 20.02.2009 19:18 :: sabeti_1990 :: Replies: 1 :: Views: 2786
AT //ATTENTION COMMAND
ok
AT+cgreg? //NETWORK REGISTRATION STATUS
AT+cgreg=1
STETUS SHOULD BE 1,1
Parameter
0 disable network registration unsolicited result code
1 enable network registration unsolicited result code +cgreg:
2 enable network registration and location information unsolicited result code (...)
Embedded Systems and Real-Time OS :: 06.12.2010 17:37 :: ckshivaram :: Replies: 21 :: Views: 2413
ofcourse... am not that dumb man....
i have did it with my gsm modem.... but with mobile phone am not able to do it....
When we start answering the thread we start with the basics without jumping into some conclusion. it helps us to know what you already tried and what needs to be done.
When asking for help dont be
Digital communication :: 07.12.2010 09:37 :: ckshivaram :: Replies: 5 :: Views: 1562
Hi all..I'm working on SIM900 and when I send the command AT it returns +CFUN:1 INSERTED and nothing after that works, that is AT+CGATT=1 then starts returning ERROR. I have put AT+CGATT=1 in loop but it returns ERROR for all instances of the command. Without any change in the code when AT command is sent and response got is OK +CPIN:READY,everythi
Electronic Elementary Questions :: 02.02.2011 13:19 :: AshwinDubey :: Replies: 5 :: Views: 2210
Most siemens mobile phones have the same AT command set as the MS35i module. When you buy a new mobile, you have to configure it for IP, port, APN etc to use the WAP features which use GPRS. It is called configuring the WAP profile. So what I get from your post is that you can use the phone as a MC35 modem connected to the PC without confirguring
Linux Software :: 24.07.2005 14:32 :: techie :: Replies: 21 :: Views: 24166
hI
I suggest you to use a GMS module TELIT GM862 he have a extended AT command set.
AT#MONI gives u cell monitor info
another command is
AT#SERVINFO
#SERVINFO: ,,,,
,,,,[,,,
,
Microcontrollers :: 09.05.2008 15:18 :: linoko :: Replies: 12 :: Views: 7256
hi
check your anten cable & be sure that you etered the sim pincode by
at+cpin=<>
if you do this right sim300 give back you
if U see this massage U can connect to gprs
Digital communication :: 27.07.2008 14:49 :: sabeti_1990 :: Replies: 4 :: Views: 3922
Hello
I'm using SIM300C to send data through GPRS.
I can connect to GPRS
but I'm not able to send data. when I'm using the AT+CIPSEND the data is not send to the server.
the command that I used:
at+cpin?
+CPIN: READY
OK
Call Ready
at+cgreg?
+cgreg: 0,1
OK
at+creg?
+
Digital communication :: 08.07.2008 19:24 :: northmoonwalker :: Replies: 5 :: Views: 3778
hi guys i could connect server so how i send data from my gprs to another gprs? and where i take off ip (another gprs )?
Added after 1 minutes:
i don't understand well
please help
Added after 5 minutes:
hi guys
so how i send data from my gprs to another gprs?
Digital communication :: 24.08.2010 09:22 :: munhkbayar :: Replies: 97 :: Views: 49358
Hi,
CREG: 2 means that the module is searching for the network
CREG:0 its not registered with the network and also it's not searching
CREG:1 means that the module is registered with the operator network
One thing u could always do is check AT+CREG? before sending the AT+CIICR and if CREG: 1 then only fire the AT+CIICR command
Also, whe
Professional Hardware and Electronics Design :: 11.09.2009 08:00 :: movie_freak :: Replies: 5 :: Views: 2586
Hi everybody, I'm using a SIM340DZ modem and I already got connect and send data to my server, but I'm having problems in data stream that my server receive.
For example;
I've put the command below:
AT+CIPSEND
> C8C8C8
SEND OK
And my server receives 3 bytes:
0x67 0x56 0x67 -> Hex format
The problem is: I want to send and receive:
Professional Hardware and Electronics Design :: 01.12.2009 13:47 :: NRG Fabio :: Replies: 0 :: Views: 1118
Hi everyone.
I'm using an Enfora Enabler IIIE GSM/GPRS/EDGE (EDG0308AT001) module to try to make a HTTP request to a web site, basically I want to send a parameter to a web site like:
But I'm actually having problems since I can't find which command to use to send the HTTP request after I've def
Digital communication :: 11.12.2009 05:37 :: Curro :: Replies: 0 :: Views: 1227
Hi all,
I am trying to establish a GPRS connection through bluetooth enabled phone using a bluetooth application running on java!
I am not able to get the GPRS connection!
Here are the commands and the response i got!
Can anybody help me regarding this?
I am getting junk values when i give the command ATD*99***1# !
I am using Nokia 2700 m
Microcontrollers :: 09.01.2010 10:31 :: shyam_tenet :: Replies: 0 :: Views: 363
AT+CGATT
ATTACH/DETACH FROM GPRS SERVICE
AT+CGDCONT
DEFINE PDP CONTEXT
AT+CGQMIN
QUALITY OF SERVICE PROFILE (MINIMUM ACCEPTABLE)
AT+CGQREQ
QUALITY OF SERVICE PROFILE (REQUESTED)
AT+CGACT
PDP CONTEXT ACTIVATE OR DEACTIVATE
AT+CGDATA
ENTER DATA STATE
AT+CGPADDR
SHOW PDP ADDRESS
AT+CGCLASS
GPRS MOBILE STATION CLASS
AT+CGEREP
CONTROL U
Professional Hardware and Electronics Design :: 08.03.2010 07:21 :: singhania12 :: Replies: 1 :: Views: 1806
hello
I'm new to GPRS and m2m communication. I'm trying to send datas from vehicules to a distant server.
I’m using a GM862-GPS from telit and I want to send data to a socket with these commands :
AT+CPIN=XXXX
AT+cgreg=1
AT&K=0
AT+CGDCONT= 1,”IP”,”orange”
AT#USERID=””
AT#PASSW=”&
Microcontrollers :: 27.07.2010 12:25 :: sodittlse :: Replies: 1 :: Views: 798
hi
i am using gr47 module and i can connect to a server with a static IP
and then can send data and receive data but the problem is that:
i don't know how to disconnect from server.
the code that i connect to the server is:
AT+CGDCONT = 1,”IP”,”internet"
AT+cgreg=1
AT*E2IPA=1,1
AT*E2IPO = 1,”129.59.217.99”,3
EDA Jobs :: 09.08.2010 11:19 :: m_sa_haghighi :: Replies: 0 :: Views: 365
Hi everyone,
I have a really difficult project.
My project is to turn on/off my leds by using gprs modem.
Where should I start??
Now I'm trying to give my modem a static İP by using AT commands but that is also difficult:(
Please help me
Thanks
Digital communication :: 02.09.2010 16:39 :: canyılmaz :: Replies: 1 :: Views: 337
hey can anybody tell me is it possible to transmit data from gm862 to a remote server and simultaneously receive data from the same server...
i can connect it to remote server and can send data from module to server by using these commands...
AT+cgreg=1
AT+CGDCONT
AT#SKTSET
AT+CGACT
AT#SKTOP
when i get connect response i can send data ..
Microcontrollers :: 08.09.2010 13:35 :: najar_1432001 :: Replies: 0 :: Views: 536
First you have to learn basic interfacing with GSM/GPRS modem
learn AT commands.. try to do simple interfacing with modem like dialing no, sending/recieving sms, checking signal strength etc.
then you start GPRS related commands
Microcontrollers :: 13.12.2010 13:04 :: nikhilele :: Replies: 39 :: Views: 5055
AT
OK
AT+CGDCONT=1,"IP","orangeinternet","192.168.71.35" ,1,1
OK
AT+CDNSCFG="158.043.192.001","158.043.128.001"
OK
AT+CSTT="orangeinternet","",""
OK
AT+CIICR
OK
AT+CIFSR
10.52.83.134
AT+CIPSTATUS
OK
STATE: IP STATUS
AT+CIPHEAD=1
OK
AT+CDNSORIP=1
OK
AT+CIPSTART="TCP","212.157.119.102","21"
OK
CONNECT OK
+IPD65:220-*********************************
Digital communication :: 14.12.2010 17:32 :: ckshivaram :: Replies: 2 :: Views: 1332
i really did not understand your question... if you have problem then post the code here so that someone will help you.......
Microcontrollers :: 17.02.2011 07:56 :: ckshivaram :: Replies: 15 :: Views: 506
hi,
thanks for the information. i hope my questions are not bothering you :)
i tried using hardware flow control but it seems its not working. i connected CTS/RTS line to my microcontroller and enabled hardware flow control using AT+IFC=2,2 but when i put CTS line to low sim900 continues to transmit data and overflow occurs. am i missing something
Digital communication :: 17.12.2011 19:59 :: devil6600 :: Replies: 16 :: Views: 3359
Hi all,
I've purchased SIM900-TE-C for MMS application. The SIM900 runs commands in "SIM900_AT_Command Manual V1.03" properly. But when I tried the MMS commands (SIM900_MMS_AT Command Manual V1.00), I always got "ERROR" result. The following is my information.
Country: Thailand
Mobile operator: AIS, DTAC
Result from ATI
SIM900 R11.
Digital communication :: 22.04.2011 05:58 :: rockregister :: Replies: 4 :: Views: 2113
Hello,everyone
I did some work to transplant TCP/IP stack to MCU. Through GPRS, MCU can connect internet.
However, I met with some trouble during LCP negotiation.The following is my solution referring networking order to make MCU PPP simpler.The LCP option request are respond with rejection.
Server:7e ff 03 c0 21 01 01 00 14
Network :: 19.12.2011 07:12 :: soncyang :: Replies: 0 :: Views: 345
To send data using modem(mc35i) use following at commands,
at+csms=1
at+cmgf=1
at+cmgs=" +91number to whom u want to send "
>ur message ^z.
try this step. but every time u type command u should wait for its response. then u giv next command.
Digital communication :: 12.05.2008 09:28 :: preeti_hr2002 :: Replies: 2 :: Views: 2707
Actually, the GPS by SMS can not meet the market requirement now.
What about using SMS+Free GPRS platform.
Bryan Huang (Manager)
Wynnyeen International (China) Limited
Mobile:008613924587838 |Tel.:008675526161537 |Fax:008675533230856
Email/MSN/Gtalk: |Skype/Yahoo: wynnyeen
Shenzhen, China
Microcontrollers :: 15.03.2012 03:15 :: wynnyeen :: Replies: 66 :: Views: 11061
i hav done the successful communication with ftp server using tcp port 2021,i hv made the directory in server successfully but for data connection i have write below last command but it shows error?
Could you please check and revert.
+CREG: 1,"0C25","084A"
RDY
+CFUN: 1
+CPIN: READY
at
OK
at
OK
at+creg?
+CREG: 0,1
OK
at+cgatt=
Digital communication :: 20.09.2012 05:56 :: SurekhaIris :: Replies: 7 :: Views: 586