DSCKGEC/cleanurge-mcu

AT Commands to configure the GPRS module

オープン

#7 opened on 2021/06/07

 (3 件のコメント) (1 件のリアクション) (2 人の担当者)C++ (7 件のフォーク)auto 404
easygood first issuehelp wanted

Repository metrics

Stars
 (6 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド