“Microduino-GPRS/GSM”的版本间的差异
Jasonsheng(讨论 | 贡献) |
853387039@qq.com(讨论 | 贡献) (→Development) |
||
| (未显示3个用户的7个中间版本) | |||
| 第14行: | 第14行: | ||
*Small, cheap, stackable and open; | *Small, cheap, stackable and open; | ||
*Open hardware circuit design and Arduino compatible programming development environment; | *Open hardware circuit design and Arduino compatible programming development environment; | ||
| − | * | + | *Uniform Microduino interface standard and rich peripheral modules, capable of having a fast and flexible connection and extension with other modules and sensors in accord with Microduino interface standard; |
| − | *Easy to be integrated to pegboards with a 2.45-pitch female header connector interface. | + | *Easy to be integrated to pegboards with a 2.45-pitch female header connector interface. |
==Specifications== | ==Specifications== | ||
| 第46行: | 第46行: | ||
*Eagle PCB: '''[[File:Microduino-GSM.zip]]''' | *Eagle PCB: '''[[File:Microduino-GSM.zip]]''' | ||
* Microduino-GSM module SIM800L:'''[[File:SIM800L.pdf]]''' | * Microduino-GSM module SIM800L:'''[[File:SIM800L.pdf]]''' | ||
| − | *SIM | + | *Microduino-GSM Module TCPIP Protocol AT Instruction Manual:'''[[File:Microduino-GSM-AT.pdf]]''' |
| + | *SIM card base:'''[[File:SIM800L.pdf]]''' | ||
==Development== | ==Development== | ||
You can use GSM library to test, https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_03_Microduino_GSM_SIM800L | You can use GSM library to test, https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_03_Microduino_GSM_SIM800L | ||
| − | |||
| − | |||
==Application== | ==Application== | ||
| 第63行: | 第62行: | ||
===Debugging=== | ===Debugging=== | ||
| − | *Download the test program: | + | *Download the test program:'''[https://github.com/Microduino/Microduino_Tutorials/blob/25a821ba8894fb02d4b1560c9912450cc353b875/Microduino_Texting/Microduino_GPRS_GSM_text/Microduino_GPRS_GSM_text.ino Github Download]''' |
| − | https://github.com/Microduino/Microduino_Tutorials/ | ||
*Open the test program, and then you need double check the following parameter: | *Open the test program, and then you need double check the following parameter: | ||
**“#define NUM "13667928xxx"”:Need change to the number that receive message. | **“#define NUM "13667928xxx"”:Need change to the number that receive message. | ||
| 第75行: | 第73行: | ||
**Input "s", you can send the sensor data to network. | **Input "s", you can send the sensor data to network. | ||
| − | * | + | *If using Microduino-Core to debug, you need the soft serial port(TX1, RX1) |
*If you use the Microduino Core to debug, must use the Software Serail (TX1,RX1) | *If you use the Microduino Core to debug, must use the Software Serail (TX1,RX1) | ||
**Use the Software Serial library | **Use the Software Serial library | ||
| 第88行: | 第86行: | ||
[[file:Microduino-SIM800L-Pinout2.jpg|800px|thumb|center|Microduino-SIM800L-Pinout]] | [[file:Microduino-SIM800L-Pinout2.jpg|800px|thumb|center|Microduino-SIM800L-Pinout]] | ||
| − | == | + | ==FAQ== |
| − | * | + | *Can this module be used to make a voice call? Is a pin available for voice? |
| − | **This module can’t be | + | **This module can’t be used to make a voice call, because it doesn’t have the required pin. |
| − | *Does this module | + | *Does this module work with Core+ module? |
**Yes. | **Yes. | ||
| − | *Does this module | + | *Does this module use Arduino GSM library? |
**Yes. | **Yes. | ||
| − | *Does this module | + | *Does this module work with 3G? |
**No, it only supports GPRS and GSM. | **No, it only supports GPRS and GSM. | ||
| − | *How | + | *How is this module powered? |
**There are two methods: | **There are two methods: | ||
| − | ***Using the USB | + | ***Using the USB port attached to the module with a 5V, 1A power supply (Voltage 5V, Amperage 1A) |
| − | ***Using Li-ion battery | + | ***Using a 3.7V Li-ion battery attached to the module |
| − | '''BM module can power | + | '''The BM module can power the Core module and other modules, such as the 10DOF. However, use of the BM module to power the GPRS/GSM module is not suggested due to its significant power consumption.'' |
==Purchase== | ==Purchase== | ||
2015年1月5日 (一) 17:10的最新版本
| Language | English |
|---|
|
Microduino-GPRS/GSM module can get Microduino core board connected to the internet and achieve the function of sending and receiving messages when it is just inserted with a SIM card and follows some simple instructions. 目录Features
SpecificationsAdopt SIM800L module to support four-band GSM/GPRS, whose working band is:GSM850, EGSM900, DCS1800 and PCS1900MHz.
文件:Microduino-SIM800L-Pinout1.jpg Microduino-SIM800L-Pinout 文件:Microduino-SIM800L-Pinout2.jpg Microduino-SIM800L-Pinout
文件:Microduino-SIM-Pinout1.jpg Microduino-SIM-Pinout 文件:Microduino-SIM-Pinout2.jpg Microduino-SIM-Pinout Document
DevelopmentYou can use GSM library to test, https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_03_Microduino_GSM_SIM800L ApplicationSend short messages using the example program. Preparation
Debugging
#include <SoftwareSerial.h>
SoftwareSerial mySerial(2, 3); // RX, TX
文件:Microduino-SIM800L-Pinout2.jpg Microduino-SIM800L-Pinout FAQ
'The BM module can power the Core module and other modules, such as the 10DOF. However, use of the BM module to power the GPRS/GSM module is not suggested due to its significant power consumption. PurchaseHistoryPictureVideo |