by Sashreek Shankar | May 30, 2020 | Raspberry Pi
The Raspberry Pi is an inexpensive credit card-sized micro-computer. The Raspberry Pi was originally designed as a way to teach how computers work and the rest of computer science in general. It was originally developed in the UK by a team that included Eben Upton,...
by Sashreek Shankar | May 30, 2020 | IoT Cloud, IoT Programming
Introduction In the following tutorial we will learn how to use the Microsoft Azure Cloud service in our IoT projects. We will be using the Azure IoT Hub, Stream Analytics Jobs & an SQL database to store our data. This will be a step by step tutorial and almost...
by Sashreek Shankar | May 26, 2020 | Projects, Raspberry Pi projects, Sensors
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...
by Sashreek Shankar | May 16, 2020 | Projects
The garbage collection process is a crucial service for any community or society. It ensures the cleanliness of our surroundings. However, the process has for long been rudimentary. Hence we’ve decided to automate the process. Our idea is to incorporate IoT into...
by Sashreek Shankar | Apr 20, 2020 | Raspberry Pi
The Raspberry Pi network scanner that we will be creating in the following tutorial will scan through your local network and get the local IP address and MAC address of all devices connected to your network. To achieve this we are going to use the scapy module in a...