Update formatting and fix typos in raspberryPi.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#Rasberry Pi
|
# Rasberry Pi
|
||||||
|
|
||||||
##Table of contents
|
## Table of contents
|
||||||
1. [Introduction](##introduction)
|
1. [Introduction](##introduction)
|
||||||
2. [Rasberry Pi](##Rasberry-Pi)
|
2. [Rasberry Pi](##Rasberry-Pi)
|
||||||
3. [Dev-Page](###Dev-Page)
|
3. [Dev-Page](###Dev-Page)
|
||||||
@@ -8,20 +8,22 @@
|
|||||||
5. [Database software](###Database-software)
|
5. [Database software](###Database-software)
|
||||||
6. [Esp to database](###Esp-to-database)
|
6. [Esp to database](###Esp-to-database)
|
||||||
|
|
||||||
##Introduction
|
## Introduction
|
||||||
|
|
||||||
The backend of this project there is a raspberry pi 3 for handeling the dev page (more on this later) and the database. The Esp nodes are going to send a api request to the dev page wich is going to make a POST request to the database.
|
In the backend of this project, there is a Raspberry Pi 3 for handling the dev page (more on this later) and the database. The ESP nodes are going to send an API request to the dev page, which is going to make a POST request to the database.
|
||||||
|
|
||||||
##Rasberry Pi
|
## Rasberry Pi
|
||||||
|
|
||||||
The Raspberry 3 can be descriped as a "little" computer running a quad-code 64-bit prossesor, the previus Raspberry witch is 50% slower than this one
|
The Raspberry 3 can be descriped as a "little" computer running a quad-code 64-bit prossesor, the previus Raspberry witch is the pi 2 and is 50% slower. The operaiting system is linux, it is a open source os system, we are using it for database and website hosting purposes, but it can do a wide range of things. The GPIO pins make it usefull for even more things, like home automation with sensors.
|
||||||
|
|
||||||
The Raspberry Pi 3 is equipped with a quad-core 64-bit Broadcom BCM2837 ARM Cortex-A53 SoC processor running at 1.2 GHz, making it about 50% more powerful than the Pi 2.
|
### 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.
|
||||||
|
|
||||||
##Database
|
### Database
|
||||||
|
|
||||||
###Database software
|
## Database
|
||||||
|
|
||||||
###Esp to database
|
### Database software
|
||||||
|
|
||||||
|
### Esp to database
|
Reference in New Issue
Block a user