Skip to content

mal1k-me/iot-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IOT Project

Setting up the environment

Assuming you have python3-virtualenv or equivelnt installed on your system, run the following commands while inside the local repository to create the virtual Python environment

virtualenv ./.venv/

then activate the environment and install packages

# in bash
source ./.venv/bin/activate

# or, in fish
source ./.venv/bin/activate.fish

pip install -r requirements.txt

Components and wiring

Wiring

Running the demo

In the Python virtual envirnoment

# in one terminal window, start the server
python3 api/flask_server.py

# then in another one run
python3 main.py

Finally, open your this URL in your browser: http://<rpi-ip>:8765

About

API and graphical soil moisture monitoring system demo built as my mid-term exam project using Raspberry Pi

Topics

Resources

Stars

Watchers

Forks

Contributors