Difference between revisions of "Microduino-GPRS/GSM"
From Microduino Wiki
(Created page with "{{Language | Microduino-GPRS/GSM}} {| style="width: 800px;" |- | 400px|thumb|right|Microduino-USBHOST Microduino GPRS/GSM module plug in the...") |
(→Development) |
||
Line 49: | Line 49: | ||
==Development== | ==Development== | ||
− | You can use GSM library to test, https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/ | + | You can use GSM library to test, https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_03_Microduino_GSM_SIM800L |
'''Note:This library only supports Microduino-core.''' | '''Note:This library only supports Microduino-core.''' |
Revision as of 16:06, 1 July 2014
Language: | English • 中文 |
---|
Microduino GPRS/GSM module plug in the SIM card and use some simple instructions to make Microduino core board connected to the Internet, and then send, receive text messages. Contents[hide]Features
SpecificationsUses SIM800L module to support four bands GSM/GPRS, 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 Note:This library only supports Microduino-core. ApplicationSend the text message using library's example program. Prepare Work
Debug
BugHistoryPictureVideo |