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!
PIC Microcontrollers – Free eBook!

Posted November 2, 2010 by Chris

If you are curious to learn more about PIC microcontrollers here is a professionally written e-Book all about PICs. There are a lot of example programs and configurations and the eBook guides you through what they do and how you can use them.

Phone Recorder Project

Posted October 27, 2010 by Chris

If you’re curious about how telephones work and how to actually record and play back sound files using a microcontroller you’ll want to read this project write-up. The phone line is connected to a PIC which collects that data and can save it as a wave file for you to play back and listen to.

Remote Control IR Theory

Posted October 18, 2010 by Chris

If you have ever been interested in how your TV remote control works, this write-up will give you all the knowledge you need. It goes through the top-level theory of how all remotes work, then has the specifics for most commercial remote controls. Take a look if you are curious!

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.

40KHz IR Proximity Sensing

Posted October 13, 2010 by Chris

IR sensors (emitters/receivers) have the unique quality that they can sense things that are in front of them. This project goes through the theory and shows you both how to use them and what to expect from the sensors.

Building A Breathalyzer

Posted October 12, 2010 by Chris

If you’ve ever been curious about simple breathalyzer theory this project is for you. They used a MQ-3 alcohol gas sensor and an arduino board to build it. The write-up has the software, hardware and a video of the working project in action.

Custom Kill-a-Watt Power Meter

Posted September 27, 2010 by Chris

The Kill-a-Watt is a small device that plugs in to any standard household outlet and provides power data for any connected device. Each “Kill a Watt” can accept up to a 15-amp load. Take a look at this project below.

Arduino Webcam Servo Project

Posted September 24, 2010 by Chris

This project shows you have to use the Arduino to pass webcam data as well as control pan and tilt through your network. There are a lot of cool parts in this project but it is still completed on a modest buget.

Poorman’s Oscilloscope

Posted September 22, 2010 by Chris

The poorman’s oscilloscope uses an arduino to process incoming signals and to send it off to your PC for some visualization. It only works on low frequency circuits, but for the poorman, that’s usually the best you can get.

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.