AliBigdeli / MicroPython-WeatherMonitoring-WebApp

a simple and brief web applicaiton to monitor the temp and humidity and also control a relay in micropython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MicroPython ProMake WeatherMonitoring Web App

a web app application to show you the usage of webserver in micropython for reading and controlling modules

micropython easy-iot gigapardaz raspberry

Overview

Features

  • MicroPython
  • DHT
  • Photocel
  • Relay
  • Microdot
  • ESP32

Assemble

as i am using the easy iot boards for development all i needed to do was to mount 2 modules on the board and get ready to use it.

Setup

all you need to do is to upload the code to the board and after startup. you can connect to the board though wifi and the access point which as been created in the boot.py after that you will see the below screen.

you can see the measurements update for every 5 seconds and you can also control the relay with the button assigned to it.

Demo

a little demonstration of the the board workflow can be found here:

License

MIT

Bugs or Opinion

Feel free to let me know if there are any problems or any request you have for this repo.

About

a simple and brief web applicaiton to monitor the temp and humidity and also control a relay in micropython

License:MIT License


Languages

Language:Python 84.4%Language:HTML 10.6%Language:JavaScript 2.7%Language:CSS 2.4%