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!
Arduino + Bluetooth Keyless Entry System

Posted September 13, 2015 by Chris

"Ditch the key FOB and use your mobile phone as a passive key to access and authorize your car. There are many challenges with such a system but I believe this development is unavoidable. Whilst my prototype is certainly not the most elegant, it does proof a basic point, which is that dedicated physical car keys are a thing of the past."

Mind-Controlled Nerf Gun

Posted August 28, 2015 by Chris

"Hardware setup is pretty easy for this, it’s nothing compared to what you’ve just done for the Nerf gun. Grab your breadboard, plug in your Bluetooth module (assuming you’ve soldered some headers onto the six-pin interface), and connect some wires…"

An AVR ATmega Configurable Production Line Counter

Posted August 21, 2015 by Chris

"It has 4 digit seven segment display. It can count from 1 to 9999 pieces. (01b) Input can be delayed, so that every input received will block the counter for an amount of time, to prevent double reading on too sensitive item sensors. User can program it to emit an alarm when a number of items is reached."

Speed Control of DC Motor Using PID Method

Posted August 17, 2015 by Chris

"The dc motors are used in various applications such as defense, industries, Robotics etc. DC drives, because of their simplicity, ease of application, reliability and favorable cost have long been a backbone of industrial applications. The project provides the efficient and simple method to control speed of DC motor using ATMEGA16 microcontroller and L298N motor driver IC."

Apple Extended Keyboard II Mod

Posted August 16, 2015 by Chris

"The biggest stumbling block to the project was the computer’s interface. The Apple Extended Keyboard II is from the days of ADB, or Apple Desktop Bus. The internet revealed two possible solutions: An expensive and sometimes-hard-to-find adapter by Griffin, or a $16 microcontroller and some DIY elbow grease. Naturally, I chose the latter."

The Wifi Radio Project

Posted August 12, 2015 by Chris

"This page outlines my project to home-brew a dedicated box for ‘tuning in’ these online stations…I wanted to make something to match the other stereo hardware I have. I also like that I can personalize every aspect of the design, and put to use some of the hardware I’ve collected over the years."

The Magic Crystal Mood Ball

Posted July 27, 2015 by Chris

"During my search for a cool design for my lamp, I found this plastic ball that looks like one of those future tellers crystal balls, and I decided to used it in a mystical way. Since my idea became a mood ball, I thought it would be fun to have the mysterious ambient surrounding the future teller’s world, in this case, not future, but present."

Fully Functional Arduino Weather Station

Posted June 21, 2015 by Chris

" The last thing you want to do is clear up your Monday schedule to go kitesurfing and find yourself cursing the gods on a windless lake after two hours of driving. I needed to know the wind conditions of my favorite kitesurfing spot—in real time. So I decided to build my own weather station."

RPM: Interruptions and Interrupts

Posted June 14, 2015 by Chris

"Fortunately in the world of open source technology, the solutions to many technical challenges lie online. This great example by Zitron shows how to use hardware interrupts to read in the data from the hall effect sensor outside of the loop() function."

Build an Arduino-Powered Talking Robot Head

Posted June 8, 2015 by Chris

"This robot head was originally built as a end of the year project for my physical computing class, but over the summer it has ‘learned’ how to talk. The head is powered by two Freeduinos, 3 TLC5940NT chips and an Adafruit Industries Wave Shield. The head is currently connected to a computer by two USB cables, one for power, one for sending it serial commands on what to say/emote."