Sunday, January 10, 2016

Video Rental System

A simple Java application for managing a video rental store.







Wireless communication using NRF24L01







Industrial Pick & Place Robot

This is a prototype of an industrial pick & place robot which uses electro-adhesion.

The robot arm.


The adhesive plate.


High volt generating circuit.

ESC Line Switcher - Relay Board

This is a simple relay board that I designed and built for changing the spinning direction of some brush-less DC motors, using the same ESC.





This is the circuit design of the board.



Monday, May 18, 2015

Robot Game

This post about a robot game that we tried to bring to life in late 2013s. But it was not entirely successful. Anyway we could build some pretty good robots. Some pictures of them are here.




Thursday, May 14, 2015

A ROBOT

This is a robot (a line following one), that I built a couple of years ago with my friends. We actually named this "A ROBOT".


This is actually a little machine to me. It seems a bit wobbly. Because it doesn't use fuzzy logic stuff. But anyway, I'm impressed with the speed. This only cost us about 10$. But you've got to be a bit creative.

Anyway following is a little guide of how to build one like that.

Building the circuit.

Since it's a line follower, we only need to track the line and follow it. Thats's it. In order to identify the line we use IR sensors. Like the one you can see down here.

These sensors have transmittors and receivers. An IR LED (transmitter) and a photo transiter (receiver). As you can see above, darker or black surfaces don't reflect light very well. (Shinier ones do anyway) So we use that quality here. IR rays from the transmitter reflect from the surface an hit the receiver. Enough rays can trigger the photo-transister and open its gate. If the sensor is over a white surface, the photo-transister is on and if not it's off.

Now you can make a line follower only with one of these sensors. that's true. But I should say that wouldn't  be that smooth like using two or more sensors. Therefore we used a panel of 4 sensors on our robot. 


We have 4 sensors on our board now. That means we've got 4 inputs to handle.