“Microduino-GPRS/GSM”的版本间的差异
853387039@qq.com(讨论 | 贡献) (→Development) |
|||
(未显示另一用户的1个中间版本) | |||
第51行: | 第51行: | ||
==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== | ||
第64行: | 第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/blob/25a821ba8894fb02d4b1560c9912450cc353b875/Microduino_Texting/Microduino_GPRS_GSM_text/Microduino_GPRS_GSM_text.ino | ||
*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. |
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.
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
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 |