Category: Uncategorised

Category: Uncategorised

Disable Unwanted Windows XP Services
1st January 2010 Uncategorised admin

  XP has tons of services enabled by default. By knowing what these services do , you can really speed up your system by disabling the ones you don’t need.Many services can be modified to increase the speed of your system.   If you ever find something not working correctly, you should reset it. However,

Read More
Bloom Box Energy:New energy source
1st January 2010 Uncategorised admin

  While most of us were still celebrating Sachin’s amazing feat, there was a celebration of a different kind going on at Silicon Valley. eBay’s headquarters played host to the unveiling of energy startup Bloom Energy’s – Bloom Box!.Bloom Box is supposed to be a new type of fuel cell and has been nicknamed -’Power

Read More
PIC Microcontrollers
16th May 2009 Uncategorised admin

The PIC Microcontroller Family

 

The PIC microcontroller family is manufactured by Microchip Technology Inc. Currently

they are one of the most popular microcontrollers, used in many commercial and industrial

applications. Over 120 million devices are sold each year.

The PIC microcontroller architecture is based on a modified Harvard RISC (Reduced Instruction

Set Computer) instruction set with dual-bus architecture, providing fast and fl exible design

with an easy migration path from only 6 pins to 80 pins, and from 384 bytes to 128 kbytes of

program memory.

PIC microcontrollers are available with many different specifi cations depending on:

 

• Memory Type

– Flash

– OTP (One-time-programmable) …… READ MORE

Read More
Code Optimization
1st March 2009 Uncategorised admin

Introduction A number of guidelines are available for C code optimization, there is no substitute for having a thorough knowledge of the compiler and machine for which you are programming. Often, speeding up a program can also cause the code's size to increase. This increment in code size can also have an adverse effect on

Read More
Vulnerability Assesment and Penetration Testing
1st March 2009 Uncategorised admin

  Vulnerability Assesment and Penetration Testing   There are hundreds of free security tools available on internet.Here I will try to give a comprehensive list of set of security tools which can serve the complete puropse of Vulnerability Assesment and Penetration Testing.Vulnerability assesment involves finding the known/unknown vulnerabilities in a computer systems or a network.Penetration

Read More
PCI Gen 3
27th February 2009 Uncategorised admin

The PCI-SIG, an industry organization dedicated to developing and enhancing PCI/PCI Express (PCIe) technology, has successfully developed the PCI, PCI-X and PCIe Gen 1 and Gen 2 interconnect protocols and promoted the deployment of these technologies since PCI's inception in 1992.

In early 2008, the PCI-SIG announced the establishment of a workgroup chartered with the development of the next generation of PCIe " the PCI Express Base Specification 3.0, or PCIe Gen 3.

The Gen 3 specification is yet another step forward in enhancing the usefulness of the PCIe protocol by doubling the effective bandwidth and adding protocol enhancements to increase end-system performance.

Leading up to this development, IBM and Intel in 2006 launched an initiative called Geneseo, proposing extensions to the PCIe protocol for high-performance computing and visual processing.

Recommendations from this initiative were provided to the PCI-SIG as potential PCIe protocol enhancements. In addition to the adoption of Geneseo, several other engineering change notices (ECNs) were released by the PCI-SIG, providing enhancements for the efficiency and usefulness of the PCIe protocol.

READ MORE……

Read More
Modern Engineers
25th February 2009 Uncategorised admin

  Introduction In the days of modern means of obtaining information ,Anyone with amost no knowledge can write code. Even teenagers can sling gates and PAL equations around. What is it that separates us from these amateurs? Do years of college necessarily make us professionals, or is there some other factor that clearly delineates engineers from hackers? With

Read More
Introduction to Microcontrollers
25th February 2009 Uncategorised admin

Introduction

A microcontroller is a computer with most of the necessary support chips

onboard. All computers have several things in common, namely:

 

  •  A central processing unit (CPU) that ‘executes’ programs.
  •  Some random-access memory (RAM) where it can store data that is variable.
  •  Some read only memory (ROM) where programs to be executed can be stored.
  •  Input and output (I/O) devices that enable communication to be established

 

with the outside world i.e. connection to devices such as keyboard, mouse,

monitors and other peripherals.

There are a number of other common characteristics that define microcontrollers.

If a computer matches a majority of these characteristics, then it can be

classified as a ‘microcontroller’. Microcontrollers may be:

 

READ MORE…….

Read More
Principle of Electronics
25th February 2009 Uncategorised admin

Atoms and electrons

Everybody knows about atoms and electrons don't they? Well we could skip this part but of course we won't because you will likely learn something new.

Electron theory states all matter is comprised of molecules, which in turn are comprised of atoms, which are again comprised of protons, neutrons and electrons. A molecule is the smallest part of matter which can exist by itself and contains one or more atoms.

If you turn on a light switch for example you will see the light bulb (globe) glow and emit light into the room. So what caused this to happen? How does energy travel through copper wires to light the bulb? How does energy travel through space? What makes a motor turn, a radio play?

To understand these processes requires an understanding of the basic principles. For the light to glow requires energy to find a path through the light switch, through the copper wire and this movement is called electron flow. It is also called current flow in electronics. This is the first important principle to understand.

READ MORE…..

Read More
Electromotive Forces
25th February 2009 Uncategorised admin

Development of Electromotive Force

•  Faraday's Law 
•  Application of Faraday's Law 
•  A Single Coil DC Motor 
•  Motor Constants 

Faraday's Law

In the early 1830’s, Michael Faraday and Joseph Henry independently discovered the relationship between changing magnetic fields and induced EMF in circuits. If B is the flux density of a constant magnetic field and a conductor is moved through this field at a velocity V, an EMF E is generated in the conductor such that: 
                                                                     E=BxV 

If the conductor is part of a complete electrical circuit with a resistance R, then the EMF will produce a current in the conductor such that: 

                                                                     I = E / R = B x V / R

The development of an EMF in a conductor moving in a magnetic field is the principle on which many types of tachometers are based. By using the commutation 
techniques described in the next section, a rotary device can be constructed which has, as its input, a rotary mechanical motion and, as its output, a voltage proportional to that input rotational velocity. Another specific application of Faraday’s Law is used in electric motors. That is, if a conductor of length L carrying a current I is placed in a magnetic field B, a magnetic force F is created such that:

 

READ MORE……

Read More