Preparing for release v0.1

Updated Circuit image
renamed directories for better understanding
fixed bugs in pi-slave/main.py
fixed bugs in pi-master/main.py
polished Readme.md
This commit is contained in:
Jonas_Jones 2022-02-21 02:18:46 +01:00
parent af15984091
commit 6a8e2379e9
5 changed files with 339 additions and 223 deletions

View file

@ -14,7 +14,7 @@ Required for this to work without any modifications are:
### PC Module
The PC module requests all kinds of system information from both Raspberry PI'S making use of FTP. The Raspberry PI hosts an FTP server from which the PC fetches the text file `output.txt` containing all infos.
### Rpi Master Module
### RPi Master Module
The Rpi Master Module (or Raspberry Pi Master module) gets all sorts of informations from its own system and Minecraft Servers and writes them to the `output.txt` file. It also gets fanspeed requirments from the **RPi Slave Module** making use of binary signal transmission over 2 GPIO pins. This module then controls the fan speeds.
### RPi Slave Module