Posts Tagged ‘microcontroller’

Roll Your Own Electronic Lock

by Dhananjay V. Gadre

Electronic security locks, popularly known as “dongles,” are commonly used to deter software piracy. This idea describes a simple yet-powerful design of such a security lock using the linear feedback shift register (LFSR) principle. The lock, which is implemented using Atmel’s AT90S2323 AVR RISC microcontroller, connects to the PC’s RS-232 serial port. The lock uses the PC’s serial port to communicate to the PC, as well as derive power for its own operation. Commercially available dongles come in various shapes and connectivity. The most common type connects to the PC’s parallel port. Increasingly, dongles with USB connectivity also are appearing, and those using RS-232 connections exist as well.

Read more…

Be the first to comment - What do you think?  Posted by klikwae - June 25, 2009 at 12:06 am

Categories: electronic   Tags: , , ,

Controlling the Brightness of an LED (Using PWM)

It is easy to use a microcontroller to turn LEDs on and off in almost any pattern you want. (Click here for more information.) But you can only turn the LED on and off. So what if you want to control the brightness of the LED? The same problem comes up in robotics where you want to control the speed of a motor with a microcontroller. It is not good enough to just turn the motor on and off. To control the brightness of the LED or speed of the motor you have to control the amount of current going through the device. But how? One solution that may occur to you is to quickly turn the LED or motor on and off. The current only flows when the output is low (for microcontrollers LED circuits are usually wired so current flows into the microcontroller when the output is low, as shown in the tutorial at http://www.iguanalabs.com/1st2051.htm). The output of your microcontroller will look like the following square wave. Read more…

Be the first to comment - What do you think?  Posted by klikwae - June 22, 2009 at 12:03 am

Categories: electronic   Tags: , , , , ,

Conventional Microcontrollers

80C31/80C51 – 80C515/80C535 – 80C517/80C537

source : Batronix
Read more…

Be the first to comment - What do you think?  Posted by klikwae - December 26, 2008 at 12:14 am

Categories: electronic   Tags: , , , ,

Instructions Set of the MCS-51

All instructions of the mcs-51 microcontroller are shown on 79 pages.

For example the instruction JB bit,rel:
Read more…

1 comment - What do you think?  Posted by klikwae - December 24, 2008 at 12:14 am

Categories: electronic   Tags: , , , ,

Flash Microcontrollers

AT89C1051 – AT89C2051 – AT89C4051 – AT89C51 – AT89C52 – AT89C55 – AT89C55CWD – AT89S8252 – AT89S53

Source : Batronix
Read more…

1 comment - What do you think?  Posted by klikwae - October 28, 2008 at 1:28 am

Categories: electronic   Tags: , , , , , ,

The Prog-Studio 6 Software

Aside from basic functions such as the reading, programming, comparison copying and erasure of chips in the Batronix programming devices, the Prog-Studio 6 software offers numerous other functions. The Hex/ASCII editor gives you many options for working with the component contents, and the MC editor integrates a comprehensive compiler/assembler/debugger for developers of microcontroller applications. Read more…

Be the first to comment - What do you think?  Posted by klikwae - October 7, 2008 at 12:04 am

Categories: Software, electronic   Tags: , , , , , ,

8051 C-Compiler uC51 Software

The µC/51 compiler is well known for it’s high quality and high density code. You can develop high quality software for any 8051 in ANSI C. µC/51 comes with an incredible optimizing compiler, you can even write software in ANSI C on 8051’s with 1kB of code memory! µC/51 is absolutely complete: user friendly multi file editor, compiler, assembler, downloader, source level debugger. It’s a complete toolchain – You won’t need anything else.

Read more…

2 comments - What do you think?  Posted by klikwae - at 12:04 am

Categories: Software, electronic   Tags: , , , , ,

USBasp – USB programmer for Atmel AVR controllers

USBasp is a USB in-circuit programmer for Atmel AVR controllers. It simply consists of an ATMega8 and a couple of passive components. The programmer uses a firmware-only USB driver, no special USB controller is needed. Read more…

Be the first to comment - What do you think?  Posted by klikwae - October 6, 2008 at 12:01 am

Categories: electronic   Tags: , , , , , , , ,