Assembly Instructions

  1. Build the IKEA SOCKER Greenhouse
  2. Build the partition walls for the hardware. The wall is approximately at 1/3 of the greenhouse. And consists of a second wall which holds the Raspberry Pi, and on the Backside the PCB.
  3. Screw the Raspberry Bi to the wall facing the outside
  4. Screw the LCD on the same side of the wall
  5. Glue the light strip to the greenhouse. We started at one side of the wall going over the plants to end at the other side.
  6. Screw the sensors to the wall facing the plants.
  7. We put the camera on top of the wall facing the plants with 45°. We just cut the wall on the top so the PCB of the camera falls into the incision. Connect it directly to the raspberry pi.
  8. On the other side of the wall we put the relay, buzzer and the waterpump
  9. For the connection we used a PCB which you could also print, but it is also possible to connect all sensors and actors on a breadboard.
    1. PCB
      1. Get the layout and let someone print it for you TODO link layout
      2. Solder all Connectors to the PCB
      3. Solder the 16 pin socket for the ADC
      4. Solder the 40 pin connector in the middle
      5. Screw the PCB to the wall
      6. You can now connect all Sensors and Actors to the PCB (And even more)
        1. Digital IO connected to connectors named IO
        2. I2C connected to connectors named I2C
        3. Analog connected to connectors named ADC
        4. The light strip connected to PWM
      7. Put the ADC on its socket
      8. Connect the PCB with the rapspberry pi with the 40 pint connector.
    2. Breadboard
      1. Connect the ADC to the SPI
      2. Connect the light strip to pin 16 (PWM)
      3. Connect the analog sensors to the ADC
      4. Connect the I2C to the I2C pins
      5. Connect the digital sensors and actors to the digital pins
  10. Connect the raspberry pi with the power supply either with microusb or with a laboratory power supply on the PCB.