Archive for the ‘Miscellaneous’ Category.
August 2, 2010, 9:30 pm
Well, there is an old saying:“There’s no such thing as a free lunch.” After yesterday’s server upgrade, everything worked pretty well till sometime late this afternoon. Continue reading ‘Weekend Server Upgrade – Update’ »
August 1, 2010, 7:47 pm
I have finally got around to upgrade my web server. The server I have been using was an old Pentium III about 10 years old. It had been serving my website quite well over the years till recently. Continue reading ‘Weekend Server Upgrade’ »
June 26, 2010, 1:37 pm
This is what I ran into for the first time: I was flashing the chip the other day and after many successful runs I encountered the following infamous avrdude error: Continue reading ‘The Case For Using Parallel Programmer’ »
May 21, 2010, 11:35 am
The Google PAC-MAN logo is actually a live game! Continue reading ‘Google PAC-MAN’ »
February 20, 2010, 9:31 pm
Using PC’s parallel port is a convenient way to control a stepper motor. For unipolar stepper motors, up to two motors can be controlled with the 8bit data line. Continue reading ‘A Parallel Port Stepper Motor Driver With Discrete Components’ »
February 4, 2010, 9:48 pm
Using DTR (data terminal ready) and RTS (request to send) pins of a PC serial port (RS-232) without actually using the serial data pins, we can interface at least two relay devices with a computer. Windmeadow Labs has an excellent article on how to achieve this using a bipolar transistor (BJT). Here I will show you a similar relay control circuit built using an opto-isolator and a MOSFET. Continue reading ‘An Isolated MOSFET Serial Port Relay Controller’ »
January 18, 2010, 10:27 pm
One of my older CRT TVs does not have a built-in degauss button and after sitting in the corner of the basement for a couple of years, it somehow got magnetized pretty badly. The top two-thirds became totally disclorored with the “rainbow” effect. Continue reading ‘Building a Degaussing Coil’ »
January 6, 2010, 7:46 pm
A touch sensitive on/off switch can be made with a single MOSFET. The following schematics illustrate such a switch using only a power MOSFET (IRFZ22). Continue reading ‘The Simplest MOSFET On/Off Switch’ »
December 13, 2009, 10:02 pm
When Google Chrome beta for Windows was first released last September, I tested it briefly on a Windows XP box and was quite impressed by its speed and simplistic user interface. Continue reading ‘My First Few Days With Chrome for Linux Beta’ »
December 5, 2009, 8:42 pm
Hall effect sensors can be found in many common household gadgets. Most brushless DC motors for instance, like those used in computer cooling fans, contain Hall effect sensors in the driving circuits. Continue reading ‘A Hall Effect Magnetic Field Polarity Detector’ »
November 15, 2009, 9:49 pm
A palindromic prime (palprime) is a prime number that is also palindromic. So out of curiosity I wrote a simple program a few days ago that can find the palindromic numbers within a given range. Here is the code in C++: Continue reading ‘A Simple Program for Finding Palindromic Prime Numbers’ »
November 8, 2009, 10:03 pm
Many of you may still remember the capacitor plague that caused massive motherboard failures back in the early 2000s. While the practice of using cheap and unreliable electrolytic capacitors in computer components has largely died down nowadays, it seems that the issue has cropped up elsewhere. Continue reading ‘CFL Capacitor Problem’ »