Simple Serial Downloader for AT89S51/AT89S52

SDownldr.exe is a software to program a AT89S51/AT89S52 serially through the parallel port. This Software is included in the Microcontroller Project Circuit diagram for this ISP downloader is as follow: The Serial Downloader circuit above using the power supply from the parallel port. However, not all parallel port capable of providing enough current for this…

Redirect without changing the address in the address bar

Redirect is the process of transferring the url address to another address. For example, you can type http://www.example1.com but when you hit enter, the page that appears is a page on http://www.example2.com. The transfer of the above can be done in various ways, eg by javascript:

If the script above is placed on index.html…

Adding an Alarm for Motorcycle Safeguard with Touch Sensor

Adding an Alarm Touch sensor as a motorcycle security is already quite sacure. However, adding an alarm is a plus for securing your motorcycle. If the motorcycle’s lock is rotated to the ON position, then if in about 6 seconds, the touch sensor is not touched yet, the alarm will be activated. For those of…

Motorcycle Safeguard with Double Touch Sensor

At the Motorcycle Safeguard with Touch Censor, we’ve created a mechanism to make relay on if the sensor is touched and remained active even though the hand had been released from the sensor. With only one sensor the security of motorcycle is pretty good. However, sometimes people like to overdo in acting. Therefore, some people…

SSMaker, tool for creating seven segment constant

SSMaker.exe is a program to help make a lighting table of seven segment. Click on the segment to be switched on or off. After that, the table to form the light will be instantly displayed. Lights are represented by the value bit 0. To make the light represented by the value bit 1, check the…