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…
Below is the circuit idea for pocket size FM receiver using RF transistors. The circuit works off a small 4.5 volt battery or 5v USB. The heart of the circuit is the two RF transistors T1 and T2 to detect…
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 digital clock using Arduino and DS1302 we need following materials. Arduino UNO ( you can use any arduino) 16*2 LCD display DS1302 module/chip 1.2 k resistance Variable resistance 10k Pot Make the connections as mentioned below: Connecting…
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…
Azure VM cost whenever it is up and running. There are times when you are not using the VMs and can be taken down to reduce the cost. This step can be automated and eventually optimize Azure cost buy shutting…
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…
What is a time delay relay circuit? In a time delay relay circuit, relay contacts are closed or open after the preset time interval. Whereas in a normal relay contacts are open/closed immediately when coil is energized. It prevents the…