-
Notifications
You must be signed in to change notification settings - Fork 1
User newbie guide
mhupfauer edited this page Jun 4, 2021
·
5 revisions
DISCLAIMER
⚠️ NEVER EVER OPERATE 230V / 120V main circuits without proper training and certification! This project can be a fire hazard and can cause bodily harm and or death if not installed correctly. PROCEDE WITH THE UTMOST CAUTION!
- Raspberry PI (Zero/3/4)
- Adafruit SHTC3
- 5V / 10A Relay 8-Chanel
- 12V power supply
- Electric air pump
- 12V fans
- ultrasonic water diffuser
- UV lamp + fixtures (very very optional)
- Fridge (from Craigslist)
- Heating cable
- Drill hole with M4 drill bit on the side of the fridge
- Insert pump (with tubing) into fridge through the just drilled hole
- Place plastic container filled with water on the bottom of the fridge (>3L water)
- Put ultrasonic diffuser inside water container
- Drill additional hole on opposite side of pump hole big enough to fit the diffuser power cord as well as 2 small cables for the circulation fan
- Drill additional hole on top M1, and bring the SHTC3s StemmaQT leads to the outside. Keep in place with electrical tape (or any other).
- Wire fans and 12V PSU to relay
- Wire fridge, air pump, heating cable, ultrasonic diffuser and 230V main to relay ports
- Wire relay to raspbi gpio
- Wire StemmaQT to 5V, GND, SDA, SDL accordingly
- Insert SD card inside your PC
- Download and start Raspberry Pi Imager
- Choose Raspbian Lite OS, your SD and select Write
- Open SD card in Explorer and add via context menu New->Text File. Select all of the name, including file extension and name it ssh
- Create second file named wpa_supplicant.conf
- Open file and enter the code below
- Change the placeholders
YOUR_SSID
to the EXACT name of your WiFi andYOUR_PASS
to the password
country=DE
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="YOUR_SSID"
psk="YOUR_PASS"
key_mgmt=WPA-PSK
}
- Press Windows button, enter Powershell and open
- Enter ssh pi@raspberrypi.local
- Password is raspberry
- Enter passwd and follow the instructions to change your password
- From here follow the instructions from here: https://github.com/PiCure-Orga/picure/wiki/raspbian-lite
PiCure operates 230/120V main circuits. Do not attempt anything without proper training AND certification. Please make yourself familiar with local regulations and if required contact an electrician. This project can be a fire and safety hazard, may cause bodily harm, injuries and or death if improperly installed!
PROCEDE WITH THE UTMOST CAUTION
This does not alter the conditions of the projects license in any way, shape or form so please read them too.