Skip to content
Snippets Groups Projects
Commit 7b4986a2 authored by ThePurpleOne's avatar ThePurpleOne
Browse files

Added images to readmd

parent bb310985
No related branches found
No related tags found
No related merge requests found
docs/images/general.png

761 KiB

File moved
docs/images/jtag_photo.jpg

22.2 KiB

docs/images/pinout_jtag.png

364 KiB

docs/images/pinout_pogo.png

416 KiB

docs/images/pogo_photo.jpg

21.8 KiB

# Server documentation # Server documentation
## Installation
For simple use and installation, the server services are empacted into a docker-compose. There will be containers for: For simple use and installation, the server services are empacted into a docker-compose. There will be containers for:
- mosquitto (MQTT broker) - mosquitto (MQTT broker)
- Nodered (No code web based programming tool) - Nodered (No code web based programming tool)
> The first 2 steps can be skipped if you're using an other server and dont need to install raspbian and docker. (You'll only need docker, docker-compose ) > The first 2 steps can be skipped if you're using an other server and dont need to install raspbian and docker. (You'll only need docker, docker-compose )
## Install raspbian on the PI ### Install raspbian on the PI
We need to install a linux on the PI. We need to install a linux on the PI.
Download the Raspberry PI Imager on [https://www.raspberrypi.com/software/](https://www.raspberrypi.com/software/) Download the Raspberry PI Imager on [https://www.raspberrypi.com/software/](https://www.raspberrypi.com/software/)
...@@ -22,7 +23,7 @@ Download the Raspberry PI Imager on [https://www.raspberrypi.com/software/](http ...@@ -22,7 +23,7 @@ Download the Raspberry PI Imager on [https://www.raspberrypi.com/software/](http
## Install Docker and docker compose on the PI ### Install Docker and docker compose on the PI
Source : [https://docs.docker.com/engine/install/raspbian/](https://docs.docker.com/engine/install/raspbian/) Source : [https://docs.docker.com/engine/install/raspbian/](https://docs.docker.com/engine/install/raspbian/)
...@@ -51,7 +52,7 @@ sudo docker run hello-world ...@@ -51,7 +52,7 @@ sudo docker run hello-world
## Install and run ### Install and run
Go into the server directory, you should have this file structure: Go into the server directory, you should have this file structure:
```bash ```bash
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
# Unit ete hepialight MQTT # Uni ete hepialight MQTT
Albanesi Nicolas
Dymarczyk Dawid
Kandiah Abivarman
Stirnemann Jonas
### Schéma général du système
![Schéma général du système](docs/images/general.png)
## Pinouts
### Jtag
![Photo JTAG](docs/images/jtag_photo.jpg)
![Pinout JTAG](docs/images/pinout_jtag.png)
### POGO Connector
![Alt text](docs/images/pogo_photo.jpg)
![Alt text](docs/images/pinout_pogo.png)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment