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!
Control Electrical Appliances using PC

Posted November 17, 2010 by Chris

Today’s project is a little write-up that shows you how to connect up a relay with some circuitry to a parallel port. This will then allow you to control any household appliance through software on your PC. The project write-up has the software, circuit diagram and explains how it all works.

USB Physical Hit Counter

Posted November 14, 2010 by Chris

If you’re the kind of person who lives by the hit count on your website, this project will be of interest to you. A physical website hit counter that plugs into your computer via USB in order to keep the count current. The project write-up has all the firmware, hardware schematics and software.

Building an Inexpensive Robot Platform

Posted November 3, 2010 by Chris

DIY roboticists here’s an easy to build and extremely inexpensive platform for you. The wheels are made of CDs, the body an enclosure from radio shack and the brains a PIC micro. The project write-up guides you through the build process and gives examples of cheap robotics.

A Microstepping Setup

Posted October 30, 2010 by Chris

Here’s a motor controller board that you can make at home. It features two LMD18245’s and a PCB board layout. The parts are all listed in the project write-up and software for the PIC that controls everything is available for download.

The Handheld Super Probe

Posted October 16, 2010 by Chris

The Super Probe shows you how to make your own handheld multi-meter. This probe is more than just a DVM, it can also test capacitance, inductance and perform many types of signal generation. The source code and hardware schematic is included in the project write-up.

Telecard Reader

Posted October 11, 2010 by Chris

Sim Cards and Smart Cards now have a large presence throughout the world and understanding how to read them is a interesting process. All these cards use a similar serial communication process and this project write-up explains how to read the memory from a telecard.

Visualizing Sensor Data

Posted October 4, 2010 by Chris

This project uses a sharp IR sensor and some data processing. Then the data is visualized through a program. Visualization of data creates a way for us (humans) to understand data quicker, compared to when it is in raw number format.

40 MHz Frequency Meter

Posted September 21, 2010 by Chris

Using some ATMEGA power, this project is able to do some frequency measurements. The meter maxes out at 40 MHz and is accurate to +/-1%. The project write-up has the firmware to download, schematic and hardware design all waiting for you.

AVR GPS Locator Project

Posted September 28, 2009 by Chris

This drop-dead simple project uses a SR87 GPS module and an AVR to understand the data. Then that is output onto a simple 16×2 character LCD. The hardware schematic and software is all there!

ARM Project Index

Posted September 25, 2009 by Chris

Today while I was looking around the inter-webs, I ran across this psuedo-ARM project index. The index is mostly an assortment of example programs for the more advanced features like timers & interrupts. Definitely worth a look if you need more ARM example code to look at.