The blog of a dedicated radio amateur and electronics enthusiast

"Having fun on the air and in the workshop - communicating and creating"

15 February 2021

LoRa

I've started experimenting with another wireless data technology known as LoRa. LoRa ( Long Range ) is suitable for small amounts of data over distances up to several kilometres, and uses license free frequency bands in the UHF spectrum.
Regarding the hardware, my favourite development modules nowadays are based on the ESP32 microcontroller, ( see 02.8.20 ), and my searches discovered such modules with not only the built-in WiFi and Bluetooth capability of the ESP32, but also having LoRa transceiver chips as well ! I bought two, ( identical and with built-in OLED displays ), including antennas; one to be the transmitter, the other the receiver. Cost was just $23.
ESP32 based LoRa modules (R) transmitter (L) receiver

I uploaded some basic firmware I had written to program the modules for a simple test. I set up a very short 15cm link ( see image above, click to zoom ). The transmitter sends a data packet every few seconds comprising a text string "LoRa_868MHz" plus the packet number. The receiver displays the text in the received packet, the number of data bytes received and the received signal strength, RSSI, currently -45dBm.
Having got a LoRa link up and running the next step will be to connect a sensor to a remote transmitter, e.g., a soil moisture sensor outside in the garden, and send the sensor measurement to a receiver in the house. The herb patch in the far corner of my property would be a good choice of location. Because of the distance neither Bluetooth nor WiFi would be suitable technologies, and I'm guessing there's no WiFi coverage there anyway. 
A global LoRa network exists called LoRa-WAN, having an ever-increasing number of gateways giving access to it. My nearest gateway, 6.5Kms away, might receive my LoRa signal. Or I could setup my own gateway. Gateways are connected to Servers. So I could then log in to a server and see my sensor data when away from home. More information can be found at https://www.thethingsnetwork.org.

 
  

No comments: