Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.48 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.48 KB

RealTime Field monitoring system.

The main aim of this project to measure quality of soil using different sensor like soil moisture sensor, temperature and NPK(Nitrogen, Phosporous and potassium) sensor. The data can be monitor in realtime and data are store in database. I use Djnago Channel framework for using sockets so that thing look realtime. Go here: https://channels.readthedocs.io/en/stable/

Login Page of System

Screenshot from 2023-02-11 20-43-31

Register page

Note : Here we use device mac address as unique token to authenticate individual users.

Screenshot from 2023-02-11 20-43-49

User Dashboard

Screenshot from 2023-02-12 01-43-06

User setting

Screenshot from 2023-02-11 21-31-50

Temperature info for user

Screenshot from 2023-02-11 21-31-57

User can view last 1 min, 5 min and 15 min data

Screenshot from 2023-02-12 01-42-36