CC269: Break Through Designer’s Block
A heatsink epoxied atop the linear regulator on this Arduino MEGA board helped reduce the operating temperature to a comfortable level. This is certainly not recommended engineering practice, but it’s an acceptable hack. (Source: E. Nisley, CC269)

Are you experiencing designer’s block? Having a hard time starting a new project? You aren’t alone. After more than 11 months of designing and programming (which invariably involved numerous successes and failures), many engineers are simply spent. But don’t worry. … Continue reading

DIY 10.1˝ Touchscreen Home Control System
Domotics control system

Domotics (home automation) control systems are among the most innovative and rewarding design projects creative electrical engineers can undertake. Let’s take a look at an innovative Beagle Board-based control system that enables a user to control lights with a 10.1˝ capacitive touchscreen. … Continue reading

DIY Solar-Powered, Gas-Detecting Mobile Robot
Take a look at the complete SOPHOCLES design.
The case for the optical gas sensors, consisting of the
multicolor LED and the TSL250 in front of the robot,
has been removed to give you a better view. The
CMOS camera is placed on top of the robot, and the
radio modem is hidden behind the camera so only the
antenna is visible. A flexible cable connects the camera
with the MSP430 microcontroller.

German engineer Jens Altenburg’s solar-powered hidden observing vehicle system (SOPHECLES) is an innovative gas-detecting mobile robot. When the Texas Instruments MSP430-based mobile robot detects noxious gas, it transmits a notification alert to a PC, Altenburg explains in his article, “SOPHOCLES: … Continue reading

Propeller Games (P2): Game Logic
Two tips: Wire the segments from the bottom of the display to the bottom of the Propeller.  Wire from the top of the display to the top of the Propeller.

In the first part of this article series on Parallax Propeller-based gaming projects, I hooked up the hardware for the Hi/Lo game on a breadboard. Now I’ll write the game logic. The finished code is available here. The power of the Propeller chip is … Continue reading

Propeller Games (P1): Hi Lo
Two tips: Wire the segments from the bottom of the display to the bottom of the Propeller.  Wire from the top of the display to the top of the Propeller.

Welcome to the Propeller Games! In a few installments, I’ll present several gaming projects that use the Parallax Propeller chip. The Propeller is perfect for gaming with its multiple CPU cores to handle simultaneous gaming activities and its on-board video … Continue reading