Category Archives: Hardware
Find the rotation centre for your robot
Find out how to determine the centre of rotation for your robot
There’s your problem!
The most recent version of the Decimus 4 chassis runs reasonably well and, with the test release of the Decimus 5 Software it is more clever (I hope) than ever. However, it still can’t corner as well as I had hoped.
TIM3 Output Compare on the STM32 Family
TIM3 is a general purpose timer found on all the STM32 family processors. Among other features, it has four capture compare channels that can be used to generate regular interrupts. In this article I will show you how to set up simple interrupt events based on these features.
TIM3 ARR Gives Regular Interrupts on the STM32F4
The simplest way to produce regular interrupts from a timer like TIM3 on the STM32 family of processors is to set up the Auto Reload Register (ARR) to generate an update event. This article shows you how to correctly set up the clock source, prescaler and ARR to get regular events over a wide range of… Read More »
Micromouse Sensor Design
Selecting the best micromouse sensor design is a study in electronics, physics, geometry, maths and coding. Here I will look at some of the design considerations for the sensors in the next iteration of my micromouse.
Group Purchase of Faulhaber Motors
UPDATE: Unfortunately, we will not be able to arrange a group purchase after all. Sorry for any inconvenience. It may be possible to arrange a group purchase of Faulhaber motors. The exact model would be 1717T003SR with IE2-512 encoder. If enough people were interested, the price could come down to about £95 per motor. Pretty good… Read More »
Travelling a bumpy road with a micromouse
My micromouse generates a lot of data. I log speeds, sensor readings, motor controller parameters. All sorts of things. Often that data just makes me worry. Most recently, I was noticing that there were some large variances at speed.
LiPo charger and serial interface combined
Travelling to contests is great. Except for the bits and pieces that you need to lug around. For several years I have used a smart charger for my LiPo batteries. It is a fine charger but bulky. Along with its mains power supply it is about the size of a large laptop charger and needs… Read More »
Build a mini ST-LINK/V2 programmer/debugger for the STM32
I enjoy working with the STM32 processors. They are easy to use, powerful and cheap and there are lots of options for developing code. One minor annoyance is the question of a programmer.