Projects

Warming to the Pi and Python

Warming to the Pi and Python

I’ve had a Raspberry Pi since Christmas, but haven’t done much with it up till now.Β  That’s all changed since I moved house.Β  Getting to grips with a new central heating system, I find that (for reasons too dull to list here) I need to monitor and control it rather more flexibly than I can […]

Pololu Dual MC33926 Motor Driver for Raspberry Pi Partial Kit

Pololu Dual MC33926 Motor Driver for Raspberry Pi (Partial Kit)

This add-on board enables a Raspberry Pi B+, A+, or Pi 2 to drive a pair of brushed DC motors. Its dual MC33926 motor drivers operate from 5Β V to 28Β V and can deliver a continuous 3Β A (5Β A peak) per motor. The default pin mappings make it easy to get started using our provided software, but […]

How To Design a Printed Circuit Board with DesignSpark PCB

How To Design a Printed Circuit Board with DesignSpark PCB

A couple of months ago I got curious about PCB manufacuring, and ended up using Joe Walnes’ open-source PiCrust PCB designΒ to test the process. I sent the ‘Gerber’ files off to a little cheap board house in China, and a few weeks later my boards arrived – and they actually worked! With my 100% PCB-related […]

Remote Control Autonomous Lawn Mower using RaspberryPi

Remote Control Autonomous Lawn Mower using RaspberryPi

Have you heard of #twitchPlaysPokemon? Well that was some of the inspiration behind this project #googleMowsMyLawn. This project was an idea that my brothers and I had and wanted to do for a little while. When StartFest had a hackathon, we were provided with the perfect opportunity to build it. The rules were simple: make […]

BMP180 I2C Digital Barometric Pressure Sensor

BMP180 I2C Digital Barometric Pressure Sensor

The BMP180 device is a digital barometric pressure sensor. This is available on a small module which provides access to the sensor via the I2C interface. This allows us to easily connect it to the Raspberry Pi with a minimum of wiring. My module is a small pcb measuring 15x13mm with a 5 pin header. […]

Driving a 7 segment display with a Raspberry Pi I

Driving a 7-segment display with a Raspberry Pi (I)

This post will be the first of a series of posts that will describe how to drive a 7-segment display from a Raspberry Pi, without any OS running in it. Today, I will talk about some important characteristics about 7-segment displays, how to wire things up, and another considerations that you ought to take into […]

Make Your Own Nokia 5110 Raspberry Pi Add on Board

Make Your Own Nokia 5110 Raspberry Pi Add-on Board

Who remembers the Nokia 5110? If you’re too young to have had one, it was a great phone – a bit of a game changer some might say. The battery lasted a decade, it was tough as nails and one of the first mobiles to include swappable faceplates and the infamous ‘Snake’ game. 1998 was […]

Raspberry Pi Breadboard Shield

Raspberry Pi Breadboard Shield

Arduino has multiple shields and multiple expansion boards, the shields make prototyping with the Arduino a lot easier. A lot of people design custom shields to match their requirements. But in a raspberry pi has a very few number of shields, and a raspberry pi is a powerful device at a cheaper cost and enables […]

RaspberryPi Multiple Buttons On One Digital Pin

RaspberryPi Multiple Buttons On One Digital Pin

If you ever find yourself running out of GPIO pins on a RaspberryPi you can put multiple pushbutton switches on a single pin using this method. It sets a variable by timing the charging of a capacitor through a series of resistors with the switches between them. You will need a RaspberryPi, a breadboard, and […]

Python based spy robot controlled over Ethernet using Raspberry pi

Python based spy robot controlled over Ethernet using Raspberry pi

Aim of the project: In this project we have developed a platform to remotely control surveillance robot controlled over Ethernet. It will enable us to monitor the activities in the remote and sensitive areas such as naxalite areas and etc. In traditional security systems, monitoring devices are usually mounted on fixed locations. In such cases, […]

Scroll to Top