Hi my name is Ron. This blog is about projects related to microcontroller, and computers. Also about some of my experiments.
I am little bit of a hobbyist for photography and writings.
www.rakeshmondal.info
This is a USB Interface development board that I have made based on www.microchip.com forums , I made board to find a way to control my stepper motor or my relays and DC from computer laptop.
So I had to finally use microcontroller as SERIAL PORTS are not available in Laptops.
And as there are no LPT in laptops so USB to serial converters cables don't work.
Please follow my website for more. How to make a USB Interface board using PIC18F4550 Microcontroller
Hey friends , sorry for being late , I was very much busy in my works and I was really finding it hard to manage time for blogging as I had my exams and I was working on some websites .
Here is my latest work,
Its a robot based On USB Interface , I have not used any stepper motor in it , but some high torque LOW RPM motors did job for me perfectly.
The robot is controlled with pic18f4550 microcontroller, the pins are interfaced with uln2003 and then finally to l293d (hbridge).To generate more controls i used some logic gates like AND and NOT gate .The firmware is programmed in MPlab.
The 360 degree camera view is provided with a kinda robot arm mounted with camera , which can provide view in both x and y plane.
The other features are motion detector,IR object detection, laser ranger , and also included a small blue ray laser to bust small things like balloon, tapes etc etc etc etc etc. its connected and controlled with USB, for the moment is wired but it can become completely wireless by adding just an extra wireless hub .
All controlls are generated with .net c# (visual 2010).