DSCKGEC/cleanurge-mcu

AT Commands to configure the GPRS module

开放

#7 创建于 2021年6月7日

 (3 条评论) (1 个反应) (2 位负责人)C++ (7 个派生)auto 404
easygood first issuehelp wanted

仓库指标

星标
 (6 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

SIM800L supports General Packet Radio Service (GPRS) for connecting to the internet with HTTP. The module has built in TCP/IP stack that can be accessed with AT commands. This can be very handy for persistent data logging on low bandwidth networks. Before we can get further into depths, we'll assure the AT commands to make a HTTP GET request to fetch a simple page and then use the library.

For doing so we'll need to hook up the MCU(in this case I'm considering Arduino UNO) with GPRS Module:

image

Follow this code to initiate your Module: https://github.com/anubhav666/Setting-up-GPRS-Module-SIM-800L/blob/main/Basic_GPRS.ino

Here below are a few AT commands to establish a GET request: image

贡献者指南