Jump to content
SubSpace Forum Network

Recommended Posts

Posted

We programmed this little robot in our microelectronics class...

 

It uses a 68HCS12 Motorola microcontroller, and it's programmed in assembly.

It has 3 sensors on the front, and it basically just avoids obstacles.

 

It uses fuzzy logic to determine the direction, using the sensors as inputs.

 

 

 

 

The teacher says something in the beginning of the first one, something along the lines of "This is probably the best one I've seen in all those years..."

Most other teams had nervous robots, or they kept hitting stuff...

 

The particularity of our robot is that on top of the fuzzy logic, we used a 'proximity factor' to slow down the robot when it was closer to obstacles. But it slows down both motors at the same time, so the direction is still only controlled by fuzzy logic, which was a requirement.

Posted

ahh fuzzy logic, how i hate no boolean values ^^

 

Nice project ^^, reminds me of the 1 day project we had to do in lego to remove cans from a certain area within a circle (big black circle so the light sensor would pick that up blum.gif )

Guest
This topic is now closed to further replies.
×
×
  • Create New...