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!
USnooBie (Open Source AVR USB Device Development Kit)

Posted February 12, 2014 by Chris

"The USnooBie is a microcontroller kit that does not require any sort of AVR programmer or USB-to-serial converters to load and run compiled code. It’s hardware design allows the user to develop low cost USB devices with Atmel’s AVR ATmega microcontrollers. It can also be used to develop projects which are not USB devices. It is even compatible with Arduino."

Porche 911 RC Car

Posted January 13, 2013 by Chris

“We purchased an RC car, removed everything except the body and the motors, and replaced all of the circuitry with our own microcontroller-controlled network. We also built our own controller using just the existing case. For the transmission of control signals, we used a 418 MHz transmitter/receiver pair purchased from Abacom Technologies.”

Plug-In Modules For Easy Prototyping

Posted May 28, 2012 by Chris

“Breadboards are a great tool for prototyping and testing electronics circuits. Here I am sharing with you some plug-in modules that I once made to make my breadboarding life easier. I have used these modules many times in the PIC experiments described in this blog. These modules serve very common functions that are required in most microcontroller circuits.”

Project Papydoo – LED Matrix + Vibration Sensor

Posted April 1, 2012 by Chris

“Normally, Papydoo is asleep. The enclosure sits on top of a vibration sensor. Papydoo is waken up by a sufficiently strong vibration. Two eyes are then displayed on the LED matrix, wandering randomly around. After a few seconds with no vibration detected, the eyes close and Papydoo goes back to sleep.”

CPLD Proto’s – Binary to 7-segment

Posted March 24, 2012 by Chris

“This project was an excuse to learn about Verilog and programmable parts (cpld, fpga). I chose this project because someone asked about it on Usenet, and the generic response was “use a ROM” – but to get a ROM wide enough would have been expensive, and wasteful – most ROMs these days have many inputs and 8 outputs, we want one with few inputs and many outputs – 8 (or more) in and 21 out. I suggested a $1 CPLD instead (turns out you need a $2 CPLD), then decided to actually make one to see if it would work.”

PWM Motor Control via FPGA

Posted September 6, 2011 by Chris

PWM signals are used all over the place, and for motor control they are a must. Varying the PWM signal will control speed and direction through most motor controllers. This white paper describes one way of making PWM signals with a Xilinx FPGA and also incorporating feedback control from the motor in the FPGA.

Stamp On A Breadboard Intro

Posted August 14, 2011 by Chris

The Stamp is one of the best ways to get started in the world of microcontrollers. This tutorial shows you how to get started with a Stamp on a breadboard, the basic building block in hobby electronics.

$30 Microcontroller Tutorial

Posted August 7, 2011 by Chris

This article is short, sweet and to the point. Using some jameco and parallax parts this tutorial guides you through the process of getting started with microcontroller prototyping on a breadboard. The parts are all listed out and pictures included for clarity.

Pure Breadboarded TTL Clock

Posted June 20, 2011 by Chris

74xx TTL logic chips are widely available and cheap. Breadboards are built so that they fit perfectly , however the TTL clock created here shows you just how much can be done on them. This article shows you what it takes to create a TTL clock on breadboards with only jumper wire and TTL chips. Hardware schematics and demo videos are included.