This is an old arduino 3G module bought half years ago.

Its wiki:

http://wiki.iteadstudio.com/ITEAD_3G_Shield

Its mall:

http://imall.itead.cc/itead-3g-shield.html

But as you can see that, the download link does not exist anymore. But after googling a bit, there are some alternatives for you to download the goodies.

Datasheet for ITEAD 3G Shield http://pan.baidu.com/s/1ntCH4UH

Schematic for ITEAD 3G Shield  http://pan.baidu.com/s/1pJ5lRzt

Demo Code for ITEAD 3G Shield http://pan.baidu.com/s/1gdyaCYf

Its back where you insert a SIM card:

On arduino, switch VCC to 5V,   switch Flight mode , RF to be On.

And for the UART multiplexer on the board,

When using the connection as Figure 4, the SIM900 connect to the ATMega328 chip on board.

Pin D0             Tx on 3G shield  <-----> Rx on Arduino

Pin D1             Rx on 3G shield  <-----> Tx on Arduino

To test whether your board is working:

void setup()
{
Serial.begin();
} void loop()
{
while() {
// dail 13988899999
Serial.print("ATD13988899999;\r"); delay();
} }

This is gonna dial this number 13988899999 forever.

If you receive a call, your module is working perfectly.

This board uses AT commands to control itself.

Key: AT commands

What is AT commands?

For Chinese readers: http://baike.baidu.com/view/2420376.htm

For English readers: https://en.wikipedia.org/wiki/Motorola_phone_AT_commands    ( This is very helpful )

The AT commands manual those are compatible for this board can be found here.

http://wiki.iteadstudio.com/images/2/20/SIM5215J_SIM5216J_AT_Command_Manual_V1.02.pdf

Or here: http://pan.baidu.com/s/1kDDQu  (You do not need to be an expert)

It looks the manual is long enough to make you sleepy. :P    Just check the exquisite down below.

You can find helpful tutorials from Arduino offcial forum:

http://forum.arduino.cc/index.php?topic=140526.0

And the problem was solved. You can use that scope of codes.

Setting the UART multiplexer

If you do not know anything about UART multiplexer, you could check it out here. http://wiki.iteadstudio.com/IComSat

From its schema:

It looks like this:

Play with the jumpers on the board.

It would looks like this before:

then re-set it to be like this:

Now you program on it.

Let's try some AT commands:

Send command:

ATI

You would get these in return:

ATI

Manufacturer: SIMCOM INCORPORATED
Model: SIMCOM_SIM5216E
Revision: SIM5216E_V1.
IMEI:
+GCAP: +CGSM,+DS,+ES OK

To the UART SoftwareSerial ports.

If you want to debug this 3G shield module with arduino, PC , you should set baud rate to be 9600 or less.

The rate of 115200 is too high for SoftwareSerial on Arduino.  ( That's why here later I used a FT232 USB2Serial module on PC to communicate with this 3G shield without arduino. )

It looks as what he said: http://forum.arduino.cc/index.php?topic=140526.msg1653999#msg1653999

Using A FT232 USB -> Serial  module to control 3G module ( No arduino at all )

Sources from:

http://www.elecfreaks.com/wiki/index.php?title=3G_shield

See how I did it for real.

Settings with jumpers on shield:

On FT232 USB2Serial module :

Tx on FT232 <--> Rx on 3G module

Rx on FT232 <--> Tx on 3G module

Here I used cutecom on Linux.

Please notice the settings below:

Send in Plain text and select "CR line end".

If you want to dail one's number, for example, 18612341234, just input

ATD18612341234;

It works well. And with MIC and Phone, you can speak and hear from the other one.

Arduino 3g shield using GSM bought from ITead的更多相关文章

  1. Arduino 3G shield using SoftwareSerial to control

    On the 3G shield, by default the power pin is on D8 and reset pin is on D9. Make it HIGH then it wor ...

  2. 如何使用Arduino和SIM900A GPRS / GSM模块将数据发送到Web服务器

    今天我们在这里介绍一个非常有趣的项目,我们将使用Arduino开发板和GPRS将数据发送到SparkFun服务器.这是一个基于IoT的项目,我们将使用GSM模块SIM900A将一些数据发送到互联网上的 ...

  3. Arduino UNO开发板、Arduino CNC Shield V3.0扩展板、A4988驱动板、grbl固件使用教程

    前言 CNC Shield V3.0可用作雕刻机,3D打印机等的驱动扩展板,板上一共有4路步进电机驱动模块的插槽,可驱动4路不进电机,而每一路步进电机都只需要2个IO口,也就是说,6个IO口就可以很好 ...

  4. 一百元的智能家居——Asp.Net Mvc Api+讯飞语音+Android+Arduino

    大半夜的,先说些废话提提神 如今智能家居已经不再停留在概念阶段,高大上的科技公司都已经推出了自己的部分或全套的智能家居解决方案,不过就目前的现状而言,大多还停留在展厅阶段,还没有广泛的推广起来,有人说 ...

  5. Arduino 学习

    Arduino 背景可以参考官方网站www.arduino.cc 先看一个最简单的示例程序: 打开 Arduino IDE , 选择菜单:文件 -> 示例 -> 01.Basics -&g ...

  6. Arduino Nano + WIZ550io = 简易上网

    我爱Arduino Nano – 这是一个非常好外形小巧却功能齐全的Arduino Uno.然而.当我去将它连接到互联网,全部的干净利落小巧也消失在大尺寸的以太网盾底下了. 只是,我近期发现了一个更好 ...

  7. 用Arduino做一个可视化网络威胁级别指示器!

    在当今世界,网络监控器是非常重要的.互联网是个可怕的地方.人们已经采取措施以提高警戒----他们安装了入侵检测系统(IDS)比如SNORT. 通过把可视化部分从电脑中移出来,我们想让它更容易去观察.一 ...

  8. 转]GSM模块信号强度CSQ与RSSI的对应关系

    使用GSM或者3G模块时,都会接触到信号强度CSQ.通过指令AT+CSQ,模块返回当前的信号质量,例如: AT+CSQ +CSQ: 28,0 其中28就是信号强度CSQ,但它不是真实的CSQ,他应该叫 ...

  9. Arduino 网络时钟client

    升级! 添加了12h/24h 的开关,还有标准/ 夏令时开关!见步骤7 & 步骤8. 你是否曾想要一个和办公室时间来源全然准确的表? 这就有一个网络的办公时间server,你能够根据它并同步你 ...

