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!
HeliPOV With Videos

Posted October 11, 2011 by Chris

This guy took the spinning POV idea one step further and added them to his helicopter’s rotor. There’s good control over the display as you can see in the few videos he has posted. The article has the source files of the software and hardware used to build the project, so take a look and build your own!

PIC-Based Temperature Alarm

Posted October 10, 2011 by Chris

“The unit is designed to function (user configurable) either as a temperature alarm or a thermostat – the only difference being that with an alarm an intermittent beep is produced when a limit is exceeded.” The open source hardware schematic and PIC software are provided in the article, along with an in depth explanation of how the system works.

Phantom-powered XY Mic

Posted October 8, 2011 by Chris

Don’t let the phantom power scare you away, this mic is powered by the music flowing into it. “The circuit is constructed on a Radio Shack Multipurpose PC Board (Cat # 276-150) which has been modified by snapping off about 1/2″ of its length to provide clearance for the two DIN sockets.”

Quattrino Quadcopter

Posted October 7, 2011 by Chris

“September 2009, Quattrino’s project started as our Mechatronics Engineering graduation project in the German-Jordanian University. Quattrino or Quadrotor (which is the common name for it) is an aircraft classified as rotorcraft, lifted by four rotors and able to vertical take-off & landing (VTOL).” The project article has all the hardware, electrical and software details so go build your own!

VGA Interface Using Only 74xx IC’s

Posted October 6, 2011 by Chris

To go with my other vga oriented projects here’s a VGA interface that is built entirely with TTL discrete logic chips. I built it primarily for the 7400 contest over at dangerous prototypes, so give a comment over there if you like the design. This interface outputs the proper Hsync and Vsync signals using some 74193 counters and uses an 8-state machine to output different color signals to an LCD.

PIC16F648 GPS Logger

Posted October 5, 2011 by Chris

Another data logger! This one uses a PIC to load GPS points into an EEPROM and when you’re done you can unload the points into your PC through a serial port, put them into google maps and get a map of where you (or the data logger) traveled. Would be cool to put one of these into the mail and see how efficient the mail system is. The article is in dutch so use google translate for english.

Intelligent NiCd/NiMH Battery Charger

Posted October 4, 2011 by Chris

“This cheap and easy to build NiCd/NiMH Battery Charger is suitable for automatically charging a wide range of batteries for many applications. Proper chargers are usually expensive and cheap chargers supplied with the original equipment often incorrectly charge the cells and dramatically shorten their life.”

iPhone controlled Solar Powered Arduino Tank

Posted October 3, 2011 by Chris

“Using the super awesome TouchOSC app for the iPhone connected to Processing for converting Open Sound Control signals into serial commands send out via USB to an Xbee…I am able to drive a small tank.”

Handheld 2.4 GHz Spectrum Analyzer

Posted October 2, 2011 by Chris

“After visiting some web pages about 2.4 GHz ISM band spectrum analyzers based on the CYWM6935 module, I tried to build my own analyzer, but with some improvements. The references I found on the net used the parallel port or a serial link to a host computer. I want the analyzer to be portable, and easy to transport, so I will use a microcontroller and a graphical LCD.”

Basic Stamp, Basic Stuff

Posted October 1, 2011 by Chris

The Basic Stamp is nothing much more than basic. Because of this, it offers a unique opportunity for anyone who wants to learn about embedded devices because it’s functionality is so simple. This article takes a look at how to get started with Parallax’s Stamp-1 module and what to expect from this little guy.