Pulse Width Modulation Simulation in Micro-controllers(PIC16F877)
This simulation depicts generation of PWM waves using Flow Code Simulation techniques. It will help to understand how to control speed of...

This simulation depicts generation of PWM waves using Flow Code Simulation techniques. It will help to understand how to control speed of...
In this simulation we are working with two servo channels as output and two ADC channels for input.Degree of rotation of servo is control...
Flow Code for AVR controllers is used by me here.This software is best for starters as well as for experts for simulation of whole projec...
In series of development boards,now i am presenting smallest controller of mega series i.e. Atmega-8. This controller comes handy in cas...
Here i am presenting something interesting for you guys.This is Atmega-32 based development board.Its prominent features are: Fig: Atmega...
In this project Serial Bluetooth adapter was used which was to be controlled by laptop using hyper-terminal. Instead of...
For sometime now i have been working on VB6 coding and its utilization in developing GUI's for micro-controller based products like dev...
Doing technical assessment of the old set of the machine at National Metal at their manufacturing facility. You can see the actual mach...
Here Stepper motor is being used for driving the Slider bench in forward and backward direction. You can see the ...
Quick-fire is DIY developed for by me for Embedded training in company.Since company is entering in field of Industrial training of ...
This Robot was designed by Group of students from R K College Rajkot,During their technical training program in NSIC Rajkot,Gujrat,Indi...
This Robot was designed by Group of students from R K College Rajkot,During their technical training program in NSIC Rajkot,Gujrat,India.In...
This robot works on radio frequency and the range they have tested is around 500 meters.It was tested inside NSIC campus.It was fun and as...
This Robot was designed by Group of students from R K College Rajkot,During their technical training program in NSIC Rajkot,Gujrat,India.In...
This Robot was designed by Group of students from R K College Rajkot,During their technical training program in NSIC Rajkot,Gujrat,India....
Maximum No of people doing handshake at KhodhalDham, kagwad.Rajkot,Gujrat,INDIA. (We did it) 3:45 am 21st Jan 2012 First of all thanks...
Snaps of Groups Doing Intern Ship At NSIC Project work at NSIC Rajkot, Gujrat, India Different group of students working together on ...
Connections For At-mega 16/32 Controllers for Serial Communication Note: there is no need for reset button at PIN 9 if you are not ...
SUMIF formula is very versatile and can provide solution for many business needs. Let’s say that you have a couple of columns. You would like to ... Readmore
In some cases,You am creating spreadsheets where others will be entering data. In these sheets,you want to make the data entry as automated and err... Readmore
We have done some tiring research and some juggling to presents you some tips and tricks related to Microsoft Office... Readmore
Sometimes,you have a list of items in Excel that I would like to filter through the data to get rid of the duplicates. One way to find only uniq... Readmore
In the process of helping someone from another country,You had to figure out some exchanges between our American standard of measure and the Metric... Readmore
You can use the Table feature to help you calculate, format and sort data quickly. If you have ever needed to make an Excel spreadsheet look good in... Readmore
For those of you who use the database features in Excel, leading zeros may present a problem. For example, say you are entering names and addresses.... Readmore
If you have ever needed to make an Excel spreadsheet look good in a hurry, then you need to use the table feature. It was introduced a couple o... Readmore
The Auto Complete feature in Excel for formulas will save you time. When you start typing in an Excel function in a cell, you don’t have to type... Readmore
This is one of the fastest ways to create a chart in Excel. After you select the data you want to include in the chart, just hit the F11 key on t... Readmore
A printed circuit board (PCB) mechanically supports and electrically connects electronic components using conductive tracks, pads and other feature... Readmore
A printed circuit board (PCB) mechanically supports and electrically connects electronic components using conductive tracks, pads and other feature... Readmore
Proteus 3D Work-In proteus "I'll put here some components created for use in Proteus software : Isis for schematic drawing, Ares for PCB desig... Readmore
Proteus-Circuit board layout Beta Layout Limited Labcenter has combined with Beta-Layout Ltd to offer all our customers a cost effective and stre... Readmore
This tutorial shows you how to create circuits in Proteus Isis, simulate them and then create PCB with Proteus. Proteus is software for microproces... Readmore
We have started series of C programming Q&A for job interview for freshers.Computer / IT Engineering Professionals and Students alike will be... Readmore
We have started series of C programming Q&A for job interview candidates.Engineering Professionals and students alike will be benefited.We reco... Readmore
We have chosen Java Oracle J2EE, J2SE, Net-beans, JVM ( Java Virtual Machine ) as our readers choice.We have created Objective Type Multiple Answer... Readmore
Here we have collected frequently asked question in job interviews.We have chosen Java as our readers choice.You will find these helpful.We encoura... Readmore
We have started series of C programming Question bank for job interview candidates.Engineering Professionals and students alike will be benefited.W... Readmore
1. We can insert pre written code in a C program by using #read #get #include #put Answer: Option 3 2. Differe... Readmore
Atmel Studio 7 is the integrated development platform (IDP) for developing and debugging Atmel® SMART ARM®-based and Atmel AVR® microcontroller (MC... Readmore
The basics of the Visual Studio 2012 for Windows Desktop Integrated Development Environment (IDE) for writing, running and debugging your applicat... Readmore
A photo-resistor or light-dependent resistor (LDR) or photocell is a light-controlled variable resistor. The resistance of a photo-resistor decreas... Readmore
Questions:What potential problems can arise from typecasting a base class pointer into a derived class pointer so that the derived class's memb... Readmore
Questions: Why is Turbo C++ not able to find any of my #include files?Answers: The compiler searches for include files in the Turbo C++ Include Dir... Readmore
This post is for beginners who are either trying to use Turbo C/C++ for programming. Some frequently encountered problem and theirs solution in fo... Readmore
1. How will you change the value of a constant variable in C? Answer: Constant can be changed by using the pointer. Initialize a pointer to point t... Readmore
1. What are the differences between Arrays and Linked List Answer:- Arrays and Linked list both are list data structures used for maintaining a li... Readmore
1. What is the purpose of main() function? Answer:-main() is the user-defined function. main() is the first function in the program, which gets cal... Readmore