Shopping list for building a fermentation chamber

I’m very new to all this as are you if you’re reading this. I’ll go through everything I bought so you have an idea of what you all need.

Shopping list:
~Freezer or fridge (I’ll be using a chest freezer for this) https://www.amazon.com/Haier-HF71CM33NW-Capacity-Chest-Freezer/dp/B00WSVFKAE/ref=sr_1_1?ie=UTF8&qid=1485994093&sr=8-1&keywords=haier+7.1+cu+ft+chest+freezer
~Heater of some sort 50W-100W Recommended (I used a 60W tube heater) http://www.electricaleurope.com/en/us/Eterna-White-IP44-Electric-Thermostatic-Tubular-Heater/m-1842.aspx?PartnerID=3&utm_source=google&utm_medium=shopping&utm_campaign=UnitedStates
~Raspberry Pi (I used the Raspberry Pi 3 B. The link has the board, power supply, case, and heatsinks) https://www.amazon.com/CanaKit-Raspberry-Clear-Power-Supply/dp/B01C6EQNNK/ref=sr_1_1?s=pc&ie=UTF8&qid=1485994337&sr=1-1-spons&keywords=raspberry+pi+3+b&psc=1
~SD Card loaded with Noobs (Your operating system and storage for Raspberry Pi) https://www.amazon.com/gp/product/B01H5ZNOYG/ref=oh_aui_detailpage_o03_s00?ie=UTF8&psc=1
~BrewPi Spark V2 https://store.brewpi.com/featured/brewpi-spark-v2
~OneWire temp sensors (at least 2. One for the fermenter, and one for the chamber) https://store.brewpi.com/temperature-control/temperature-sensors/waterproof-onewire-temperature-sensor-rj11-ds18b20
~ 2 SSRs (One for each freezer/fridge, and heater) https://store.brewpi.com/temperature-control/solid-state-relays-ssr/ssr-10a-193
~USB cable (to attach Rpi to Spark) https://store.brewpi.com/usb-2-0-cable-micro-b-90cm
~18 Gauge wire (To connect spark to SSRs) https://www.amazon.com/Southwire-64162122-Conductor-Thermostat-Power-Limited/dp/B0069F4H0E/ref=sr_1_1?ie=UTF8&qid=1485994620&sr=8-1&keywords=18%2F2+thermostat+wire
~8 red fork spade wire connectors (for attaching 18 gauge wire to SSRs) https://www.amazon.com/Insulated-Connector-Electrical-Terminal-18-22AWG/dp/B00FZK8VVA/ref=sr_1_11?ie=UTF8&qid=1485994748&sr=8-11&keywords=red+fork+spade+wire+connectors
~RTC (real time clock for keeping time) https://www.amazon.com/gp/product/B00ZOXWHK4/ref=oh_aui_detailpage_o01_s00?ie=UTF8&psc=1
~HDMI cable (for connecting Raspberry Pi to TV) https://www.amazon.com/AmazonBasics-High-Speed-HDMI-Cable-Standard/dp/B014I8SSD0/ref=sr_1_3?ie=UTF8&qid=1485994863&sr=8-3&keywords=hdmi+cable
~Usb Keyboard (for connecting to Raspberry Pi) https://www.amazon.com/HP-H3C52AA-ABA-K1500-Keyboard/dp/B00E4TOWR0/ref=sr_1_5?s=pc&ie=UTF8&qid=1485995141&sr=1-5&keywords=usb+keyboard
~Usb mouse (for connecting to Raspberry Pi) https://www.amazon.com/JETech-3-Button-Wired-Optical-Mouse/dp/B00Y20UI1K/ref=sr_1_5?s=pc&ie=UTF8&qid=1485995177&sr=1-5&keywords=usb+mouse

Thanks for sharing your list.
Some additional notes:

Which temperature sensors to use depends on your setup, I like the wall mounted ones myself as a beer sensor:
https://store.brewpi.com/temperature-control/temperature-sensors

To make connections inside your fridge for them, you can consider the RJ12 coupler and some RJ12 cables:
https://store.brewpi.com/temperature-control/cables

I have added USB cables to the store:
https://store.brewpi.com/usb-2-0-cable-micro-b-90cm

SD card doesn’t have to come pre-loaded with Noobs, you can do this yourself. But you do need to check that the SD card is compatible with the Pi here: http://elinux.org/RPi_SD_cards

I would go for ring connectors instead of fork for the SSRs, they’re less likely to come loose.

RTC is optional, but good if your Internet connection and/or power is unreliable. If your power tends to have interruptions, consider a UPS for the pi: https://www.modmypi.com/raspberry-pi/breakout-boards/pi-modules/ups-pico
It can shut down the Pi correctly before the battery runs out so you don’t risk SD card corruption.

If you want to hold the Spark to your fridge with magnets, get these: https://www.supermagnete.de/eng/pot-magnets-with-countersunk-borehole/countersunk-pot-magnet-diameter-16mm-neodymium-n38-nickel-plated_CSN-16

HDMI cable, keyboard and mouse are only needed for a one time setup if you don’t have a network connection on the Pi yet. You can just temporarily use your TV and an keyboard you have laying around.

This is exactly the kind of list I’ve been searching for. Just one more question - since the Spark is currently unavailable, can I just get an Adruino UNO R3 and get started?

Oh, and this is the first time I’ve seen a “RTC” on the build list. I’m assuming there’s more info on this board on how to install and what it does, put a point out would be appreciated.

Thanks in advance!

A full sized computer will have a small battery on board and a chip to keep the on-board clock ticking if the power goes down. It’s also more accurate at keeping time than the clocks in the CPU which are more about making sure the CPU can do its job than keeping time. A modern computer connected to the internet or a network with specialist hardware will commonly use protocols called NTP (network time protocol) or PTP (precision time protocol) to occasionally check its onboard representation of time is in sync with one or more masters (generally locked to one or more atomic clocks such as the GPS network). If your haven’t changed any of the settings yourself and your computer is connected to the internet, it will likely be using NTP to connect to a few freely available masters on the internet. If you don’t have a connection to a master (not internet or specialist hardware) then your computers time representation will drift. Potentially by several seconds a day for something with a relatively accurate onboard clock (an onboard RTC or a module like the one above) or by minuets where you only have the relatively inaccurate CPU clock on a CPU/computer without built in RTC (like the RasPi). After a few days/weeks of not being connected to the internet without an RTC, you’d find a brewpi thinking the data it just logged was at 9pm when its actually 10pm or, perhaps worse, following your pre-programmed temperature curves inaccurately.

Long story short. You don’t need one if you’ve got the raspi connected to a reliable internet connection. You probably don’t even need one if you’ve got an un-reliable connection as long as it can successfully sync its clock a few times a day. Though you may wish to get an RTC module as a backup for an un-reliable internet connection or if you don’t want the RasPi connected to the internet.

I don’t recommend an Arduino based build. It’s 2 years old and won’t get any updates either.
We have improved the software a lot and will come out with many new features on the Spark, not on the Arduino.

The Spark will hopefully be back in stock in 2 weeks. I’m waiting on the last parts to be ready.

Thanks Elco. I’ll keep watching the website for the Spark. Looks like it has some very specific plugs for the thermometers - or can I buy the 11DS18B20 temp sensors and solder on the cat 6 jacks?

The plugs are not RJ45, but RJ11 or RJ12.
You could DIY the sensors, but we have some very nice options in the store that already have the right plugs on them, have heat resistant silicone cabling and guaranteed waterproof.

Alright, you convinced me. I’ll get the sensors when the Sparks 2 is available - hopefully soon…