IoT LoRa Based Smart Soil Sensor Network & Data Monitoring System

preview_player
Показать описание

𝗣𝗿𝗼𝗷𝗲𝗰𝘁 𝗗𝗲𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻:
In one of my earlier videos, I explained Smart Agriculture using LoRa Based Soil Moisture Sensor. The Sensor is capable of measuring the Soil Moisture value. It can then send the sensor data wirelessly over a LoRa Radio or a wireless sensor network. But the limitation with the previous project was, the sensor data can only be monitored on Serial Monitor. But this time I came with the project up-gradation. Instead of using Serial Monitor, you can observe the Sensor Data on WebServer Network.

For this, I incorporated ESP32 & LoRa Based Gateway Network which has WiFi Accessibility. The LoRa Soil Moisture Sensor acts a Sensor Node. It reads the soil moisture value in analog form after an interval of every 5 seconds or more. You can set the timing in the code part. The sensor node sends the data to Gateway using the LoRa Radio.

The receiver is also made using ESP32 & LoRa Module. The receiver collects the data from one or more Sensor Nodes. Then receiver creates a local Web Server using the ESP32 inbuilt library function. You can access the web page using the IP Address that appears on the OLED display on ESP32. The webpage will display the Soil Moisture Analog data value and indicates whether the soil moisture value is good, normal, or excess.

....................................................................................................................................................................................................................................

Drop a like if you liked this video.
Don't forget to subscribe to our channel for more Electronics projects and tutorials.

Рекомендации по теме
Комментарии
Автор

Thank you for the tutorial !
What is the range of these Lora devices ? can it reach 1km ?
Can it also be used outdoors in dry conditions ?
Thanks !

Ziyed
Автор

I was really waiting for your video for the last 3 weeks.😍
Hope you are good and will regularly upload the videos from now onwards😍❤️

InnovateYourselfashu
Автор

Once again you coming with intresting and Awesome project . .... I must say your every project is give us more and more ideas for making this kinds of project .. Now let me try to make this project at my home Once again Thank you for making this project for us

infinitegaming
Автор

What's the practical range of communication?

yojithkr
Автор

Where can buy this devices. Please share the link.

newgaming
Автор

how about using multiple sensor nodes?

nisyalutfiana
Автор

how many sensors the receiver can read?

patricktano
Автор

I am IOT enthusiast, I want to learn this things from scratch.

neonknowledgehub
Автор

Well presented. Please share the link for the Arduino code shown on the video.

mansurbhamani
Автор

Hi, firstly thx to informations. I did same things with you but ı have a 3 problem;

"""
1- In member function 'void RH_NRF51::setModeRx()':

2- error: assignment of read-only member 'NRF_CCM_Type::MICSTATUS'
158 | NRF_CCM->MICSTATUS = 0;

exit status 1


3- Compilation error for Adafruit Feather nRF52832 board.

"""

I could not find clue or answer anywhere. If you can fixed this ı really pleasure. Thanks.

hakantapanyigit