Blog

Blinking LED with Raspberry Pi

Introduction In this tutorial you will learn how to connect a LED to your Raspberry Pi’s GPIO pin and make it blink using Python. Required Hardware Raspberry Pi (any model) Breadboard LED (any colour) Female to male jumper wires 470Ω Resistor microSD card with Raspbian installed Wiring Code On your Raspberry Pi, open a terminal window. Install…
Read more

Motion Detection Module

Introduction (How it Works) PIR stands for Passive Infrared Sensor which is an electronic sensor that measures infrared (IR) light radiating from objects in its field of view. PIR detect emitted infrared energy – given off by humans and animals in the form of heat. When there is a sudden increase in infrared energy, an alarm is sounded. Required Hardware For this module…
Read more

Connect to Raspberry Pi using SSH

Introduction SSH, the Secure SHell, is a replacement for RSH. It provides a secure, encrypted connection, through which you can have normal, interactive logins to or from the remote machine. It also comes with SCP, a replacement for RCP. Required Software PuTTY (for windows only) Steps Required On your Raspberry Pi, open a terminal window. Type in,sudo rasppi-config then…
Read more

Distance Detection Module

Introduction (How it Works) The ultrasonic sensor HC-SR04 is a quite popular and fairly cheap module for Raspberry Pi. It works by emitting ultrasound waves at 40,000 Hz which travels through the air and if there is an object or obstacle on its path it will bounce back to the module. Considering the travel time…
Read more