Line Follower Sensors Setup

IMG_3258With the sensors installed and the robot pretty well complete, it is time to see if they can actually do the job they were designed for. the idea is that the line of sensors will be able to measure the robots offset from the centre of the line over as wide a range as possible.

(more…)

Continue ReadingLine Follower Sensors Setup

Line Follower Test Track

IMG_3257 You can’t build a line follower without a test track to run it on. The proposed UK rules for this competition specify the track to be on a 300mm grid with fixed turn radii of 150mm. Well, I don’t have room for that and I don’t want to make tiles either so a little lateral thinking is called for…

(more…)

Continue ReadingLine Follower Test Track

Line follower sensor experiments

IMG_3237 The simplest arrangement for a line follower is probably two sensors with digital outputs. As long as one can see the line and the other can see the background, the controller is happy otherwise it must turn left or right as appropriate. I was after something a bit more sophisticated for Bob the Line follower…

(more…)

Continue ReadingLine follower sensor experiments

New line follower robot

Img_3222a Line followers are a perennial favourite of the small robot builder. It is not hard to make something that will bumble about and follow a line marked out on the floor. the technology can be very simple but the same basic idea is used in sophisticated robots on factory floors. The tricky part is in making the line-follower fast and smooth in its response. Whether or not I can do that remains to be seen but I am going to have a go …

 

(more…)

Continue ReadingNew line follower robot

Winmaze – Another Maze Editor

This program is no longer available. Instead, you might like to use:

https://github.com/micromouseonline/pyqt-maze-editor

It seems that all micromouse builders get around to writing their own software for displaying and editing mazes in the end. This is mine. It is a Windows only application but should run on pretty well any version of Windows. I have not tested it on Vista. It can open maze files of several types including the ‘standard’ binary mazes and some types of text maze. Changes to a maze will always be saved as a binary maze file. (note: revision now will not ask for libraries)

(more…)

Continue ReadingWinmaze – Another Maze Editor

STM32 and the Segger/IAR J-Link

segger_j_link I finally got a day to play with some of my new toys. These are the IAR STM32-SK and the IAR J-Link debugger.The IAR J-Link is a re-badges Segger unit and I believe they are identical. I was quite excited about having a real debugger to use. – especially as programming the STM32 through the bootloader is a bit of a fiddle. Things didn’t turn out quite as I had hoped…

(more…)

Continue ReadingSTM32 and the Segger/IAR J-Link