Building the world’s largest Raspberry Pi cluster

Oracle’s Raspberry Pi Supercomputer, the largest Raspberry Pi cluster known to exist, got awarded one of the Top 10 Raspberry Pi Projects of 2019 from Tom’s Hardware.

Here is its story.

Oracle Raspberry Pi Supercomputer
Image credit: ServeTheHome

Continue reading “Building the world’s largest Raspberry Pi cluster”

How to use a Grove Air Quality Sensor with a Raspberry Pi

In my previous post, I have explained how to connect a Grove Temperature and Humidity Sensor Pro with your Raspberry Pi and read data from it via Python. In this post, I’m going to show you how to use a Grove Air Quality Sensor (v 1.3) with your Raspberry Pi.

Continue reading “How to use a Grove Air Quality Sensor with a Raspberry Pi”

How to use a Grove Temperature and Humidity Sensor Pro with a Raspberry Pi

In my previous post, I have explained how to mount a Grove Base Hat onto your Raspberry Pi and install the Seeed Studio provided grove.py software. In this post, I’m going to show you how to use a Grove Temperature and Humidity Sensor Pro with your Raspberry Pi.

Continue reading “How to use a Grove Temperature and Humidity Sensor Pro with a Raspberry Pi”

How to mount a Grove Base Hat for Raspberry Pi

In my previous post, I explained how I have gotten interested in IOT devices lately. I recommend reading it before proceeding with this post as this is the first of a couple of posts that demonstrate how to put the IOT devices on a Raspberry Pi to good use. In this post specifically, I’ll show you how you can mount a Grove Base Hat onto a Raspberry Pi. The whole task should take you about 10 minutes in total.

Note: although I tested and run these sensors on a Raspberry Pi 3B+, they also work for the latest Raspberry Pi Model 4!

Continue reading “How to mount a Grove Base Hat for Raspberry Pi”

How to IOT enable your Raspberry Pi

I started exploring some IOT devices lately. For a while now I wanted to see how easy it is to build some sort of environmental controls and monitoring with a bunch of sensors. I still have some Raspberry Pies lying around doing nothing, so I thought using one of them for that purpose could be quite fitting. Given that the new generations of Raspberry Pies all come with WiFi and run Linux, it should be easy to process the signals and send them off to somewhere else to be stored or to further analyze them. So I started searching for sensors for Raspberry Pies. My goal was to find something that’s not too low-level on the hardware side but easy for others to replicate. After a while of research on the web, I found an interesting set of different Grove sensors from Seeed Studio. The senors are all cheap enough and Seeed Studio provides a rich set of libraries for all of them for Raspberry Pi. Seeed Studio was even kind enough to offer me a $30 voucher for providing reviews on my blog, which you can find in the blog posts at the bottom. The devices I was most curious about, at least to start with, were the Grove – Air quality sensor v1.3 and the Grove – Temperature & Humidity Sensor Pro. Seeed Studio also provides a Grove Base Hat for Raspberry Pi (or Raspberry Pi Zero) which makes it easy to connect the sensors with the GPIO from the Pi at the same time and without much hassle. In the next couple of blog posts, I will go over how I assembled everything together and share the results of my efforts. Stay tuned!

  1. How to mount a Grove Base Hat for Raspberry Pi
  2. How to use a Grove Temperature & Humidity Sensor Pro with a Raspberry Pi (coming soon)
  3. How to use a Grove Air quality sensor v1.3 with a Raspberry Pi (coming soon)