|
|
2
|
Component Specification
CHASSIS
Length: 150mm
Width: 120mm
- Either own chassis can be designed or available chassis can be used.
- Provisions are made to fix sensors, SPDuino Board, small castor wheel etc.,
- clamp is fixed to attach motors.

MOTOR
RPM: 150 RPM at 12 v
- This is plastic geared motor and has D type shaft.
- This is used in autonomous robots and line follower robots etc.,

WHEEL
Diameter: 7 cm
Width: 8 mm
-
These wheels are used for BO/ Plastic geared, D type shaft motors.

CASTOR WHEEL
Base plate diameter - 27.5 mm
Caster wheel diameter - 13.5 mm
Wheel height - 18 mm
- The small castor wheel is an omni-directional wheel.
- This wheel is used as free support front wheel for robots.

SPDUINO BOARD
- Microcontroller: ATmega328
- Operating Voltage: 5V
- Input Voltage (recommended): 7-12V
- Input Voltage (limits): 6-20V
- Digital I/O Pins: 14 (of which 6 provide PWM output)

XBEE SHIELD
- Provided with stackable headers
- On board 5V, 1.5Amps regulator
- Hassle free interface for xbee modules
- Includes dual motor driver (L293D)
- Indicators provided for Data-in, Data-out and RSSI (Signal
strength indicator) compatible Xbee Series 1 and Series 2 (and 2.5),
standard and Pro version.

XBEE MODULE SERIES 1 (WIRE ANTENNA)
100 m range
Local or over-air configuration

XBEE USB ADAPTER BOARD
- Compatible for all modules with Xbee footprints
- Indicator for Signal strength(RSSI), power, TX and RX
- Comes with Mini USB connector

USB A to mini B Cable
- This cable will be used to connect both the xbee modules to your computer for software configuration
USB A to B Cable
- This cable will be used for uploading the program code in spduino
BATTERY
- Battery Voltage: 7.2V / 3 cell
- Battery capacity: 1000mAh
- Battery weight: 150gms
- Dimensions: 50mm x 40mm x 15mm

Barrel Jack Adapter Board
- Required to recharge the battery from adapter
Adapter 9V 1A
|
|
|
|
5
|
Sample Program
In this sample program the robot performs these basic 5 movements:
Forward
Backward
Right
Left
stops
Motor teminals in the Xbee shield are programmed to move the robot.
High and Low signals are given to control the motor.
FORWARD
- Left and right motor rotates in same direction.
- Now the robot moves forward.
BACKWARD
- Left and right motor rotates in a direction opposite to forward action.
- Robot moves backward.
RIGHT
- The left motor has to move forward and right motor has to reverse.
- Robot turns right.
LEFT
- The left motor has to move backward and right motor has to forward.
- Robot turns right.
Stop
- Left and right motor stops rotates.
- Now the robot Stops.
View sample program to be uploaded in the Spduino from the link given.
The program is explained briefly in this copy and use the program in arduino software.
View sample program
|
|
|