Cover image for Rover the Mecanum Robot

Video

Watch the associated video here:


Overview - Rover

Meet Rover - the Mecanum marvel. Rover is a simple robot, one you can 3d print yourself using the STL files below. Rover has mecanum wheels - these wheels have small spindles at a 45 degree angle to the direction the wheel is pointing. This means if four of these wheels are used in unison the robot will move sideways.


Bill of Materials

Item Description Cost
Mecanum wheels Make your robot or buggy go every which way with Mecanum omniwheels (pack of 4) Ā£24
HC-SR04 Detect objects in front of the robot using Ultrasound Ā£5
4x 50:1 Micro Metal GearMotors Provide fast and accurate movement with these little motors Ā£5.10
4x Standoff These provide the controller board with room to breath above the chasis, and make it more accessible (pack of 4) Ā£4.50

Mecanum Wheel


Rover is made up of three 3d printable files:


Mecanum wheels

You can buy mecanum wheels online from companies such as Pimoroni at a price of around Ā£24 (excluding shipping).


Other Electronics

Rover uses four N20 Motors, 150RPM motors (the 6v variety) should work fine, however a better option is the N20 Motors with built in Encoders - this enables ultra precise movement and positioning. Youā€™ll need a controller board that can read the values from the encoders to count how many revolutions each motor has made. Encoders are simply a wheel that attaches to the end of the motor shaft, and has a hole or mark that can be read by a sensor, often an infra-red led and infra-red sensor pair. The sensor detects the hole (or some kind of mark) every time the wheel rotates 360 degrees. The rotation data can then be read by the microcontroller to count each revolution and feed this into the algorithm that is driving the motors.


Reading the Range Finder

The range finder uses 4 pins (5V, GND, Echo and Trigger).


MicroPython code

You can grab the demo code for this project over on my github repository: https://github.com/kevinmcaleer/rover


Did you find this content useful?


If you found this high quality content useful please consider supporting my work, so I can continue to create more content for you.

I give away all my content for free: Weekly video content on YouTube, 3d Printable designs, Programs and Code, Reviews and Project write-ups, but 98% of visitors don't give back, they simply read/watch, download and go. If everyone who reads or watches my content, who likes it, helps fund it just a little, my future would be more secure for years to come. A price of a cup of coffee is all I ask.

There are a couple of ways you can support my work financially:


If you can't afford to provide any financial support, you can also help me grow my influence by doing the following:


Thank you again for your support and helping me grow my hobby into a business I can sustain.
- Kevin McAleer