SMARS acronym of “Screwless/Screwed Modular Assemblable Robotic System” is 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. In future I’ll add new modules or DLC to improve the model but It would be nice if you could share your mods too.
SMARS body 3D models v1 or SMARS body 3D models v4
Author: Kevin Thomas
I use Arduino UNO with modified FunduMoto shield. I swapped pins 5 and 10 to use the servo while driving motors using pwm.
#define PIN_NEOPIXEL 2
#define PIN_MOTOR_A_EN 5
#define PIN_MOTOR_A_DIR 12
#define PIN_MOTOR_B_EN 11
#define PIN_MOTOR_B_DIR 13
#define PIN_BUZZER 4
#define PIN_SERVO 9
#define PIN_SONAR_ECHO 7
#define PIN_SONAR_TRIG 8
#define PIN_ANALOG0 14
#define PIN_ANALOG1 15
#define PIN_ANALOG2 16
#define PIN_ANALOG3 17
#define PIN_ANALOG4 18
#define PIN_ANALOG5 19
Arduino library with examples
Various code examples without library