Friday, January 20, 2012

JHD 16 2a LCD working with pic18f4550 "PICDEM FS USB"

JHD 16 2a LCD working with pic18f4550 "PICDEM FS USB"



Its a small demonstration of a jhd 16 2a lcd, jhd 16 2a is a small 2x16 character lcd , that i am controlling with PIC18F4550 microcontroller .




jhd 162A lcd interfacing‎ 2x16 char , 16 pins


The board is a home made PICDEM FS USB development board that i have made, the jhd 16 2a is connected to the microcontroller , i have used small C# application that i have made with a open-source LCD framework found over Internet. The Application is written C# that is controlling the text.








I will be posting /posted a detailed tutorial on my page and on instructables.


http://www.facebook.com/microcontrollerinfo




Thanks for watching.


Rakesh Ron


www.rakeshmondal.info

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