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!
Wireless Motor Controller

Posted July 14, 2011 by Chris

This week’s PyroElectro Tutorial explores how to add and use a common remote control car transmitter and receiver pair in your microcontroller projects. Specifically the received protocol will be translated into information the pic can use to create some output from the remote control’s input.

Building A Simple Wireless Interface

Posted April 28, 2011 by Chris

Today’s PyroElectro tutorial will show you how to use popular RF Modules to create a wireless link between two PIC microcontrollers. The article explains the theory, gives all schematic details and the software project files. The low cost and ease of use make these RF Modules a good choice for any project.

Simple USB Interface

Posted April 21, 2011 by Chris

This PyroElectro tutorial shows you how to use a PIC18F4455 to create a simple USB Device that can input and output to a USB Host (laptop). Make no mistake, USB is a complex protocol, so tread softly and with an inquisitive mind.

DIY RS232 Interface With A PIC

Posted April 7, 2011 by Chris

Today’s PyroElectro Tutorial: RS232 serial communication is widely used for transferring 8 bits of information at a time. The PIC gives us easy access to hardware that is capable of serial communication. This tutorial shows you how to build a simple, but effective RS232 communication interface.

PIC I2C Interface Tutorial

Posted March 24, 2011 by Chris

This week’s PyroElectro tutorial explores the high speeds of I2C communication and how to create an interface using the PIC uController. I2C is very popular as only 3 wires are required for highspeed multi-device communication. An example design to communicate with an I2C flash memory device is used in the tutorial to get you started.

Intro To Digital Timers

Posted May 1, 2008 by Chris

Timing circuits have been around for a long time and are very important in practically all applications. This tutorial offers simple insight & introduction to using the timers on microcontrollers (specifically the PIC).

The Accelerometer

Posted April 3, 2008 by Chris

One of the more interesting sensors to be seen recently is the MEMS accelerometer. This tutorial write-up shows an example of how to take data from an ADXL320 2-axis sensor. Give it a look through!

L298 Stepper Motor Control

Posted April 1, 2008 by Chris

Stepper motors are a very powerful, yet accurate type of motor. The ability to ‘step’ through motion instead of to run uncontrollably like dc motors do is a great advantage. This write-up shows you how to use an L298 to control a stepper motor.

The Music Equalizer Display

Posted March 25, 2008 by Chris

If you’ve ever used a music playing utility on a pc you’ll notice they always have a cool little display of either the audio frequency spectrum or the actual audio amplitude wave. The Music Equalizer Display created in this tutorial outputs the latter using a standard 10 LED bar.

L298 DC Motor Control

Posted March 20, 2008 by Chris

Previously we explored DC motor control using the LMD18245. Now, looking forward we’ll use a method for even better motor control using the infamous L298. Specifically the L298HN (makes things even easier), Check It Out!