Monday, December 31, 2007
Make your own online store-Hassle Free
It has features like - It is quite secure and uses 128 bit SSL security and fraud alerts. The SSL feature is useful when credit cards are used because it provides utmost safety. The best feature is Search optimization - It keeps track of your ranking in searches and helps promoting your rank in searches and hence increase in sales are tremendous(After all Increase in popularity leads to increase in proportional sale). This software comes with a 10 days trial and after that you can own a customized Shopping Cart with only a small monthly fee. All these stores are hosted on their fast servers with 24x7 monitoring and constantly backs up all the data to prevent any data loss.
They also offer tech support listening to every query you ask.
All in all a good package deal.
Friday, November 30, 2007
ROBOT CHASSIS
Now it is important to select the material of the chassis. The selection criteria depends upon following factors:
(1) The size of the robot
(2) Budget
The larger the size of the robot the larger the weight bearing power is needed therefore for small robots wood or plastic materials are used for making the chassis.
For larger robots cast iron is used because it is cheaper and weldable(Can be easily welded other metal parts) but only problem is that it gets corroded easily,therefore it is usually painted on all sides. Another option for heavy robots is use Galvanized Iron sheets it is rust free but doesn’t weld. For light weight robots aluminum or brass sheets are used.
Selection of chassis is very important task because it acts as a housing for all other parts such as batteries,motors,sensors,wires and also gives the robot a specific shape.
Saturday, November 17, 2007
Monetization of your site
The ads shown are based upon the content of your site. Google adsense uses crawlers to crawl your content and ads are displayed according to the content your blog site.
This is just an introduction i'll will ellaborate each monetization technique afterwards
The links to various money making sites like adsense and widgetbucks are given on the left sidebar
for more info go to: www.monetizeurwebsite.blogspot.com
Wednesday, November 7, 2007
HAPPY DIWALI
November 9 , friday is Diwali It is a festival of lights. | |
Monday, November 5, 2007
How To make a Micromouse

