Monday, January 2, 2012

ROBOT wheels. Sensing Position with a mouse wheel.

ROBOT WHEELS


Using mouse wheels, LCD display , pic18f2550 , C# , and MPLAB IDE (HI-TECH C compiler for 18f )


The Project is based on pic18f2550 interfaced with a 2x16 LCD [JHD 162A] and a mouse. I found an unused mouse and decided to use it in my robot.


You can Interface this project with your robot , and have it all displayed as a cool display on the LCD.










This project uses Visual 2010 C# , and is interfaced with pic18f2550



BASE FIRMWARE written in MPLAB IDE and HI-tech C compiler
and for mouse i am using a small software written in c#
in C# i am using mouse wheel event e delta property.

C# CONCEPT
=========

 Create a Mouse wheel event
{
      IF (e.Delta >0)
Display ("forward")
else
Display ("Backwards:)
}

Looks simple right?

:) :)


Thanks for watching

IF you wish to download the Edelta property Mouse wheel event project then you can get it on the link below.

E.delta property Mouse wheel





AND HAPPY XMAS  BY THE WAY :) [IT WAS ACTUALLY DONE ON 25TH DEC ]



Thanks for watching
Ron
www.rakeshmondal.info


No comments:

Post a Comment