Close
0%
0%

Decentralized IoT Indoor Horticulture

IoT enabled indoor horticulture kit (Space Bucket) that can be monitored & controlled via smart contracts on an Ethereum Blockchain backend

Similar projects worth following
Space Buckets are a DIY indoor horticulture kit and community. With growing food costs and changing trends towards cannabis, such as CBD strains, more people are looking to indoor horticulture to save money and also start a new fun hobby. Easily constructed with a 5 gallon bucket and open source hardware, a user can connect this growing environment to the Internet. Current IoT devices rely on centralized cloud servers to store and relay data between mobile apps and IoT devices. These servers are single points of failure prone to many security risks. For this project we choose a more secure option, using the decentralized Ethereum blockchain for our backend. We create a smart contract on the blockchain, with Solidity & web3, that will store and relay our environment data. This decentralized model can be easily scaled to larger and diverse agricultural industries, such as vertical farming and apiaries.

Hardware: The Space Bucket

Referred to as Space Buckets, these indoor horticulture kits are usually made from a 5 gallon plastic bucket. Every year the technique gains popularity and has created a large community of DIY indoor gardeners and tinkerers. The buckets can be used to grow a variety of vegetables and herbs, but most commonly it is used for Cannabis growth. With the popularity of CBD (medicinal) strains rising, and prohibition slowly fading, many people are turning to Cannabis as an alternative to expensive pharmaceutical drugs. Maintaining a stable environment inside the bucket for the plant's health makes Space Buckets an ideal project for automation and control over the Internet, using sensors and relays to control the lights, fans, and watering system.

This Space Bucket minimizes space and energy by using a COB (Chip On Board) LED. New to the market, these COB LEDs are gaining popularity in the horticulture community for their small size, low price, low energy usage, and high coverage of the light spectrum. One of the few disadvantages of COB LEDs is the heat they generate from the chip surface, so the LED will usually be paired with a large heatsink. This bucket uses a 133mm Pin Fin heatsink cut into the plastic lid of the bucket and powered with a 36V 1.67A (60W) power supply. Attached to the sides of the bucket are 80mm PC fans to help regulate air flow and temperature. One fan is an intake to help create air flow which improves plant health. The second fan is for exhaust, to remove stagnant air and also heat generated from the light. To aid in the automation process, a water tank with water pump is added to the bucket for an automatic watering system. The system takes advantage of low powered water pump (12V 0.5A) and hydro halo system to water the plant at its base inside the bucket.  The fans, light, and water pump are connected to a relay board which is controlled by an Internet enabled Raspberry Pi running embedded Linux. The bucket environment is monitored with an Arduino microcontroller, which uses a DHT11 sensor to monitor temperature & humidity, an FC-28 soil sensor to measure soil moisture, and an analog photocell to detect light intensity.

Software: Why Use the Blockchain?

We want to securely monitor & control the bucket from remote locations, but we don't want to use a centralized server and we don't want to open any ports on the bucket's (Raspberry Pi) firewall. Regarding the latter, many users access their Internet through residential ISP services, which are subject to dynamic (changing) IP addresses and strict firewall rules. Commercial IoT devices, such as wifi enabled thermostats, now rely on centralized cloud servers to relay messages between the device and a customer's mobile smartphone app. There are many DIY examples of using a cloud server backend for an IoT application, typically with AWS. While AWS is a great & reliable service, these backend systems can be time consuming, pricey, and complicated to setup. Centralized servers in general are prone to many infrastructure and security risks. Corrupt administrators, denial of service attacks, ransom & malware, and single point of failure events. If the physical server loses power or network connection (e.g. during an extreme weather event) then all the services connected to the server are lost also. New to that, the security of IoT devices has been under increased scrutiny lately. Botnet attacks have shown that current IoT devices still rely on antiquated methods for firmware authentication and communication, such as telnet and FTP.

Blockchain technology relies on a decentralized model. This model is similar to other peer to peer (P2P) networks, such as Bittorent, or a wireless mesh network. Blockchains use this communication system to transmit and store cryptocurrency financial transactions. Each peer in the network validates these transactions &...

Read more »

bucket_sensors.ino

Arduino Nano sketch to monitor temperature, humidty, soil moisture, and light intensity

x-arduino - 657.00 bytes - 03/31/2018 at 04:47

Download

grow.js

NodeJS script with Web3. Runs on Space Bucket RasPi synced to blockchain

x-javascript - 11.45 kB - 03/31/2018 at 04:38

Download

bucketnet.sol

Solidty smart contract for storing and relaying sensor & relay data

sol - 5.53 kB - 03/31/2018 at 04:37

Download

  • 1 × Raspberry Pi 3 Wifi enabled with USB thumbdrive to store blockchain (Geth) data & executables
  • 1 × Arduino Nano Clones, requires CH340 drivers
  • 1 × COB LED Citizen CLU048-1212 36V 2.76A. Operates at 60W (36V 1.67A) for best efficiency
  • 1 × 133mm Passive Pin Fin Heatsink
  • 1 × Power Supply for COB LED DC 36V 1.67A

View all 14 components

  • 1
    Download and Install Raspian Lite

    Download and install the image file for Raspian Stretch Lite and install to SD card. Be sure to install the Lite version, the Raspberry Pi will run headless over SSH.

View all instructions

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates