<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=SIM800_SDK</id>
	<title>SIM800 SDK - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=SIM800_SDK"/>
	<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=SIM800_SDK&amp;action=history"/>
	<updated>2026-07-24T01:40:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://w.electrodragon.com/w/index.php?title=SIM800_SDK&amp;diff=26644&amp;oldid=prev</id>
		<title>Chao at 06:11, 28 May 2020</title>
		<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=SIM800_SDK&amp;diff=26644&amp;oldid=prev"/>
		<updated>2020-05-28T06:11:45Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== AT Commands ==&lt;br /&gt;
=== AGPS LBS Location and Time ===&lt;br /&gt;
* AT+CIPGSMLOC=1 view location&lt;br /&gt;
* AT+CIPGSMLOC=2 view time&lt;br /&gt;
Full Test Example&lt;br /&gt;
 AT+SAPBR=3,1,&amp;quot;Contype&amp;quot;,&amp;quot;GPRS&amp;quot;                                        // set GPRS mode&lt;br /&gt;
 OK&lt;br /&gt;
 AT+SAPBR=3,1,&amp;quot;APN&amp;quot;,&amp;quot;CMNET&amp;quot;                                           //set APN&lt;br /&gt;
 OK&lt;br /&gt;
 AT+SAPBR=1,1                                                                      // PDP activate, not conflict with TCP/IP using same time&lt;br /&gt;
 OK&lt;br /&gt;
 AT+SAPBR=2,1                                                                      // get IP address&lt;br /&gt;
 +SAPBR: 1,1,&amp;quot;10.144.156.178&amp;quot;&lt;br /&gt;
 OK&lt;br /&gt;
 AT+CLBSCFG=0,3                                                                 // check current LBS function default address &lt;br /&gt;
 +CLBSCFG: 0,3,&amp;quot;www.c4a.com.cn:3002&amp;quot;                              // this is a free address&lt;br /&gt;
 OK&lt;br /&gt;
 AT+CLBS=1,1&lt;br /&gt;
 +CLBS: 0,121.358585,31.219023,550                                  // get location&lt;br /&gt;
 OK&lt;br /&gt;
 AT+CLBS=4,1&lt;br /&gt;
 +CLBS: 0,121.358599,31.219034,550,17/02/25,09:33:01   // get detailed info inlcuding time, need to conver to your time zone, for CN add +8&lt;br /&gt;
 OK&lt;br /&gt;
 AT+SAPBR=0,1&lt;br /&gt;
 OK&lt;br /&gt;
=== Bluetooth ===&lt;br /&gt;
* See on Bluetooth App note PDF&lt;br /&gt;
=== TTS ===&lt;br /&gt;
* See on AT commands PDF&lt;br /&gt;
&lt;br /&gt;
== OpenMCU ==&lt;br /&gt;
&lt;br /&gt;
== Documents == &lt;br /&gt;
* Find most documents at page https://bitbucket.org/e_dragon/simcom_2g/src/master/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category: SIMCOM SDK]]&lt;/div&gt;</summary>
		<author><name>Chao</name></author>
	</entry>
</feed>