News & Articles

html>301 Moved Permanently

301 Moved Permanently


nginx
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!
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.

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.

Analog Binary Clock

Posted October 10, 2010 by Chris

This project uses some creative thinking to build a binary clock that runs off of analog circuity. A wheel similar to an encoder wheel is used that slowly spins to give you the time in binary code. A great project for anyone willing to expand their mind beyond the base 10 number system!

Ugly Electronics Construction

Posted October 9, 2010 by Chris

Ugly Electronics Construction is something that seems to be reserved for either lazy people or abstract artists. This website goes through some examples of horrid looking but working electronics that are soldered together in ways that defy logic. Take a look to learn how to do it or just to get a good laugh.

Basic Stamp Radio Communication

Posted October 8, 2010 by Chris

This is a very unique way to create wireless communication and it gives a lot of range. Using two radio modems this guy makes it so two basic stamps can communicate serially. The project write-up explains the process very well.

DIY Thermostat

Posted October 7, 2010 by Chris

This DIY Thermostat project is exactly what you think it is, a thermostat you can make on your own. It uses a temperature sensor and a ATtiny as a brain. Two seven-segment led bars show you the current temperature and you can set the thermostat using them as well. Board design, hardware & software are all available in the project write-up.

C-52EVB Line Follower Robot

Posted October 6, 2010 by Chris

This line following robot was done for someone’s thesis so the write-up is very indepth. It goes through the basics of motor control, sensor control and combining the two using a microcontroller.

Ipod Hand Crank Charger

Posted October 5, 2010 by Chris

Today’s project shows you how to make a hand crank that can recharge your Ipod. Obviously you’ll run out of energy after a few minutes, but you’ll be able to listen to music while you’re at it. The write-up is very detailed, take a look.

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.