Content for Raspberry PI

DIY RaspiCar - phase 1

“DYI RaspiCar can drive, survey it surrounding and decide its next path. Best of all, the parts cost only $100. Overview DIY RaspiCar is an autonomous car built on Raspberry Pi, inexpensive parts and scraps. The purpose of this project …

Network boot your Raspberry Pi

“This tutorial is written to explain how to set up a simple DHCP/TFTP server which will allow you to boot a Raspberry Pi 3 from the network. The tutorial assumes that you have an existing home network, and that …

Analog Input on Raspberry Pi with MCP3008

“How to get analog input on Raspberry Pi using CircuitPython. The lack of analog inputs on the rpi and how this can be solved with MCP3008 IC The MCP3008 is a 8-Channel 10-Bit Analog to Digital Converter IC with SPI …

Build a Kubernetes Intelligent Edge Cluster on Raspberry Pi

“Building a Kubernetes “Intelligent Edge” cluster on Raspberry Pi is a great learning experience Building a Kubernetes Intelligent Edge cluster on Raspberry Pi is a great learning experience, a stepping stone to building robust Intelligent Edge solutions, and an awesome …

Dr. Tape Head - Undead Media

“Dr. Tape Head is the perfect spooky companion when you’re working late in the lab! He uses Amazon’s Polly service to read out text from a Google Sheets spreadsheet, populated by the IFTTT service and gathered from Twitter …

LadyBug: a Motorized Microscope and 3D Scanner for Very Small Things, Made Almost Entirely Out of Blu-Ray Players

“We’re going to build a 4-axis, motorized microscope, that can 3D scan very small things. LadyBug is a picture-based 3D scanner, meaning that it’s primary function is to take photographs of an object from all sides, which can …

TicTacToe Hardware Implementation Using RaspberryPi

“This project aims at building an interactive TicTacToe model using two different colored LEDs denoting the two players using a raspberry pi. The idea here was to implement this on a bigger scale in an alleyway - imagine a grid of …

BrachioGraph - the cheapest, simplest possible pen-plotter

“BrachioGraph - arm-writer - is an easy-to-build pen-plotter, driven by a library of simple Python applications. Components and materials You’ll need: a Raspberry Pi, three servo motors, two arms and other small items mentioned below (such as a clothes-peg) depending on …

How to Build a Raspberry Pi Temperature Monitor

“Temperature and humidity are vital data points in todays industrial world. Monitoring environmental data for server rooms, commercial freezers, and production lines is necessary to keep things running smoothly. There are lots of solutions out there ranging from basic to …

Exploring the MQTT Protocol with ESP8266

“Using an RPi as the MQTT broker. We’ll explore 2-node communication as well as LWT messages (last will) Story In any IoT project we have a number of unique requirements and restrictions. The communication strategy to connect devices and …