Add dev page and database setup on Raspberry Pi

This commit is contained in:
Dano van den Bosch
2024-02-28 11:57:28 +01:00
parent 1d76c5ff7a
commit 503ef68e67

View File

@@ -18,12 +18,14 @@ The Raspberry 3 can be descriped as a "little" computer running a quad-code 64-b
### Dev Page ### Dev Page
For monitoring porpoises we are going to implement a dev page, this means that there basicey is a debug page. On this page we will be displaying the current readings that are comming in in to graphs and also the data form the last 10 redings from all the nodes, the readings are sorted in there respective graphs like temp, humidity and noice redings for example. For monitoring porpoises we are going to implement a dev page, this means that there basicey is a debug page. On this page we will be displaying the current readings that are comming in in to graphs and also the data form the last 10 redings from all the nodes, the readings are sorted in there respective graphs like temp, humidity and noice redings for example. This is handy for quick access to the data ouwr nodes are sending out. So it will be easy to see if one is malvuntion and monetoring the state off the battery to check if its nessesery to replace it.
### Database ### Database
## Database ## Database
The database is set up on the raspberry so that we dont always have to have a computewr
### Database software ### Database software
### Esp to database ### Esp to database