Smart Cities (2022) - Setting up Aquarium sensor in Tech School
A series of tools for Schools to deliver the Smart Cities, Tiny House Course, which includes Teacher Training, Lesson Plans. This course was originally conceived by Dr Edmond Lascaris
Lesson 1: Aquarium sensor in Tech School
1.1: Overview
1.2: Learning Objectives
1.3: Dashboard
1.4: Collecting battery voltage sensor data using API
1.4.1: Explanation of aquarium_bat.py code
1.4.2: Python code aquarium_bat.py
1.4.3: Python Shell output for aquarium_bat.py
1.5: Collecting other sensor data using API
1.5.1: Python code for aquarium_all_sensors.py
1.5.2: Python Shell output for aquarium_all_sensors.py
1.5.3: Simplifying Print statements
1.5.4: Shell Output for aquarium_all_sensors_print.py
1.6: Saving sensor data to data.txt file
1.6.1: Create empty data.txt file
1.6.2: Python code for aquarium_data_save.py
1.6.3: Explanation of Python code aquarium_data_save.py
1.6.4: Shell Output for aquarium_data_save.py
1.7: Creating a dynamic web page
1.8: Dynamic web page displaying temperature data
1.9: Adding more data to a Dynamic web page
1.10: Appendix - Particle electron code for Aquarium-tech