IoT LoRa Based Smart Soil Sensor Network & Data Monitoring System

  Переглядів 7,641

How To Electronics

How To Electronics

2 роки тому

Free Download PCB design checker: www.nextpcb.com/nextdfm.html?...
Register and get $100 from NextPCB: www.nextpcb.com/?code=Htoeletric
𝗣𝗿𝗼𝗷𝗲𝗰𝘁 𝗗𝗲𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻:
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.
𝗣𝗿𝗼𝗷𝗲𝗰𝘁𝘀 𝗟𝗶𝗻𝗸𝘀 & 𝗦𝗼𝘂𝗿𝗰𝗲 𝗖𝗼𝗱𝗲: how2electronics.com/lora-base...
....................................................................................................................................................................................................................................
Drop a like if you liked this video.
Don't forget to subscribe to our channel for more Electronics projects and tutorials.
Website: www.how2electronics.com
Facebook: / electronicsbyalex
Instagram: / how2electronics

КОМЕНТАРІ: 33
@InnovateYourselfashu
@InnovateYourselfashu 2 роки тому
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😍❤️
@HowtoElectronics
@HowtoElectronics 2 роки тому
Thanks for being biggest supporter and fan since long. We will keep making more videos.
@vikrantaev
@vikrantaev 2 роки тому
How much congume Ampire this devide
@HowtoElectronics
@HowtoElectronics 2 роки тому
The sleep mode power and transmitting power. All the details are given in website article.
@infinitegaming2897
@infinitegaming2897 2 роки тому
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
@HowtoElectronics
@HowtoElectronics 2 роки тому
Great, thanks for letting me know that you liked it
@newgaming6663
@newgaming6663 2 роки тому
Where can buy this devices. Please share the link.
@MrAlsan
@MrAlsan 2 роки тому
Nice tutorial
@diyprojectslab1689
@diyprojectslab1689 2 роки тому
Very Coool device Bro 💥💥
@Makerfabs
@Makerfabs 2 роки тому
😍😍Absolutely a cool one!
@HowtoElectronics
@HowtoElectronics 2 роки тому
Thanks for your great product.
@neonknowledgehub9172
@neonknowledgehub9172 2 роки тому
I am IOT enthusiast , I want to learn this things from scratch.
@AnasAnsari-fy3ox
@AnasAnsari-fy3ox 2 роки тому
Lovely..voice😊
@yojithkr17
@yojithkr17 7 місяців тому
What's the practical range of communication?
@puchalski5899
@puchalski5899 7 місяців тому
with a good antenna and LoS can communicate up to 15km
@damanshah2789
@damanshah2789 2 роки тому
Nice 👍
@mansurbhamani3905
@mansurbhamani3905 2 роки тому
Well presented. Please share the link for the Arduino code shown on the video.
@HowtoElectronics
@HowtoElectronics 2 роки тому
Check the link in description
@nisyalutfiana9901
@nisyalutfiana9901 2 роки тому
how about using multiple sensor nodes?
@HowtoElectronics
@HowtoElectronics 2 роки тому
Upto 32 nodes are supported
@nisyalutfiana9901
@nisyalutfiana9901 2 роки тому
Nice👍
@nisyalutfiana9901
@nisyalutfiana9901 2 роки тому
I am waiting for this youtube channel to make a video about some sensor nodes,😊
@HowtoElectronics
@HowtoElectronics 2 роки тому
I will make it soon dear. Relax
@patricktano8053
@patricktano8053 2 роки тому
how many sensors the receiver can read?
@HowtoElectronics
@HowtoElectronics 2 роки тому
Upto 32
@patricktano8053
@patricktano8053 2 роки тому
@@HowtoElectronics I'm in Côte d'ivoire. is it possible to place an order? how long to be delivered
@HowtoElectronics
@HowtoElectronics 2 роки тому
Yes you can place an order from any part of the world. Using DHL or fedex it might just take a week to deliver the product.
@patricktano8053
@patricktano8053 2 роки тому
@@HowtoElectronics thanks
@_munna_
@_munna_ 2 роки тому
👌👌👌👌
@marinenav8
@marinenav8 2 роки тому
👍
@marinenav8
@marinenav8 2 роки тому
Code & schematic, please
@HowtoElectronics
@HowtoElectronics 2 роки тому
Check the link in description
@hakantapanyigit
@hakantapanyigit Рік тому
Hi, firstly thx to informations. I did same things with you but ı have a 3 problem; """ 1- C:\Users\hakan\Documents\Arduino\libraries\RadioHead-master\RH_NRF51.cpp: In member function 'void RH_NRF51::setModeRx()': 2- C:\Users\hakan\Documents\Arduino\libraries\RadioHead-master\RH_NRF51.cpp:158:21: 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.
Testing LoRaWAN Gateway using Arduino | Dragino LG01-N
18:15
techiesms
Переглядів 42 тис.
skibidi toilet 72 (part 1)
03:06
DaFuq!?Boom!
Переглядів 26 млн
Happy birthday to me
00:10
Magic Five
Переглядів 312 тис.
LoRa Based Wireless Weather Station Monitoring System
9:41
How To Electronics
Переглядів 10 тис.
Alexa & ESP32 Based Smart & Manual Home Automation System with Voice & App Control
11:16
Smart Farming powered by LoRaWAN
4:04
Advantech
Переглядів 19 тис.
IoT Based Smart Kitchen Automation & Monitoring
8:13
How To Electronics
Переглядів 13 тис.
OFF-GRID LORA Radio Mesh Text Messaging - Meshtastic
12:31
Tech Minds
Переглядів 78 тис.
I built a 6-axes 3D printer that could be groundbreaking!
26:52
Proper Printing
Переглядів 114 тис.
Самая тупая покупка
1:00
ЖЕЛЕЗНЫЙ КОРОЛЬ
Переглядів 2,3 млн
Technicians are testing this LED module. #leddisplay #ledwall #ledmodule #ledscreen #eagerled
0:18
Hidden Chip #technology #mobilerepair
0:43
ideal institute aligarh
Переглядів 1,7 млн