report:dvp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
report:dvp [2026/06/22 18:05] – [7.6 Prototype] team4report:dvp [2026/06/22 19:10] (current) – [7.6.3 Software] team4
Line 727: Line 727:
  
  
-The system is an automatic water quality logger built on an Arduino Uno. It continuously reads data from several sensors and writes the measurements to a CSV file on an SD card every 10 seconds. The system is controlled by a switch that pauses and resumes logging without requiring a restart.+The system is an automatic water quality logger built on an Arduino Uno. It continuously reads data from several sensors and writes the measurements to a Comma-separated values (CSVfile on an SD card every 10 seconds. The system is controlled by a switch that pauses and resumes logging without requiring a restart.
  
 **Libraries** **Libraries**
Line 812: Line 812:
  
 When the logging interval has passed, the software retrieves the current time from the RTC module and writes the timestamped sensor data to the SD card. After the data is saved, the program returns to the switch check and repeats the process continuously. This flow ensures that the prototype automatically collects and stores environmental data in a structured way. Figure {{ref>fig:flowchart}} shows the software flowchart of the Maris Habitats prototype. When the logging interval has passed, the software retrieves the current time from the RTC module and writes the timestamped sensor data to the SD card. After the data is saved, the program returns to the switch check and repeats the process continuously. This flow ensures that the prototype automatically collects and stores environmental data in a structured way. Figure {{ref>fig:flowchart}} shows the software flowchart of the Maris Habitats prototype.
 +
 +
  
  
 <WRAP centeralign> <WRAP centeralign>
 <figure fig:flowchart> <figure fig:flowchart>
-{{ :report:maris_habitats_flowchart.png?nolink&600 |}}+{{ :0:flowchart_prototype.png?600 |}}
 <caption>Software flow chart</caption> <caption>Software flow chart</caption>
 </figure> </figure>