Creating a Dynamic web page

From Sensors in Schools
Revision as of 05:29, 26 December 2021 by EdmondLascaris (talk | contribs) (Created page with "== Overview == * In this lesson we are going to learn how to present sensor data in a simple web page. * The web page will be '''dynamic''' because we will update the web pag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

  • In this lesson we are going to learn how to present sensor data in a simple web page.
  • The web page will be dynamic because we will update the web page with new data each time we run our atm_sensor_get.py program.
  • Presenting dynamic data in a web page makes it much easier to monitor changes.
  • Normally a dynamic web page is hosted on a web server.
  • If data is hosted on a web server then you can view your sensor data from anywhere in the world.
  • This very useful when you need to routinely monitor data coming from an important project.
  • Today we will only be looking at simple weather sensor data: temperature, atmospheric pressure and battery voltage.
  • We can also use sensors to monitor other important projects.
  • We use water level sensors to monitor the health of waterbodies.
  • Some waterbodies are home to the threatened Growling Grass Frog.
  • They need water to be present all year round (especially in summer) so that they can breed successfully.
  • We will develop and deploy these types of sensors soon!