A Micromouse is a maze solving autonomous vehicle which completes the maze within minimum time possible.
A micromouse has to cross the maze in minimum time therefore to achieve that it should rotate very fast.
A micromouse has the following parts :
1.Body i.e a micromouse's mechanical structure
Chassis:
The MicroMouse chassis is the main piece that holds together all the other parts.
It must provide enough space for the microprocessor, batteries, motors and sensors. The
chassis will be built with an easy to work material like plastic or aluminum. The
advantage of using aluminum would be to draw heat away from the motors, functioning
as a built-in heat sink, but plastic may be easier and cheaper.
The chassis need to be small enough so that is able to make a full turn inside a
maze block without touching the walls.
1.Micromouse should have a Robust and compact chassis.
2. Adequate to allow easy movement inside the maze.
The size constraints imposed by the dimensions play an important role in determining the shape and orientation of finished micromouse.
2. battery or power supply
The power supply can be vary from 5-24 volts and can be of normal lead acid,dry cell or others like mercury cell and lithium ion batteries.
3. Sensors
In the final MicroMouse, two types of sensors will be used. A row of proximity
sensors overhanging the top of the maze on both sides of the MicroMouse will be used to
keep the MicroMouse centered within the cell and for environment mapping in adjacent
cells.
Distance sensors will be used to detect the length of the path in
front, and possibly to the sides of the MicroMouse. These infrared sensors are relatively
low cost, have been used effectively in several MicroMouse designs, and transmit an
output related to the distance to the nearest object within a range of 10 to 80 cm. The
sensors will have to be calibrated to function predictably for varying maze and ambient
conditions
Link to IR Sensors
4.Microcontroller
The microcontroller is both the brain and the heart of the MicroMouse. Because
the device is autonomous, the microcontroller must control everything the MicroMouse
does while in the maze. Based on the inputs it receives from the sensors it must calculate
a path for the mouse to navigate the maze. It must also control the drive motors to move
the mouse and after reaching the goal reduce the path back to the starting square to an
optimal path. The microcontroller board must be low power and the entire board must be
smaller than 25 x 25cm.
The work on the microcontroller can be broken down into different functions:
path finding, movement, sensing, and crash recovery. The path finding algorithm will
receive inputs from the sensors, calculate the best move, then output commands to the
movement functions. Movement control and sensor data gathering functions will be
established early to ensure their proper function and allow ample time for debugging. In
order to combat unforeseen skids and collisions, a variety of crash recovery methods will
have to be developed. As with any large program, the functions can be worked on
simultaneously as long as strict variable passing rules are established before work begins
5. Locomotion
A Steering type drive is used in micromouse just like in cars.
For turns Stepper motors are used,the steeper motor controls the front wheels and for forward movement DC motors are used which controls the rear wheels.
Link TO Stepper Motor:
Related: Ahish Bhatt's Micromouse,Maze Solving Micromouse
|
Sunday, October 28, 2007
Dhananjay.v.gadre sir's great battery less dice
This circuit employs an AVR microcontroller and uses a faraday generator for generating the emf.
First the device is shaken many times and then the charge is stored in a very large capacitor.This capacitor provides the required potential to light the L.E.D's that make up the dice.
A random function generator generates a random number between 1 and 6.
See the demonstrative video:
How To Share Videos With Your Friends And Get Paid! Click Here.
Friday, October 26, 2007
Line follower
A line follower is an autonomous vehicle which follows a line path(straight or curved) that maybe of any colour.
what this statement means is that the line follower will move on its own by following the line.
I have always been fascinated by autonomous vehicles like micromouse, line follower the best thing about them is that they move without any external control.
So a line follower has the following requirements:
1. It requires a Sensory Device which would help detect the line.
2. It requires a Brain to control its motion helping to follow the line.
3. It requires Locomotion which would help it ro move along the line.
4. It requires a Mechanical Structure which would support all these devices.
SENSORY DEVICE:
The most important part of the line follower is its sensory part which detects the line.
It senses the line and produces an output in the form of potential drop.
For example, an LDR(Light Dependant Resistor) has different resistances for different intensities of light,low resistance for higher intensity and vice versa.
An IR sensor is also a good option as a sensory device it also produces a potential drop across it.
for more info on IR sensor:Link to IR Sensors
or u can also use an LED
For details for how to use LED as a sensor visit this site.
Though it is important to note that more the number of sensors employed the better the line follower becomes.But programming becomes more and more complex with increasing number of sensors
U can also use a web camera to detect the line and follow it using image processing for interpretation.
But it would increase the cost of the line follower by two folds.
BRAIN:
Now the signal produced by the sensors of the line follower is to be interpreted by a logic circuit.
This logic circuit can be purely electronic(if u are good at hardware) or using Microcontrollers like AVR or 8051 which u can program using C. Through a suitable program u can control the motion of the line follower. Suppose if u get a signal logic 1 as an input and if you're following a black line then u would move right or left accordingly.
for example if u have two sensors on both sides of the line and if detect logic 1 one and logic 0 on the other sensor(then u have moved on the left of the line) so to counter u will have to move to the right side.
This way u will follow the line.
Locomotion:
Now for locomotion of the line follower we require motors.We require lightweight motors which can have low torque and medium(now for controlling high rpm motors we require an H-bridge see article for fast change of change of direction)
The motors should be d.c. motors(it is preferable not use stepper motors instead use differential mechanism for the line follower).
Mechanical Structure:
We should use a lightweight chassis as the torque of the motors is low and so they cannot support large amount of weight. The chassis can be made of lightweight plastic or wood.
And we also need a large amounts of nuts,bolts and screws to fix the motors and the electronic parts of the line follower.
Watch this great video:
It is the video of a very fast Line follower and completes three laps in very less time.
It inspires a lot.
The name of the line follower is Jet.
Thursday, October 25, 2007
Amazing Video
Amazing Video - Watch today’s top amazing videos here
can anybody tell me how is the person able to do this thing
Saturday, October 20, 2007
Fridge magnet from hard drive
Link to the older post: 5 minute projects from Popsci
So i had a old damaged hard drive so i gave it a try:
This how my hard drive looks from outside
The problem was that i had a screw driver but the screws on the hard disk were hexagonal in shape
So i had to buy a TORX SET costing about 150-200 Rs
I unscrewed all the screws the result was i could see the inside of the hard disk
in the end i managed to remove a magnet for putting stuff on my fridge from the hard disk
Wednesday, October 17, 2007
Excellence
This is a video of a match between South Africa and Pakistan
The great thing about the match is the unmatched field effort by Jhonty Rhodes.
This is the Best RUN OUT I've seen
A real visual treat:
Sunday, October 14, 2007
NSIT-IEEE
Saturday, October 13, 2007
UBUNTU 7.10 released
The new 7.10 release has many new features:
1. A new GUI environment: The new Gnome 2.20
2. New 3D desktop effects
3. A new Desktop Search
4. Fast user switching
5. New extensions for Firefox browser
6. Dynamic Screen configuration
7. Fully Automatic Printer Configuration
and many other features like energy effecient mode
for more visit http://www.ubuntu.com/testing/710rc
If you want to try the trial version
download here: http://releases.ubuntu.com/releases/7.10
Friday, October 12, 2007
The HURRIQUAKE NAIL

