R O B O T S

SEVI

[Guardian]

The Raw Brain


O L D   O N E S

TCB 20

STAFU


T H I N G S

Whitecube
 



GUARDIAN

The Guardian is a small guard robot that lets you see what's happening at home. The robot is controlled using text messages. The robot software is programmed to many different features. The Guardian has six different operating modes, which are Guardian mode, Free mode, Resting mode, Remote mode, Move mode and Testing mode.

When the robot detects an intruder (Guardian mode), it sends a warning SMS. You can also freely control the robot SMS messages in Remote mode.

The camera can be turned on remotely at any time. Then you see the home of live pictures via smartphone.

The Guardian has two powerful batteries, which last about 15 hours. The robot monitors the battery status.

This web-site you will find a robot building instructions, wiring diagrams, etc. You can take all of them free to use. See the code of the robot and learn more about its. The code is well commented.

YouTube video of the Guardian:
-
Meet the Guardian
-
The Guardian Finnish Technical Overview

Finnish language teaching video series based on Guradian, part 1-5:
 - Robot programming in C-language, part 1
 - Robot programming in C-language, part 2
 - Robot programming in C-language, part 3
 - Robot programming in C-language, part 4
 - Robot programming in C-language, part 5


Design and implementation: Jaakko Muhonen
Year of manufacture: 2017
Central processing unit: Arduino Mega 2560

 

 

 


Guardian Robot Software v.1.1 Text Message SMS commands

Guardmode - set Guardian mode on
Freemode - set free mode on
Restmode - set resting mode on
Remotemode - set remote mode on
Movemode - set move mode on
Testmode - set testing mode on
Status - show robot status (mode)
Camera on - turn camera on
Camera off - turn camera off
Notification on - send notification when motion is detected (Freemode only)
Notification off - do not Send notification when motion is detected (Freemode only)
Battery - battery status

Time=yy/mm/dd/hh/mm - set date and time
Set time example: Time=17/02/15/14/35

Remote mode commands (SMS):
 L:x - turn left x degrees (x is value 1-180)
 R:x - turn right x degrees (x is value 1-180)
 F:x - drive forward x centimeters (x value is 1-1000)
 B:x - drive back x centimeters (x value is 1-1000)

Alarm mode commands (SMS):
 Code:xxxx - enter the code for the robot
 Example: Code:RBt435

Administrator has Master rights and he can send any SMS command. User 1 ja 2 can only send alarm mode Code to the robot. See additional information in the code comments.
 



GUARDIAN BUILDING INSTRUCTIONS

1. Step One (Tracked Chassis)
2. Step Two (Battery case)
3. Step Three (Rear bumper)
4. Step Four (Front bumper)
5. Step Five (Main Power Up Circuit)
6. Step Six (Main Power Down Circuit)
7. Step Seven (Arduino wiring1)
8. Step Eight (Arduino wiring2)
9. Step Nine (Cover)
10. Step Ten (Software)