Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ksatriow/intro-to-lora

This repository provide about my project experience using LoRa
https://github.com/ksatriow/intro-to-lora

light lora nodered publisher-subscriber wireless

Last synced: 20 days ago
JSON representation

This repository provide about my project experience using LoRa

Awesome Lists containing this project

README

        

# Intro To LoRa
This repository provide practical documentation using LoRa integrated with all Microcontroller

This project allows you to practice LoRa for all **Microcontroller**. It can be used as an alternative to `Premium Course` and offers useful features and customization using sensor.

It has been written **100% in C**. ❤️

![](/assets/Lora_Gateway_Client.jpg)

# Table of Contents
* [Resource](#resource)
* [Tools](#tools)
* [Software](#software)
* [Download](#download)
* [Sample Project](#sample-project)
* [Protocol](#protocol)
* [MQTT](#mqtt)
* [LoRa](#lora)
* [WiFi](#wifi)
* [Step](#step)
* [Contribution](#contribution)
* [License](#license)

### Spread Some :heart:
[![GitHub followers](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/ksatriow) [![Linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/kukuh-satrio-wibowo/)

# Resource

All what you need to practice LoRa from this repository

## Tools
* [Arduino Uno](arduino.cc/en/Guide/ArduinoUno)
* [LoRa Gateway](https://www.tokopedia.com/sendalputih/lora-gateway-915mhz)
* [LoRa Client](https://www.tokopedia.com/sendalputih/lora-shield-arduino-uno-915mhz-923mhz)
* [DHT11 Module](https://learn.adafruit.com/dht)
* [Soil Mosquiture Module](https://randomnerdtutorials.com/guide-for-soil-moisture-sensor-yl-69-or-hl-69-with-the-arduino/)
* [LCD 16 X 2](https://create.arduino.cc/projecthub/Arnov_Sharma_makes/lcd-i2c-tutorial-664e5a)
* [LoRa Module RFM95 SX1276](https://www.arduino.cc/reference/en/libraries/servo/)

## Software
* [Arduino IDE](https://www.arduino.cc/en/software)
* [Software Defined Radio (SDR) technology LoRa](https://www.rtl-sdr.com/tag/lora/)

# Download

You can download the resources in here

# Sample Project

Arduino Lora Transmitter [here](https://drive.google.com/file/d/14nGLDPBtBH9bzCY50tgWne7ii7jWY54g/view?usp=sharing)
Arduino Lora Receiver [here](https://drive.google.com/file/d/1L10Ot7ucp7gUEU2B04-ae-aq7IlSyK-y/view?usp=sharing)

# Protocol
IoT communication protocols are modes of communication that protect and ensure optimum security to the data being exchanged between connected devices. The IoT devices are typically connected to the Internet via an IP (Internet Protocol) network. (https://www.kelltontech.com/kellton-tech-blog/internet-of-things-protocols-standards)

## LoRa
LoRa is a wireless modulation technique derived from Chirp Spread Spectrum (CSS) technology. It encodes information on radio waves using chirp pulses - similar to the way dolphins and bats communicate! LoRa modulated transmission is robust against disturbances and can be received across great distances. LoRaWAN is a media access control (MAC) protocol for wide area networks. It is designed to allow low-powered devices to communicate with Internet-connected applications over long range wireless connections. (https://www.thethingsnetwork.org/docs/lorawan/what-is-lorawan/)

# Step
Procedurw to create this project

- [ ] Buy the Tools
- [ ] Download the software
- [ ] Build use schematic in document
- [ ] Run this project code
- [ ] Deploy to your arduino

# Contribution

I highly encourage the community to step forward and improve this library further. You can fix any reported bug, propose or implement new features, write tests, etc.

Here is a quick list of things to remember -
* Check the open issues before creating a new one,
* Help me in reducing the number of open issues by fixing any existing bugs,
* Check the roadmap to see if you can help in implementing any new feature,
* You can contribute by writing unit and integration tests for this library,
* If you have any new idea that aligns with the goal of this library, feel free to raise a feature request and discuss it.

# About The Author

### Kukuh Satrio Wibowo

Skilled Android, DevOps and IoT Engineer with 3+ years of hands-on experience supporting, automating, and optimizing mission critical deployments in AWS, leveraging configuration management, CI/CD, and DevOps processes.

# License

```
Copyright 2021 ksatriow

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.