SMARS
The Screwless, Modular, Assemble-able, Robotic System
10 September 20234 minute read
By Kevin McAleer
Share this article on
The Screwless, Modular, Assemble-able, Robotic System
10 September 2023
By Kevin McAleer
Share this article on
SMARS
is the Screwless, Modular, Assemble-able, Robotic System.
SMARS - the friendly little robot you can print yourself, and learn to code.
SMARS stands for Screwed/Screwless Modular Assembleable Robotic System
. It has an ultrasonic range finder a the front (it looks like the robots eyes), and can use this to detect obstacles and then move around them. It has 2 motors, which enable the robot to move forwards, backwards and turn left and right. The wheels have mechanical tank tracks, providing excellent grip on most surfaces indoors or outdoors. SMARS is powered by a 9 volt battery, and can be swapped out if it runs out of power. The Arduino provides the brains of the robot, with simple programs uploaded via a USB cable to the robot. The motors and Arduino are powered via a motor-sheild (a sheild is a circuit board that connects on top of an Arduino via the header pins), the motor shield may also have a buzzer and bluetooth connectivity depending on which model you buy (We’d recommend the Fundumoto motorsheild).
On the thingiverse SMARS page Kevin Thomas describes SMARS as:
“a simple robot designed to the educational field. The main features of SMARS are the reduced number of components, the possibility of mount it without screws and without soldering any part, it doesn’t need glue or similar and it’s really cheap to build. Another main point of SMARS is the modular design. You can mount different sensors and tools and design your own parts.”
– Kevin Thomas, Creator of SMARS Thingiverse
To build a SMARS robot you’ll need a couple of things:
We’ll dive deeper into each of these areas below.
SMARS typically uses an Arduino paired with some small 150 RPM motors, a motor sheild and an Ultrasonic range finder sensor. SMARS can be 3d printed in PLA or ABS, with the option of TPU based caterpillar tracks.
Item | Description | Qty | Cost |
---|---|---|---|
Arduino | Arduino Uno R3 1 | 1 | ÂŁ24.00 |
150 RPM motors | N20 150RPM Micro Metal Motors with Gearbox | 2 | ÂŁ9.00 |
Motor sheild | Fundumoto Arduino Shield1 | 1 | ÂŁ12.00 |
HC-SR04 | Ultrasonic range finder sensor1 | 1 | ÂŁ2.50 |
9v Battery | a 9V Battery | 1 | ÂŁ3.00 |
Dupont cables | Dupont cables (male-to-female) | 4 | ÂŁ1.00 |
 |  |  | £60.00 |
There are newer versions of the SMARS robot available, this BOM is for the original (and simplest) version of the SMARS robot.
SMARS consists of 7 parts:
Print out each peice, noting if multiple parts need to be printed. The parts will need support structure priting, so be sure to enable that in your 3D slicing software.
SMARS is powered by the Arduino Uno, which as an 8bit processor is typically programmed in C++ using the Arduino IDE which you can download for free (for Mac, Linux and Windows computers - there is also a web-version for Chromebooks available from the same link).
To get you started with programming SMARS, take a look at the code below:
Learn how to download, print, assemble, and program your SMARS robot with this easy to follow (and free) course
Once you’ve constructed your SMARS and you may want to learn what else you can do with SMARS; you’re in luck - there is an entire YouTube series created just for this purpose
Kevin McAleer
I build robots, bring them to life with code, and have a whole load of fun along the way
Social Links:
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