ROBOtic 2011

The 2001 ROBOtic event will be held at Millenium Point, Birmingham on Saturday November 19th 2011. The event starts at 10am. There is no entry fee and no need to register in advance. Just turn up with your robot or come along to watch. Contests include: Maze solving micromouse, Wall-followers,…

Continue ReadingROBOtic 2011

Site Rebuild

Having had enough of the pain of posting in Drupal I have moved the site back to WordPress. There will probably be a bit of random alteration going on for a bit until I tire of the novelty. A major change is the separating out of the forum to a…

Continue ReadingSite Rebuild

Worlds Most Powerful Cortex Microcontrollers

STMicroelectronics, today announced the introduction of its new STM32 F4 series of microcontrollers. This extension to the STM32 platform is based on the latest ARM Cortex-M4 core, which adds signal-processing capabilities and faster operations to the already outstanding portfolio of STM32 microcontrollers; the new series, which is available now, reinforces ST’s leadership and claims the title of highest-performance Cortex-M processor-based microcontroller range in the market.
(more…)

Continue ReadingWorlds Most Powerful Cortex Microcontrollers

Correct for errors in a cul-de-sac

While the micromouse is exploring the maze, there are plenty of opportunities for it to make mistakes and end up out of position somehow. Equally, there are plenty of places where there are opportunities to correct any errors that have occured. The single cell cul-de-sac or dead-end is a perfect place for both. (more…)

Continue ReadingCorrect for errors in a cul-de-sac

I2C use on the STM32F103R Medium Density Devices

I2C or Inter Integrated Circuit ( sometimes just referred to as just two-wire interface ) is a great method of individually communicating with over 100 devices on only 2 wires. However I2C as a whole requires a reasonable amount of protocol overhead so its not the fastest method of communicating with outside peripherals. But it is very good at reducing wiring on space critical designs due to the fact that only 2 data lines are required to enter the processor. (more…)

Continue ReadingI2C use on the STM32F103R Medium Density Devices