Quantcast
Channel: MyClassBook
Browsing all 368 articles
Browse latest View live

Flash ADC or Parallel ADC and its Working Principle

Another type of ADC is parallel ADC. Parallel ADC is called as Flash ADC. Its response is very fast. it converts analog signal into digital signal using parallel set of comparators. As its conversion...

View Article


Mobile Battery Charger Mini Project

Hi friends, in the series of engineering mini project we have seen many useful circuits in day to day life. Today we are going to make another simple but very useful mini project which is Mobile...

View Article


LabVIEW Program for degree Celsius to Fahrenheit Conversion

Hi friends, today we are going to learn a simple program using LabVIEW. This might be your first program using LabVIEW. Here we are going to convert temperature readings from degree Celsius into degree...

View Article

How to save LabVIEW Program in Image format

In this short tutorial I am going to show how to export LabVIEW program in image format. Using these steps you can save LabVIEW program in different image formats like PNG, JPG or GIF. Do following...

View Article

How to make a Constant Current Source using LM317

Hi friends, today we will see how to make a constant current source using a LM317 regulator and a single DC supply. You can vary the magnitude of current using the formula given below. Circuit diagram:...

View Article


Temperature Indicator using PIC microcontroller

Hi friends, today we will see how to make temperature indicator using PIC microcontroller. The basic aim of this project is make you familiar with PIC microcontroller. It also explains how LM35 and 7...

View Article

How to Interface Arduino with LabVIEW

Hi friends, here we will see how to interface arduino (or freeduino) with LabVIEW. In this post a step by step tutorial is given on LabVIEW Interface For Arduino (i.e. LIFA). Follow the steps in given...

View Article

Temperature Controller Project using LabVIEW and Arduino

Hi friends, here we are going to build a small engineering project based on LabVIEW and Arduino. In this project we are making Temperature controller using Arduino and LabVIEW. We will operate a...

View Article


How To Allow Visitors To Upload Files To Your Website

In this tutorial we are going to learn about how to allow visitors to upload their files on your website. Let me clear you one thing that those uploaded files will be saved in your Dropbox folder. Many...

View Article


How to Improve Smart Phone Battery Life

Hi friends, in this post we will see 5 best ways to improve battery life of your smart phone. Yes it possible to extend battery life of your smart phone by taking some simple precautions that we will...

View Article

List of Final Year Projects for Instrumentation Engineering

Hello friends. It is very important to choose a good project in your final year of engineering. Your project should be attractive, innovative and more important is its output. If you successfully built...

View Article

How to Make Online Quiz Website for Free

Hi friends, in this post I am going to tell how to make online quiz website for free. Many bloggers want to make an online quiz website but due to difficulties in programming they can not make such...

View Article

How to Unlock Forgotten Pattern Lock Without Factory Reset

Whatever built in security functions available in smart phone, pattern lock is one of widely used security feature. The top most layer of smart phone security is its pattern lock. Many of us keep...

View Article


JAVA Program to Find Simple Interest with Output

Hi friends! Here we will see how to calculate simple interest using JAVA Program. We will see each and every line of code in the explaination part of the program. Following code illustrates JAVA...

View Article

Assignment Operators in JavaScript – Tutorial 13

In the previous JavaScript tutorial, we have seen math operators in JavaScript. In this article, we are going to learn about different types of assignment operators used in JavaScript. This tutorial...

View Article


if Statement in JavaScript – Tutorial 14

Hi friends, in this tutorial, we are going to learn if statement in JavaScript. We will also see compare operators in JavaScript. Basically, if statement is a simple way to have your computer to make...

View Article

if else Statement in JavaScript – Tutorial 15

Hi friends, in the previous JavaScript tutorial we have seen if statements. Today we are going to learn if else statement in javascript. We have seen that if the assigned test is true, if statement...

View Article


Nested if Statement in JavaScript – Tutorial 16

Hi friends, in the previous JavaScript tutorial, we have seen how we can make use of if else statement to perform different actions. In this tutorial, we will see how we can use multiple if statements...

View Article

Complex Conditions in JavaScript – Tutorial 17

Hi friends, in previous JvaScript Tutorial, we have seen how we can use nested if statements for checking multiple conditions. Nested if method, is easy but becomes difficult to implement if you have...

View Article

Switch Statement in JavaScript – Tutorial 18

Hi friends, in this JavaScript tutorial we are going to learn about Switch Statement in JavaScript. You may be familiar with Switch statement in C, JAVA, etc. Similarly, we can use Switch statement in...

View Article
Browsing all 368 articles
Browse latest View live