随机推荐

  1. 如何使用Ubuntu online account API创建微博HTML5申请书

    在这篇文章中.我们将使用Ubuntu SDK提供online account API来訪问微博的API并显示所须要的内容.这篇文章的重点是展示怎样在HTML 5中使用online account AP ...

  2. 网站静态化处理—web前端优化—中(12)

    网站静态化处理—web前端优化—中(12) Web前端很多优化原则都是从如何提升网络通讯效率的角度提出的,但是这些原则使用的时候还是有很多陷阱在里面,如果我们不能深入理解这些优化原则背后所隐藏的技术原 ...

  3. sql级联删除

    原文:sql级联删除 功能:在删除主表时,自动删除副表(外键约束)相应内容 删除包含主键值的行的操作,该值由其它表的现有行中的外键列引用.在级联删除中,还删除其外键值引用删除的主键值的所有行. 如: ...

  4. C语言利用va_list、va_start、va_end、va_arg宏定义可变參数的函数

    在定义可变參数的函数之前,先来理解一下函数參数的传递原理: 1.函数參数是以栈这样的数据结构来存取的,在函数參数列表中,从右至左依次入栈. 2.參数的内存存放格式:參数的内存地址存放在内存的堆栈段中, ...

  5. ExcelReport源码解析

    ExcelReport第二篇:ExcelReport源码解析   导航 目   录:基于NPOI的报表引擎——ExcelReport 上一篇:使用ExcelReport导出Excel 下一篇:扩展元素 ...

  6. UiAutomator源码分析之获取控件信息

    根据上一篇文章<UiAutomator源码分析之注入事件>开始时提到的计划,这一篇文章我们要分析的是第二点: 如何获取控件信息 我们在测试脚本中初始化一个UiObject的时候通常是像以下 ...

  7. Aspose.Words:如何添加另一个WORD文档中的Node对象

    原文:Aspose.Words:如何添加另一个WORD文档中的Node对象 首先看一段代码,这段代码意图从docSource中获取第一个表格,并插入docTarget的末尾: , true); doc ...

  8. PHP 4:从Login进一步看到的

    原文:PHP 4:从Login进一步看到的 我们已经在PHP 3:从Login界面谈PHP标记谈到了PHP标记,不过其页面代码有一句 require_once('bookmark_fns.php'); ...

  9. MvcPager分页控件以适用Bootstrap

    随笔- 9  文章- 0  评论- 33  修改MvcPager分页控件以适用Bootstrap 效果(含英文版,可下载)   软件开发分页效果必不可少,对于Asp.Net MVC 而言,MvcPag ...

  10. VS2013中Python学习环境搭建

    VS2013中Python学习笔记[环境搭建] 前言 Python是一个高层次的结合了解释性.编译性.互动性和面向对象的脚本语言. Python的设计具有很强的可读性,相比其他语言经常使用英文关键字, ...