Mini Statistics
Join Date
03-05-2010
Last Activity
03-09-2010 04:48 PM
More 1 Friends
Recent Visitors
The last 10 visitor(s) to this page were:
  1. akshay66
  2. amitdhiman
  3. anantmalewar
  4. Ankr rajput
  5. rao
  6. REVANNTH
  7. savvej
  8. simar.i3r
  9. suryanarayanan1991
  10. vikas
This page has had 292 visits
Tab Content
About Me
Friends
Blog

About Archive

Basic Information

About Archive
Biography
Providing older articles.

Contact

Statistics

Total Posts
Total Posts
1
Posts Per Day
0.01
Blog
Total Entries
15
Last Blog Entry
Beginners Robotics Guide : Using LCDs with AVRs 03-07-2010 05:23 PM
Referrals
~~
General Information
Last Activity
03-09-2010 04:48 PM
Join Date
03-05-2010
Referrals
0

1 Friends

  1. akshay66akshay66 is offline

    Senior Member

    • Send a message via Yahoo to akshay66
    • Send a message via Skype™ to akshay66
    akshay66
Showing Friends 1 to 1 of 1

 View Archive's Blog

Beginners Robotics Guide : Using LCDs with AVRs

by Archive on 03-07-2010 at 05:23 PM
Liquid Crystal Displays ( LCD ) are widely used as output in small systems especially robots . With there ability to display human readable text they are also a great add on to robots and can output great amount of information or be used as a system from which the user can interact . In this simple tutorial you will learn how to interface LCD's , what are the signal required on various pins and C code for using 16x1 and 16x2 LCD's.

LCD : Liquid crystal display ( because its has a

Read More

Categories
Tutorial

Beginners Robotics Guide : Stepper Motors

by Archive on 03-06-2010 at 11:34 AM
A small introduction to stepper motors and how to use them and the circuit and logic required to get them up and running .

Stepper Motor?? ehh...


Stepper Motor is widely used in CNC machine drives, robots, and wherever an accurate positioning is required. In such applications, step angle, direction, operating modes( single coil or double coil), speed and position are important considerations.

You might be thinking ..Why stepper? why not servo?

Read More

Categories
Tutorial

Beginners Robotics Guide : Image Processing -II

by Archive on 03-06-2010 at 11:11 AM
IMAGE ACQUISITION

Image acquisition nowadays can be done in various ways either by connecting a CCD camera or digital stream input from some other source can be used. These input streams can be interfaced either by VFW( Video for windows) Interface in Microsoft OS platforms or VFL (Video For Linux) interface in Unix based platforms. Every visual programming language nowadays provide
suitable library routines to access these services.

IMAGE FILTERING

Read More

Categories
Tutorial

Beginners Robotics Guide : Image Processing -I

by Archive on 03-06-2010 at 10:45 AM
THEORY OF IMAGE PROCESSING (Special Thanks to Pulkit Gaur)

Modern digital technology has made it possible to manipulate multi-dimensional signals with systems that range from simple digital circuits to advanced parallel computers. The goal of this manipulation can be divided into three categories:


* Image Processing image in -> image out

* Image Analysis image in -> measurements out

* Image Understanding image in -> high-level

Read More

Categories
Tutorial

Beginners Robotics Guide : OP-Amps in Robotics

by Archive on 03-06-2010 at 02:00 AM
In this article we will have a look at Operational Amplifiers ( OP AMPS ) which are heavily used in robotics and interfacing sensors . The article is meant for people with no knowledge of Op-Amps to those who know some things about them . It starts of explaining the basics then moves to type of operations which an op-amp can perform lastly gives a few examples of where these are used in a simple robot ( line follower , fire fighting , sonar based , BEAM ).

What is an Op Amp

Read More

Categories
Tutorial