Beverage Packaging machine
Beverage Packaging machine This Beverage Packaging machine,which was earlier was being used in mechanical mode has been automated by Me a...

Beverage Packaging machine This Beverage Packaging machine,which was earlier was being used in mechanical mode has been automated by Me a...
Work Shop held At Neeraja Modi School, Jaipur,Rajasthan Here we are giving some sneak pics of the wonderful moments spent with...
Work Shop held At MNIT, Jaipur, Rajasthan Related Robotics Work Shops Project work at NSIC, Rajkot, Gujrat, India...
Project work at NSIC Rajkot, Gujrat, India Different group of students working together on various projects... Related Robotics Work Sh...
Hi Friends I am here again with new and interesting news.We have started doing Engineering Projects at NSIC Technical Services Center – ...
Presenting Stepper motor driver , programming done on Atmega32 micro-controller . Can be used with any accessories and any add on ,and c...
....The Monster.... Ooopssssssss What is this??????? Do it looks like Monster .............. may be Octopus... Don't worry it ...
Servo Controller Servo controller ,by using simple logic,can be used for making joy stick type Robotic Arm Joy Stick Arm Beauti...
Robotics camp was organised in OM Shanti College, Rajkot, Gujarat,India, By our company Electro Robotech. Our Mentor has something to sa...
Robotics camp was organised in OM Shanti College, Rajkot, Gujarat,India, By our company Electro Robotech. One of the groups Road Racer exp...
Robotics camp was organised in OM Shanti College, Rajkot, Gujarat,India, By our company Electro Robotech. One of the groups Star Strike...
Robotics camp was organised in OM Shanti College, Rajkot, Gujarat,India, By our company Electro Robotech. From dais our manager is sha...
This robot vehicle uses a light sensor to follow a color boundary on a smooth surface, such as the thick black line on the Test Pad inclu...
EXhibition AT NSIC,Rajkot,GUJ,INDIA. --- This was our Transporter and Distributor of our Pamphlets.(See others P...
This is Automatic tube painter,just insert the tube and rings will be painted,It will not just save labour cost but increase production....
The operation of a DC motor is dependent on the workings of the poles of the stator with a part of the rotor, or armature. The stator c...
We have started series of C programming Q&A for job interview for freshers.Computer / IT Engineering Professionals and Students alike will be benefited.We recommend our user to go through pre...
We have started series of C programming Q&A for job interview candidates.Engineering Professionals and students alike will be benefited.We recommend our user to go through previous post to enha...
We have chosen Java Oracle J2EE, J2SE, Net-beans, JVM ( Java Virtual Machine ) as our readers choice.We have created Objective Type Multiple Answer Question Collection that are frequent in job inte...
Here we have collected frequently asked question in job interviews.We have chosen Java as our readers choice.You will find these helpful.We encourage our Readers to send in their suggestion. If re...
Technology is always being the vital part of evolution either mobile phones or computer all are the part of it. Electronics have made things so easy and reliable for human being s. very few schools in...
A detailed and complete knowledge guide for fresher's to crack their interviews in Embedded Programming. Looking for a job contact <a href="http:/celebratejobs.com/>celebratejobs</a&...
It was very useful for me. Keep sharing such ideas in the future as well. This was actually what I was looking for, and I am glad to came here! Thanks for sharing the such information with us.
LCD (Liquid Crystal Display) screen is an electronic display module and find a wide range of applications. A 16x2 LCD display is very basic module an... Readmore
Defining Moment for IngenuityDias.Our project work(Couple Entry Counting System Design) of KhodhalDham, Kawad, Rajkot, Gujrat, India was providing f... Readmore
1. Shown below is an op-amp integrator network –The output will be equal to the integral of the input, as long as the op-amp remains in its linear... Readmore
Op-amp with T-bridge Feedback Network-To build an op-amp with high closed-loop gain may require a high value resistor R2 which may not be easily ob... Readmore
Instrumentation Amplifier Configuration Some applications, such as an oscilloscope input, require differential amplification with extremely hig... Readmore
1. The op-amp configuration shown above is a voltage-follower often used as a buffer amplifier ===============================================... Readmore
•An op-amp can use negative feedback to set the closed-loop gain as a function of the circuit external elements (resistors), independent of the op-... Readmore
There are effective ways to learn a a computer programming language in Visual Basic. You must know your own reasons for learning Visual Basic. ... Readmore
Operational Amplifiers circuit symbol is shown abovewhere:V+: non-inverting input V−: inverting input Vout: output VS+: positive power supply VS−:... Readmore
VB.NET is a modern technology while VB6 is very old. But still there are some benefits of using VB6 over VB.NET. Though this is very controvers... Readmore
There are many development environments and tools for making a business solution. Visual Basic.NET is one of them. Visual Basic.NET is one of the ... Readmore
The mutex is a significantly safer mechanism to use for implementing mutual exclusion around shared resources. There are still a couple of problems... Readmore
To address the problems associated with semaphore, a new concept was developed during the late 1980’s.The major use of the term mutex appears to have... Readmore
In 1965, Edsger Dijkstra, a Dutch computer scientist, introduced the concept of a binary semaphore into modern programming to address possible race... Readmore
For Phone Book Application Program you need 2 Forms Form1: Will be used to search contacts. Form2: Will be used to add new contacts. Form1: Ad... 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