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!
8×40 LED matrix marquee using shift registers

Posted February 7, 2014 by Chris

"The heart of this project is PIC16F1847 microcontroller which receives data from a PC through a serial port, and display on the LED matrix with the help of five 74HC595 shift registers."

NEC Protocol IR (Infrared) Remote Control With a Microcontroller

Posted January 27, 2014 by Chris

"This little project will demonstrate how you can build NEC protocol based Infrared Remote Control to use with various NEC Protocol IR receivers."

Prototyping A Dual Die Emulator

Posted December 25, 2013 by Chris

"Since I had 100 Pink LEDs, I decided to build something LED intensive. So, using a PIC12F629 as the microcontroller, I decided to build a Dual Die Emulator. Each die would consume 7 LEDs, so I would use 14 LEDs total for the project."

1-Wire meets IPv6

Posted November 9, 2013 by Chris

"A project I’ve been hacking on for a while is a self-contained 1-wire to IPv6 bridge based on an Atmel AVR ATmega644 and the ENC28J60 Ethernet controller from Microchip."

60 Mhz Frequency Meter / Counter

Posted November 8, 2013 by Chris

"This is 60 MHz frequency meter / counter for measuring frequency from 10 Hz to 60 MHz with 10 Hz resolution. The meter provides very stable readings and has excellent input sensitivity thanks to on board amplifier and TTL converter, so it can even measure weak signals from crystal oscillators."

A $5 Picaxe Beatbox

Posted November 6, 2013 by Chris

"I thought it would be a neat to build a toy that records and plays back beats like a simple drum machine. For those who are musically inclined, it provides endless hours of entertainment and even has practical purposes in learning and practicing music. Even better if it used less than $5 worth of parts and could be built in 30 minutes."

Basic Servo Control With A PIC Micro

Posted October 5, 2013 by Chris

"The servo motor is widely used in model hobbyist such as airplane R/C model for moving the rudder, ailerons, elevators and acceleration control or in the car R/C model for steering and acceleration control. In this tutorial we will learn how to control the servo motor as well as the simple close loop control algorithm for this servo motor."

RS232 Communication with PIC Microcontroller

Posted October 1, 2013 by Chris

"This article shows how to do a simple communication via a RS232 interface with a PIC microcontroller. RS232 is a standard for a serial communication interface which allows to send and receive data via at least three wires. With the RS232 interface it is possible to setup a connection between a microcontroller and a PC or between two microcontrollers."

Reading Nintendo 64 controller with PIC microcontroller

Posted September 28, 2013 by Chris

"I have a few old N64 controllers lying around and figured that it would be pretty cool to use them to control other things. In this article I will describe in detail every step I took to achieve this. I’ve used a PIC microcontroller, but it should not be too hard to port the code to any other architecture."

Wireless Tilt Sensing + Shake-Detection program

Posted September 11, 2013 by Chris

“Goals: [1] Create a wireless device that sends data from a simple tilt switch. [2] Use a PC to capture, analyze, and detect shaking mosion…..Method: Place a simple tilt switch on a wireless RF board (PIC12F675). Receive the RF data onto a USB PIC (PIC18F2550). Transmit the data to a laptop using USB serial port emulation (PBP code). Analyze the data using Processing, identify and visualize shake-motion.”