|
1 |
| -# [Interfacing SIM800L with ESP32](https://circuitdigest.com/microcontroller-projects/) |
| 1 | +# [Interfacing Lora SX1276 Module with ESp32](https://circuitdigest.com/microcontroller-projects/) |
2 | 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"> |
| 3 | +<img src="https://github.com/Circuit-Digest/Basic-ESP32-Tutorials/blob/main/Interfacing%20Lora%20SX1276%20Module%20with%20ESp32/images/title%20_image.jpg" width="" alt="alt_text" title="image_tooltip"> |
4 | 4 | <br>
|
5 | 5 |
|
6 | 6 | <br>
|
|
13 | 13 | <br>
|
14 | 14 | <br>
|
15 | 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. |
| 16 | +When we are talking about LoRa it's been more than 10 years since its first official launch and since that day LoRa is getting |
| 17 | +increasingly popular day by day. With so many IoT devices popping around this, this low power long-range wireless communication |
| 18 | +could fit into a plethora of applications. It is expected that by 2025 we will have 29 Billion devices connected to the internet. |
| 19 | +To give you an idea that is more than four times the population of earth today. |
| 20 | + |
| 21 | +So in this tutorial we have decided to set up the populer HDPA13A that is a SX1276 LoRa end Node with ESP32 and send data to the |
| 22 | +TTN network, to do so we will be using the RG186 LoRa Gateway which we learned how to set up in one of our previous projects. |
| 23 | +We will also be setting up the populer SX1276, 868MHz LoRa end node module that we will configure to work with INDIA’s Standards. |
| 24 | +Finally we will be discussing the problems we have faced and the solution we found to establish communication with The Things Network. |
| 25 | +so without further ado let's get right into it. |
| 26 | + |
23 | 27 |
|
24 | 28 | <br>
|
25 | 29 | [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.
|
|
0 commit comments