Arduino Hardware Details

arduino

The Arduino board is a small microcontroller board, which is a small circuit (the board) that contains a whole computer on a small chip (the microcontroller). This computer is at least a thousand times less powerful than the MacBook I'm using to write this, but it's a lot cheaper and very useful … [Read more...]

7 step checklist for Proper Soldering

good-soldering-technique

In this post i gave the checklist that will be helpful to you while soldering.If you don't know the basics of soldering read it here. Prepare the joint. Clean all surfaces and conductors thoroughly with fine steel wool. First, clean the circuit traces, then clean the component leads. Prepare … [Read more...]

How to Identify the capacitance value of ceramic capacitor

find-capacitor-values

Have you ever wondered why finding values of capacitors ( ceramic capacitors )  is not much easier like Resistors,If you dont know what capacitor is read this article  and continue reading. This table is designed to provide the value of alphanumeric coded ceramic, mylar and mica capacitors in … [Read more...]

PicBasic and PicBasic Pro programming – Part 1

Microcontroller-program

BASIC is one of the oldest and one of the easiest programming languages to learn. You should be able to learn and program in BASIC in less than an hour. In this chapter, we shall be looking at the principles of programming PIC microcontrollers using the PicBasic and PicBasic Pro languages. Both … [Read more...]

Tips to Buy Rare Electronics Components ?

Rare electronic components

Electronic component sales have increasingly shifted to the Internet during recent years, particularly in English-speaking countries. That’s hardly surprising. It’s nearly impossible for a local electronics shop to keep up with the enormous range of components and continuous stream of new … [Read more...]

Introduction to 3D technology

People Watching 3-Dimensional Movie

3-D films have existed in some form since the 1950s, but had been largely relegated to a niche in the motion picture industry because of the costly hardware and processes required to produce and display a 3-D film, and the lack of a standardized format for all segments of the entertainment … [Read more...]

Future of Lighting Source – OLED

oled_01

What is an OLED ? OLED (Organic Light Emitting Diodes) is a flat light emitting technology, made by placing a series of organic thin films between two ORGANIC conductors. When electrical current is applied, a bright light is emitted. This layer of organic semiconductor material is situated between … [Read more...]

Circular Led Light Chaser using Arduino

circular led chaser arduino

This a Project for Arduino beginners,The led's formed as circle glows one by one with some time delay will be interesting to see in action.   To build this project you will need: 10 LEDs any color will do. Some wire, I used a ribbon cable I had Most importantly, an Arduino … [Read more...]

Why Students should use Linux Operating System

Why Students should use Linux Operating System

Linux is an more developer friendly kernel released in October 5, 1991 by young and dynamic programmer of that time named Linus Torvalds.Now in this post we are going to review the advantages of using Linux over other operating system and this post will be more concentrating on students since … [Read more...]

MATLAB program for Signal Operations

Download MATLAB manual for Digital Signal Processing,free matlab manual for DSP,DSP manual,DSP matlab manual,download matlab guide for DSP,digital siganl processing matlab manual,matlab catalog for DSP

Matlab is included in curriculum of many Engineering colleges,so here we gave the simple matlab program which will depict the singal operations like Scalar Multiplication of signals,Time reversal,Time folding,Time scaling etc.... Signal multiplication: y(n)=x(n) * h(n) Signal addition: … [Read more...]