Skip to content

Commit 85d17d8

Browse files
committed
update the Readme
1 parent 0d2ab40 commit 85d17d8

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# [ESP32 Timers](https://circuitdigest.com/microcontroller-projects/)
2+
3+
<img src="https://github.com/Circuit-Digest/Basic-ESP32-Tutorials/blob/main/Interfacing%20SIM800L%20with%20ESP32/images/title%20_image.jpg" width="" alt="alt_text" title="image_tooltip">
4+
<br>
5+
6+
<br>
7+
<a href="https://circuitdigest.com/tags/ESP32"><img src="https://img.shields.io/static/v1?label=&labelColor=505050&message=ESP32 Tutorials Circuit Digest&color=%230076D6&style=social&logo=google-chrome&logoColor=%230076D6" alt="circuitdigest"/></a>
8+
<br>
9+
10+
[<h1>Click here](https://circuitdigest.com/tags/ESP32) For other ESP32 tutorials.</h1>
11+
12+
13+
<br>
14+
<br>
15+
16+
Let's say you are trying to build a remote IoT data monitoring system, the first problem you will face is how to get a
17+
proper internet connection for your device. Whether you want to get notified when someone enters your room or you want
18+
to water your plants from miles away, the internet is always a problem. In this type of situation, SIM800L GSM/GPRS Module
19+
can come in very handy. SIM800L is a very compact GSM/GPRS module that can be integrated into a lot of IoT projects due to
20+
its compact size and flexibility. This module can do anything that a normal cell phone can do like text message, make and
21+
receive phone calls and connect to the internet through GPRS and on top of that, it supports quad-band GSM/GPRS means it
22+
can work anywhere in the world.
23+
24+
<br>
25+
<br>
26+
[Note: As this projects are very simple we are only providing the code, schemaitic, and a few essential images if you want to get the images or code explanations do check out the Circuit Digest website.
27+
<br>
28+
<br>

0 commit comments

Comments
 (0)