Who might have thought so much innovation can be done on a simple nail then see this article on
Hurriquake Nail which is develop to resist natural disasters.
See this article:
Hurricane winds rip apart nailed-together walls, and earthquakes shake houses so violently that a nailhead can pull straight through a piece of plywood. Since we can’t stop natural disasters, Bostitch engineer Ed Sutt has dedicated his career to designing a better nail. The result is the HurriQuake, and it has the perfect combination of features to withstand nature’s darker moods. The bottom section is circled with angled barbs that resist pulling out in wind gusts up to 170 mph. This “ring shank” stops halfway up to leave the middle of the nail, which endures the most punishment during an earthquake, at its maximum thickness and strength. The blade-like facets of the nail’s twisted top—the spiral shank—keep planks from wobbling, which weakens a joint. And the HurriQuake’s head is 25 percent larger than average to better resist counter-sinking and pulling through. The best part: It costs only about $15 more to build a house using HurriQuakes. $45 per 4,000;
Wednesday, October 10, 2007
Innovision 2007
This innovision had more technical events.
The participation was at a high.
People from different colleges participated in events like Line Following Robot,Micromouse,Robowars and Carnage.
The new attractions were the auto show,the robotics display(by techtronics).
The event that attracted the most number of people was Nexus (organized by TRI)
The participants had to make a robot thathad to lift 4 blocks one at a time from the ground and place it on a height.
The link to the site : innovision07.com
Here are some pics and videos :
Thursday, September 27, 2007
STEPPER MOTOR
In such cases where we need to control the rotary position of the motor we can use stepper motors. Stepper motors have a tendency to make beginners feel uncomfortable about using them. But lets hope this air of discomfort about using stepper motors disappears once we are done through this article.
Stepper motors are motors available in round, square, rectangular shapes with 4 or more wires coming out of them.
In the permanent magnet stepper motor the rotor is a permanent magnet and the stator is a set of coils which are energized one after another. In the unipolar motors the direction of current in the coil doesn’t reverse (so UNI) while in the bipolar the current through the coil flows in both the directions (so BI).In both types of stepper motors there are two coils wound on the stator poles, which gives us 4 wires.
The difference is that in unipolar motors there is a center tap from each of the coil winding. These center taps are either brought out individually (which will give us 4+2 = 6 wires) or are shorted together and brought out (which gives us 4+1 = 5 wires)
Properties:
1) Digitaly controlled brushless motor that rotate a specific number of degrees (a step).
2) Number of degrees (resolution) can be between .72 to 90 degrees. General purpose steppers have a resolution of 15 or 30 degrees a step.
3) High precision, low torque.
The following figure shows a stepper motor deflected by 90 degrees
This occurs only when one coil is excited and other's are not.
The following figure shows half step where two adjacent coils are excited and therefore the rotor moves in between the coils .
By this we can move by 45 degrees.
|
IR Sensors

