Category Archives: Uncategorized
Minos 2018
MMkit micromouse PORTED sample code
MMkit is a basic stepper micromouse from Globaltronic in Portugal. here is a full set of code to turn it into a maze-solving demonstrator.
Protected: Facebook Name Suggestions
There is no excerpt because this is a protected post.
All Japan Micromouse Contest 2016
At the end of another All Japan Micromouse contest, there is plenty to look back on and lots of ideas for the future. The tide is definitely changing for the classic micromouse contest and probably also for the half-size. Fans of all kinds are everywhere.
TDD with GoogleTest and Netbeans
With googletest set up for use with the the Netbeans IDE it is relatively easy to start working on your code using Test Driven Development Methods. This article shows you how to develop a simple set of library functions using TDD.
All-Japan Micromouse 2015 Finals
The All Japan Micromouse 2015 contest was held in Hon-Atsugi this weekend. Get all the details here.
UK Micromouse 2015 Results
The 2015 UK Techfest was held at Birmingham City University, Millennium Point on Saturday June 27. With a huge range of contests and entries, there was plenty to keep the robot enthusiast busy all day. Here are the results for the maze-based events:
All Japan Micromouse 2014 pictures
I have a Flickr album of images from the 2014 All Japan Micromouse contest here: https://www.flickr.com/photos/micromouse/sets/72157649546881641/
Easier Statistics for your Sensor Data
Learn how you can calculate the standard deviation, or spread, of your sensor readings on-the-fly while collecting data without having to first record all the values and then do the statistics.