Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AT Commands to configure the GPRS module #7

Open
anubhav666 opened this issue Jun 7, 2021 · 3 comments
Open

AT Commands to configure the GPRS module #7

anubhav666 opened this issue Jun 7, 2021 · 3 comments
Assignees
Labels
easy Very easy for beginners good first issue Good for newcomers help wanted Extra attention is needed

Comments

@anubhav666
Copy link
Contributor

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

@anindyamitra15 anindyamitra15 added easy Very easy for beginners good first issue Good for newcomers help wanted Extra attention is needed labels Jun 11, 2021
@anindyamitra15 anindyamitra15 self-assigned this Jun 16, 2021
@neha-bhansali
Copy link
Contributor

I want to work on this issue

@anubhav666
Copy link
Contributor Author

wait I'll fix

@anubhav666
Copy link
Contributor Author

Check now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy Very easy for beginners good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants