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!
DIY dsPIC breadboard

Posted December 9, 2011 by Chris

“This thing may remind you of an Arduino but it’s not, it’s not even an AVR but a dsPIC30F2012. Lots of times I want to try out something, but I’m too lazy to make the whole thing over and over on a breadboard so why not solder it together quick on a pref board so I can just stick it in.”

DE0 Nano VGA via FPGA Reborn

Posted December 8, 2011 by Chris

This article will look at how to build the same functionality that the Masochist’s Video Card (built only with 7400 logic IC’s) had, however this time we will use the DE0 Nano development board to complete the task, instead of wrist-breaking, pain-staking, masochist-loving wire-wrapping.

Magic 8 Thing

Posted December 7, 2011 by Chris

“For those who don’t know what a Magic 8 Thing is, it is a Magic 8 Ball, made with an ATMega328, an LCD, a surplus mercury tilt switch from a retired thermostat and some code. I call it a ‘Thing’ instead of a ‘Ball’ because my version is both non-spherical and bears no functional resemblance to an actual ‘Magic 8 Ball’.”

ARM Based Quadcopter

Posted December 6, 2011 by Chris

“The electronics setup consists of an ETT STM32 stamp module which runs custom flight software written in C. The board contains an ARM Cortex M3 microcontroller with 64K of RAM and 512K of flash rom. The board itself runs at 3.3V, but the inputs are 5V tolerant.”

Wall-Climbing Ceiling-Walking Robot

Posted December 5, 2011 by Chris

“The goal of this project is to construct a digital controller for a w all climbing micro-robot. There are two kind of wall-climbing micro-robots in the lab. One is called ‘Flipper’, the other is called ‘Crawler’. The restrictions such as small size, light weight and low power consumption must be complied when designing the miniature robot.”

Wireless Water Level Monitoring System

Posted December 3, 2011 by Chris

“The main purpose is to gather water level data, store it in central database and view it on a web interface. This system can greatly reduce the effect of sudden water level increases due to rain, causing floods. Also, it minimizes the man power requirement to measure water levels in the reservoirs in distant areas.”

DIY Arduino Water Meter

Posted December 2, 2011 by Chris

“At the heart of the exploration was a need to cheaply measure water from the tap. Water meters vary quite drastically in price. We settled on a $20 water meter used for PC cooling systems (the INS-FM17N by Koolance) due to its accuracy, low price, small size, and electronic sensing method that could be easily measured by a microcontroller (such as an Arduino).”

TYMC: Album Artwork

Posted December 1, 2011 by Syd

“In this article we are going to use the Last.fm web service to grab the last piece of data we need to make our music collection perfect: the album artwork. We’re going to use the same techniques we’ve used in the past articles to expand the functionality of our application to do something new. With the concepts we employed in the previous articles, the possibilities are nearly limitless.”

Starfox FPGA Implementation

Posted November 30, 2011 by Chris

“Our project was an attempt to implement Starfox from the Super Nintendo Entertainment System (SNES) on the FPGA using the VGA running in 320 pixels by 240 pixels screen resolution. The source of the project idea is from the classic game Starfox on the SNES. This was one of the first games to display 3D models.”

Arduino + Python 4-Axis Servo Control

Posted November 29, 2011 by Chris

“This tutorial will describe how to use Arduino to control a bank of four independent RC servos with your PC (or Mac, or *nix Box), using a USB cable and a modular Arduino-Python software stack.”