News & Articles

PyroEDU
Get started learning to build your own electronics by following our FREE online courses below!
Learn More »

Categories

Sponsors

Build Like A Pyro!
Find many of the parts used on this site at our favorite online electronics shop
Take Me To The Gadgetory!
Chlonos An Open Source Talking Multimedia Clock Gadget

Posted May 6, 2015 by Chris

"Chlonos is an electronic gadget with a brain, a display, some sensors and a voice. It’s something interesting to put on your wall. It can measure temperature and light, it keeps track of the time and will tell you about it all."

XBee/Arduino Based Wireless Sensor Network

Posted April 9, 2015 by Chris

"I developed this WSN for a coursework on my MSc and I’m hoping others will find this useful or at least interesting 🙂 I’ve just installed the first parts of this WSN back home to collect sensor data from various outbuildings and it will be part of my new Arduino controlled greenhouse project. I’ll try to port the storage and reporting backend to a Raspberry Pi later this week, initial trials seem to suggest that it should cope well with this task for my size of network."

Home Monitoring System Nodes

Posted April 5, 2015 by Chris

"The presented home monitoring system consists of a star like structure of wireless nodes. This means that one node, the main node, collects information from the other nodes and forwards them to Raspberry Pi. The other nodes act just like wireless sensors – periodically measure physical values around the flat and send the measurements to the main node. "

Duimometer = Arithmometer + Arduino

Posted April 1, 2015 by Chris

"The Odhner Arithmometer was a very popular pinwheel calculator invented in Russia in 19th century by a Swedish immigrant called W. T. Odhner. Like most of pinwheel calculators, it worked with an engine formed by a set of linked wheels which could perform the four basic mathematical operations within a machine of reduced size."

Capacitive Touch Sensor Report

Posted March 1, 2015 by Chris

"Capacitive sensor is a technology sensing proximity position based on capacitive coupling. There are many different methods for producing a capacitive sensor. A simple one way to form an on-off output is by using two layers and a spacer in between. Through a voltage to conductive objects causes positive and negative charges to collect on each object."

CPU Fan RPM Display With Arduino

Posted February 24, 2015 by Chris

"This project describes how to read the speed of a PC fan using Arduino board. It’s a good introduction to reading pulse duration and driving 7 segment led displays on Arduino. The text is written in Japanese but the link below will auto-translate to English."

DIY Arduino Compatible Gaming Platform

Posted February 9, 2015 by Chris

"The MicroGame is an experiment of making a custom portable platform for gamming compatible with Arduino. It’s based on a small monochrome 128×64 pixels OLED from Adafruit and a ATmega32U4 8-bits microcontroller running at 8MHz. All hardware design and game source code is writed from scratch by me."

Bluetooth shield for Wireless Arduino Control

Posted February 3, 2015 by Chris

"Here’s an application to control the brightness of an RGB LED strip wirelessly (via Bluetooth) using a smartphone. The whole project is presented in a dedicated Bluetooth shield for Arduino and a RGB shield."

Visualising Optical Mouse Sensor Data Using Arduino And Processing

Posted January 29, 2015 by Chris

"If you open a common optical mouse you will most likely find two chips inside — one being a general purpose micro-controller and the other an optical mouse senor. The sensor captures images of the surface below the mouse at high frame rate. It uses captured images to calculate the displacement the mouse is moved over time. Incidentally, it is also able to provide the raw image data. "

Arduino Water Level Indicator + Controller

Posted January 6, 2015 by Chris

"Here is a tested Arduino project that uses 3 sensor probes as water level indicator with 3 leds and one LCD display + a simple controller that turns on a motor when the water has reached the desired level. You can use only the leds if you want, the lcd is optional."