Main Page: Difference between revisions

From Aquarium-Control
Jump to navigation Jump to search
mNo edit summary
No edit summary
(One intermediate revision by the same user not shown)
Line 15: Line 15:
Aquarium-Control consists of the following SW systems:
Aquarium-Control consists of the following SW systems:
* [[Control application]] written in Rust
* [[Control application]] written in Rust
* [[REST API]] written in php
* [[Dynamic Webpage]] written in html and php
* [[Dynamic Webpage]] written in html and php
* [[SQL database]] using MariaDB
* [[SQL database]] using MariaDB
* [https://play.google.com/store/apps/details?id=com.laimburggasse.aquariumcontroller Android application]
* [[Android application]]
* [https://getapp.cc/app/6480310799 App for Apple mobile devices]
* [https://getapp.cc/app/6480310799 App for Apple mobile devices]
* Arduino-based [[Safety Controller]] for relay actuation
* Arduino-based [[Safety Controller]] for relay actuation


The control application, the webpage and the SQL database are designed to run on a [https://www.raspberrypi.org Raspberry Pi].
The control application, the webpage and the SQL database are designed to run on a [https://www.raspberrypi.org Raspberry Pi].

Revision as of 07:50, 20 November 2025

This is the Aquarium Control developer documentation.

Aquarium-Control is a control system for salt-water aquariums.

The main features include:

The components of the control system are assembled in one control cabinet.

Aquarium-Control consists of the following SW systems:

The control application, the webpage and the SQL database are designed to run on a Raspberry Pi.