How to use Azure IOT Hub – Part 1
Introduction In this part we will cover how to configure Azure IOT hub and make it ready for using it with Raspberry Pi or ESP8266 boards. Things that you Need An ESP8266 Dev board or Raspberry Pi 2 or 3…
Introduction In this part we will cover how to configure Azure IOT hub and make it ready for using it with Raspberry Pi or ESP8266 boards. Things that you Need An ESP8266 Dev board or Raspberry Pi 2 or 3…
In this project we will learn to measure Humidity and temperature using DHT22 and Arduino. There are 2 version of the sensor DHT11 and DHT22. DHT22 sensor is more expensive and obviously has better performance and accuracy. Its temperature measure…
Making Raspberry pi as print server will help you in making your printer wireless. What you need ? Raspberry pi USB wireless dongle. USB Printer I am assuming that you have already setup raspberry pi with suitable OS. Make sure…
To make a tachometer for bicycle tachometer we will be using Arduino and reed switch as the main component. We will design the tachometer to Display Speed and also temperature. Following are the list of components required. Parts list: Arduino…
In this post we will be designing home automation using Arduino UNO and IR remote control device. Components Required Arduino UNO board TSOP 1738 IR Remote Control Receiver 1 KΩ Resistor X 4 2N2222 NPN Transistor X 4 1N4007 Diode…
Step 1: Configuring WLAN Connection Connect you USB Wifi adapter to your Raspberry Pi. Also, ensure that you are already connected to Ethernet cable. Boot your Pi int GUI and open the terminal window. Either directly on the Pi or…
Latest windows update allows you to have a full Ubuntu-based Bash shell. This allows you to run the Bash shell and the exact same binaries that you would normally run on Ubuntu Linux. To get started with bash make sure…
Introduction In this post I will let you know how to set up web server on raspberry pi. There are many web servers for raspberry pi. In out example we will be setting up apache web server. Apache is a…
If you want to install on Raspberry Pi 2 follow the direction mentioned here.
Introduction This blog will show you how to install Linux on Windows 10 machine without dual boot option and partitioning your hard drive. In this method we will be using a software called Virtualbox from Oracle. It will allow you…