| by sohil4932 | No comments

Kinect + Windows Sdk Beta

Before 3 months I bought my kinect,but I did not get chance to work on it.Before 3 days I decided to do something with my kinect.After reading lots of documents and blogs ,I decided to use New Microsoft Kinect for Windows SDK beta for further use.Here I will show you step by step how to […]

Read More
| by sohil4932 | 11 comments

Tutorial : 10×8 LED Matrix + Arduino

       In this tutorial I will show you how to build a quite fancy 8 by 10 L.E.D matrix(with scrolling text and animations) using the Arduino and 4017 decade counter. This type of matrix is easy to make and program and it is a good way learn about multiplexing.     Components : 1. […]

Read More
| by sohil4932 | No comments

NanoSoft : Technology Page

Me and my two friends created a new Technology page on facebook. Aim : Ever faced the situation where you had a ground breaking idea but could not implement it or pursue it further because you got stuck due to lack of proper guidance? At NanoSoft, we are a group of enthusiastic engineers with expertise in different […]

Read More
| by sohil4932 | 32 comments

Tutorial : Hand Controlled Robot

INTRODUCTION:As we all know Techfest-2012 site and events launched. So,I decide to make small tutorial for those who want to participate in Magneto.Task is to build a wireless controlled machine that is controlled solely by wrist movement. Here I try to explain one of my idea about how you can also make your own hand controlled […]

Read More
| by sohil4932 | No comments

BMW PaintBrush : Application of Augmented Reality

BMW PainBrush is software based on Augmented Reality concept.Downloading the software, printing out the symbol and holding it up to your webcam will allow you to see your own miniature Z4 on your screen, which you can then drive around using keyboard commands. Video : Instructions : 1)Download the following pdf file and take print […]

Read More
| by sohil4932 | No comments

MSP-EXP430FR5739

I won this board through RoadTest.RoadTest is a group dedicated to testing and reviewing new products.  The MSP-EXP430FR5739 Experimenter Board introduces TI’s first embedded ferro-electric random access memory (FRAM) based MCU, the MSP430FR5739. The experimenter board is an ideal platform for evaluating the latest in embedded memory technology while allowing the user to easily develop, […]

Read More
| by sohil4932 | 1 comment

GloveMote

Do you want to control your TV and Stereo system with the help of your hand? Here I try to develop universal remote control based Glove,having a single Infrared LED with XL_STAR board, it can impersonate remotes for your TV, fans, lights, etc.Here I post code for Sony TV and Stereo system. Design of GloveMote […]

Read More
| by sohil4932 | No comments

Swarmanoids : I have seen the Future in these

Imagine that you want a book that is located on a shelf several rooms over, but you do not want to get out of your chair.You have two options, (1)You get up and fetch the book yourself (2)You have an army of Swarmanoids to do your bidding This robotic swarm is the pet project of [Dr. Marco Dorigo] […]

Read More
| by sohil4932 | No comments

Tutorial:Inroduction to OpenCv

If you want to use OpenCV with Visual Studio than follow my Previous post “Tutorial:How to Build OpenCV in VS 2008“ Some Important Command: Allocate an image: IplImage* cvCreateImage(CvSize size, int depth, int channels);   size:  cvSize(width,height);   depth: pixel depth in bits: IPL_DEPTH_8U, IPL_DEPTH_8S, IPL_DEPTH_16U,IPL_DEPTH_16S, IPL_DEPTH_32S, IPL_DEPTH_32F, IPL_DEPTH_64F   channels: Number of channels per […]

Read More
| by sohil4932 | 1 comment

Tutorial:How to Build OpenCV in VS 2008

Small tutorial on how to build OpenCV in Microsoft Visual Studio 2008. Download CV:http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.1/ Note : If you are using VS 2008,do not install CV2.2,Use CV2.1

Read More