Line sensor:

AMPLIFIED SENSOR CIRCUIT
Description:
The circuit uses an comparator to compare the value detected and ouput logic ‘1’ or ‘0’ or ON and OFF.
We use an IR LED which will emit Infrared light and it will be reflected by the surface. The detector acts as a variable resistor whose value depends on the intensity of light falling on its surface. The higher the intensity, the lower is the resistance of the detector. The detector and R2 act as a potential divider. When the intensity is high (reflected from white surface), the resistance of detector is low and so the value of the potential is high. Similarly when the intensity is low (reflected from black surface), the resistance of the detector is high and so the potential is low.
This potential is compared with a reference potential. The reference can be varied by the potentiometer (pot). Calibration is required. You have to record potentials of the white as well as black surface and then find their ranges. According these potentials ten set the reference so that for white surface output is .high and for white black surface output is low.
An LED can also be used as a visual detector so that you can see whether the surface is black or white.
R3 resistor prevents excessive current to pass through the LED. The value of the resistor depends on the size and the colour of the LED. More the diameter of the LED , more is the current it will sink in. R1 should be chosen according to the LED. Usually for 3mm Red LED and 5V supply 330Ω is enough. R2 should be larger then the maximum resistance of the detector.
THINGS TO NOTE:
- The LED and detector have very narrow emission and detection angles, so keep them close so that the circuit functions properly.
- Metallic or glossy surfaces reflect more tend to reflect more light, so make sure you calibrate the device properly.
- Many objects are opaque to visible light (that means light doesn't pass through it, like wood, black plastic, metal), but are transparent to IR light.
- If you work in the sunlight make sure it doesn’t interfere with the function of the circuit. Usually sensors placed below the body of the robot are the least affected by it.
- Depending on resistor values, your IR circuit can be tweaked to better detect color instead of distance.
Tuesday, September 25, 2007
6 sixes in T-20
It was a great match,hitting six sixes in a row is a very difficult task.
But the task was performed with ease.
Yeh cheers to yuvraj
great innings scoring the fastest fifty of only 12 balls
See the video
Monday, September 24, 2007
Micromouse
It is only a programmed device lacking senses.
In a micromouse the car has senses i.e. it has to traverse the maze in the minimum time possible by using sensory devices.
It requires a lot of brainstorming in making an efficient micromouse.
By an efficient micromouse i mean a micromouse which can to cover the maximum distance in the minimum possible time.
This is a video of the best micromouse made by a student of IIT Mumbai, ashish bhatt
It is a real visual treat
Related: Maze Solving micromouse
How to make a micromouse
Wednesday, August 29, 2007
Innovision 06 videos
This was last event where expert stuntmen displayed their great art
Wednesday, August 22, 2007
How To make a H-Bridge for a motor
HERE is the link for this year's site http://www.innovision07.com/index.php
All those who are participating in carnage and/or robowars will find this interesting
This is a hack which helps in fast change of direction of DC motor which can help in fast switch
between forward and backward direction
An H-bridge is a type of circuit that you can use to get a reversible DC motor to spin both clockwise and counterclockwise.
In other words, this circuit allows you to quickly reverse the direction a motor is spinning by using a switch or controller chip to change its direction.
I'm going to show you how to make the simplest and most reliable form of H-bridge that I know how to make. I must warn you that this is by no means the best H-bridge design and, in fact, it has a couple shortcoming which I will explain later.
Although, should you never have made an H-bridge before or simply need a circuit that can reverse the direction of a motor's spin, then this circuit is a quick and easy solution.
This is the link to the instructions to make a H-Bridge http://www.instructables.com/id/EQDILA2F54HOEGE/
Here is the link where the working of the H-Bridge is shown
Wednesday, August 15, 2007
5 Minute Project From Popsci
Saturday, August 11, 2007
IIT JIGAR MATCHES VIDEO
I know most of u might have seen it but this is for those who haven't.
Made on the song beedi jalai le
Thursday, August 9, 2007
Saturday, August 4, 2007
BATTLE ROBOTS
This is for all interested in ROBOT BATTLES.
Battlebots is a great site.
It has Robots from lightweight to heavyweight
category.
There are some great videos of some of the finals and league matches of BattleBots.
It also has some Tutorials of How To Make A Robot.
The best thing of the site is you get to see some of the best battle robots lifting types and ones with blades and sharp weapons.
Here is the link
http://www.blogger.com/This%20is%20for%20all%20interested%20in%20ROBOT%20BATTLES.
Saturday, July 28, 2007
UGLY BETTY-(ADAPTED by jassi jaisi koi nahin)

Come September and the incomparable Jassi of Jassi Jaissi Koi Nahin fame arrives in America in her original 'Ugly Betty' incarnation to conquer yet another world. "Yo Soy Betty La Fea" ("I am Betty the ugly"), in her native Colombia, her has proved a hit in both East and West -- as Jassi Jaissi ... in India, as "Falling in love in Berlin", as "Lotte" in the Netherlands and as "Born Ugly" in Russia'. They all tweaked the tone of the original with the German version all but excising the comedy while keeping the ugly duckling storyline intact to make it one of the world's most popular television shows. Now the tele-tale of a pitifully ugly woman trying to navigate the shallow waters of the fashion industry premieres in America on ABC on Sep 22 to give tough Friday night competition to NBC's impossibly attractive crime fighters of "Crossing Jordan". The American version holds close to the show's template, with some local adaptations. Betty is a bit less ugly; She's also younger (played by America Ferrera), works not as an assistant at a fashion house but at a fashion magazine in a Condé Nast-esque publishing empire. She's also a first-generation Mexican, like the original Betty, has a singularly horrific fashion sense, and commutes each day to New York's Manhattan business district from Queens, home to many an immigrant.
Wednesday, July 18, 2007
LISTEN TO HINDI SONGS ONLINE
You can see on the right side there is a player where u can Listen music online
And if u wanna download click the Track Details button where it will link to the download site
I can add more songs but have to tellme which ones plz sign in and give ur comments
DARPA Urban Challenge 2007

The Defense Advanced Research Projects Agency (DARPA) will hold its third Grand Challenge competition on November 3, 2007.
DARPA will award prizes for the top three autonomous ground vehicles that compete in
a final event where they must safely complete a 60-mile urban area course in fewer than six
hours. First prize is $2 million, second prize is $500,000 and third prize is $250,000. To
succeed, vehicles must autonomously obey traffic laws while merging into moving traffic,
navigating traffic circles, negotiating busy intersections and avoiding obstacles.
The location of the event will be announced on August 9,2007 after the qualification process is complete. The course will involve a 60-mile (96 Km) urban area course, to be completed in less than 6 hours. Rules will include obeying all traffic regulations while negotiating with other traffic and obstacles and merging into traffic.
The Urban Challenge requires designers to build vehicles able to obey all traffic laws while they detect and avoid other robots on the course. This is a particular challenge for vehicle software, as vehicles must make "intelligent" decisions in real time based on the actions of other vehicles.
The winner will receive US$2 million. The second place finisher will receive US$1 million and the third place finisher will receive US$500,000.
The event is being followed closely by auto manufacturers for the implications it holds for smarter cars and safer highways in the future.
We hope to send a team from India for the DARPA challenge in coming years.Tuesday, July 17, 2007
Blogger Just Made Easier
Now You can post on your blog through WORD 2007
It has a feature publishing your post and asks for
The account(Here it is Blogger)
And also asks for your Username and Password
And instantly u can publish your docs from blogger
Monday, July 16, 2007
MOBILE STUFF...get it all here !!!
Get it all here whether it be wallpapers,videos,softwares,games,themes nd much more.....
All cellphone users can get useful stuff here...click here
If u dont find d required stuff den do post ur comment....otherwise also do tell me how much ws d site helpful so dat i cn put more posts related to this topic !!!
Sunday, July 15, 2007
LEARN WEBBUILDING
u can increase your skills in webbuilding by learning from w3schools.com
u can learn HTML,XML,XHTML,CSS and JAVASCRIPT
and all this in a few weeks
http://www.w3schools.com/
Wednesday, July 11, 2007
Tuesday, July 10, 2007
How to make a Javapath File??
so to set the classpath we follow the following steps
- we open the notepad
- we add the following data
set PATH=%path%;E:\program files\java\jdk1.6.0_01\bin;
set CLASSPATH=.;E:\program files\java\jdk1.6.0_01\lib;.;E:\java files\jchart2d-2.0.0.jar;
set JAVA_HOME=E:\program files\java\jdk1.6.0_01;
3. we save it as a .BAT file
my java was installed in E:\program files\java\jdk1.6.0_01\
if your java is in any other folder just replace this by the path where your java
files have been stored.
u must be thinking wat is jchart2d-2.0.0.jar
jchart2d is a java charting library and is used for dynamic charting
Monday, July 9, 2007
Interview Questions
on
kyapoocha.com
and
geekinterviews.com
Here there a lots of interviews questions asked in IT company interviews like questions about
C,C++,JAVA,DATA STRUCTURES
NSIT
Let me tell me wat it is ..
It takes in students through CEE which is a common entrance test for NSIT and DCE.NSIT comes under DU nd NSIT and DCE are d two engg. colleges under DU.When admission starts candidates go for NSIT first and den DCE.Placements are of top-class level in our college.
here is d link of NSIT site... NSIT
Play Games Online
Hamachi connects peer to peer and helps create your own network just like a LAN(but this network has very low speed compared to LAN)
Yes there might be latency in your game but it will be small if u connect to people in India(preferably in delhi having same ISP(Interenet Service Provider).
To download www.hamachi.cc/download/list.php
Saturday, July 7, 2007
FREE VIDEO TUTORIALS
Are u interested in learning about computer softwares online through visual medium for free!!!
If you wanna Master Adobe Photoshop,Dreamweaver and Adobe Flash.
It is possible with www.video-tutes.com
Friday, July 6, 2007
C Programming Sites
and
cplusplus.com
are the best sites for C and C++.
They contain tutorials,quizzes and u can even talk to programmers.
Its fun if u are really interested in programming
WCG 2007
World Cyber Games 2007 is the biggest gaming event in the world.
Mega games like Counter Strike,Warcraft III,NFS and many more......
This year, nearly 1.5 million of the best gamers from more than 70 nations will compete for fame and fortune.
So sign up today till it gets too late.
Harry Potter And The Order Of The Phoenix
It has great new adventures where Harry and his friends fight against Voldermort and his minions.
Dumbledore leaves Hogwarts school of Wizardry and Witchcraft.
Harry secretly practice Defence Against The Dark Arts.
TO Watch the Movie Trailer visit the official site
THE NEW NSIT IEEE SITE
And the icing to the cake is the whole new forums where u can talk to your collegemates and share views.
HERE IS THE LINK
UNDERWATER ROBOTICS

For more information visit the link IURS
Wednesday, July 4, 2007
You can watch videos online for FREE!!!
visit the link peekvid.com
Tuesday, July 3, 2007
CNET online tutorials
The tutorials include like how to remove spyware completely from your computer,Introduction to VISTA
CNET.com also contains free and free to try SOFTWARE which u can download
and u can try vast store of demos of games sucha NFS carbon