iotedu
raspberry pi projects
Raspberry Pi Projects
Amaze your friend with latest tricks of Raspberry Pi and Firebase
Introduction to our Raspberry Pi and Firebase trick Let me introduce you to the latest trick of Raspberry Pi and Firebase we'll be using to fool them. It begins with a small circuit to connect a temperature sensor and an Infrared sensor with Raspberry Pi. The circuit...
How to Integrate Raspberry pi to KAA IoT dashboard?
This article illustrates how to integrate devices with the KAA IoT dashboard. We shall see an example of monitoring Temperature and Humidity on the KAA IOT dashboard over paho MQTT. Pre-requiste: Basics of raspberry pi, Knowledge about MQTT Introduction to KAA IOT...
Introducing Smart IoT light using Adafruit IO and IFTTT
Introduction : This is an IoT-enabled Led light with Multiple color-changing features. which can be controlled by google assistant. RGB Led is used as an IoT light of this project. Which is controlled by a Raspberry Pi on the edge. Adafruit.io is working as a cloud...
Object Tracking Camera using Raspberry Pi and OpenCV
Introduction: In this project we will see how we can use the power of image processing and simple mechanics (Pan and Tilt Mechanism ) to track any Face so that the face is always at the centre of the camera feed. We can certainly track any desired object instead of a...
Magic Wand using Raspberry Pi and OpenCV
What if I could do things with a swing of a wand? Practically impossible but with technology maybe not. In this tutorial, we will use a raspberry pi and OpenCV to try and recreate something similar to a wand. It will perform specific functions when it recognizes...
IBM Watson IoT Platform with Raspberry Pi
IBM Watson is one of the leading cloud computing platforms there is. It has almost all the features one could expect from a modern-day cloud platform, from machine learning support to IoT, even till edge computing. In this tutorial, we will use raspberry pi and an...
Home Automation With Telegram and Raspberry Pi
In this Article we will see how we can use Telegram for Home Automation. Telegram is an extremely popular multi-platform messaging service. Just like any other messaging platform, it is used to send messages and exchange photos, videos, stickers, audio, and files of...
Home Automation System with Raspberry Pi and Flask
Home Automation systems are becoming increasingly popular for the level of convenience they offer. Imagine sitting on your couch and turning on/off lights or fans in the room without having to get up. You could also control blinds or even door locks. This project is a...
Smart Alarm Clock with Raspberry Pi
Smart Alarms are very common today yet the good ones expensive. What if you wanted to make a smart alarm clock on your own using as little hardware and cost as possible? You may ask isn't the RPI costly, yes it is but, the only purpose of using an RPI is easy to net...
Self Driving Car based on Raspberry Pi and OpenCV
In this project, We will see how we can build a simple Car using Raspberry Pi, which drives itself in a track using the power of Image Processing. Here's a demo of the Car in Action. CODE: The entrie code for this project is available at the following github...
Temperature sensor with Raspberry Pi (DS18B20)
This is a basic tutorial on how we can use a DS18B20 temperature sensor with a Raspberry Pi. For the communication between the two devices we will be using the 1-wire interface. This interface can be used to connect to plethora of inexpensive sensors. Each of these...
Street Lights Energy Conservation with Raspberry Pi and Camera
According to a study, street lights consume about 19% of the world's energy. Almost 21 TWh of energy is consumed solely by street lights. We do need street lights but their usage can definitely be reduced. Now the traditional photosensor can be used but in this...
Spy Bot with Raspberry Pi
Spy bot is a raspberry pi bot that uses its camera to take secret pictures, encrypt them using RSA encryption and upload it safely to a database/server. Today, security and surveillance have become very important. To take inspiration from world scenario we start off...
Cartoonize Reality with OpenCV and Raspberry Pi
Cartoonify Reality is an OpenCV project that uses core OpenCV functions and the K-Means clustering algorithm to perform image processing and cartoony them. This project shows how good image processing can be used to do the same task that normally takes a machine...
Home Controlling And Monitoring System with Raspberry Pi
Most people have day jobs, they have to leave their homes unguarded, not only prone to intrusion or theft but also cases of fire, or simply things like water and electricity wastage. The rest who stay at home might just choose to have an application that helps control...
Build a Rasberry Pi Twitter Bot
Getting started with the Twitter API Twitter is a web service that provides an application programming interface (API), which means you can write software that communicates with the live Twitter service—perhaps to read tweets in real time or to automatically publish...
Google Assistant Using Raspberry Pi and Bluetooth Speaker
This tutorial is going to show how to set up Google Assistant using a Raspberry Pi 4 and Bluetooth Speaker. I] Parts Required: 1x Raspberry Pi ( I have used Raspberry Pi 4 Model B)1x Bluetooth Speaker1x USB Microphone ( You can try using a Bluetooth headset with a...
Smart Home Sensor for Water Usage – Raspberry Pi
In our previous post, we discussed the smart home automation with Arduino and NodeMCU. In this post, we will implement the smart home sensor design using Raspberry Pi. Click here for the link for Smart home sensor development using Arduino Uno and NodeMCU With Piezo...
Face Detection using Raspberry Pi
Raspberry Pi is a powerful tool, and when coupled with OpenCV library can be used for many image processing projects. At the end of this article you will learn to build one such application 'Face detection'. Face detection is exactly what is sounds like, the camera...
Pixel Reader – Project using Raspberry Pi
Understanding pixels and their color components, by capturing an image and selecting a portion to view the R,G,B components of the area.
Tutorial on Google IoT Core with Raspberry Pi to visualize the sensor data.
A tutorial to help you learn to use the Google Cloud Platform to receive and analyze sensor data from the Raspberry Pi.
Measure the intensity of light using a photocell
Now we can be able to measure the intensity of light in a room using a single photocell and a capacitor connected to the raspberry pi with a bit of code in python. What is Photocell? Photocell The Photocell is a light sensor in which the resistance varies according to...
How to make an LED blink with Raspberry Pi?
Getting started with Raspberry Pi This article deals with the very basic circuit from our electronics. From our childhood electronics textbooks till engineering books, the basic circuit which contains LED will be demonstrated. Maybe in our childhood we learned using a...