Close

Interfacing with LoRa Module

A project log for Solar Powered WiFi Weather Station V4.0

An affordable Open Source Weather Station for Everyone

open-green-energyOpen Green Energy 08/30/2022 at 19:110 Comments

LoRa is a 'Long Range' low power wireless standard intended for providing a cellular style low data rate communications network. LoRa is ideal for providing intermittent low data rate connectivity over significant distances. 

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.

Few awesome features of LoRa communication:

Interfacing with ESP32:

The LoRa module has been connected to ESP32 through the SPI protocol.

Deep Shutdown of LoRa:

I have added a power switch circuit by using a MOSFET ( Q2)  and transistor ( Q1 )for complete shut down of the LoRa module during the sleep mode.

Discussions