Showing posts with label Robotrix Kit. Show all posts
Showing posts with label Robotrix Kit. Show all posts

Wednesday, 9 January 2019

How to make Smart Phone Controlled Bot using Robotrix Senior Kit - RoboShop.in

How to make Smart Phone Controlled Bot using Robotrix Senior Kit?

OBJECTIVE:

Smart Phone Controlled Bot using Robotrix Senior Kit

COMPONENTS REQUIRED:

1x Robotic Chassis
1x Caster Wheel

2x BO Wheels
2x BO Motors with Clamp (Straight or L Shape)
1Packet Nuts & Bolts
1x Arduino Uno with Cable
1x Bluetooth HC-05
1x L293D Motor Driver
Jumper Wires as per requirements
1x Android Bluetooth App


THEORY:

Many of our school students start learning about robotics with Robotrix senior kit . At 1 stage they start to learn how to make smart phone controlled bot?This Bot can be controlled by Bluetooth of the android mobile using an App. Not only this but you can move forward,backward,left and right with the help of mobile.
Yes, it's not magic but true. For that first you have to collect all the components mentioned above with the given quantity. Once you gather all the robotic components now it's time to make assembly of the robot with the help of robot chassis.
We first take single plastic chassis & mount BO clamp both side of the plastic chassis with the help of the screws & nuts. Once done go for second step of mounting motors on both the clamps.You bot basic structure is ready only you need to mounting wheels to the motors & caster wheels.
Once you complete these above steps image will be shown like below:


Once you complete assembling of the components it's time to make coding for it.

void setup()
{
  pinMode(2,OUTPUT);
   pinMode(3,OUTPUT);
    pinMode(4,OUTPUT);
   pinMode(5,OUTPUT);
 
  Serial.begin(9600);
}

void loop()
{
 
if(Serial.available()>0)
{
  int a=Serial.read();
  Serial.println(a);

  if(a=='1')
  {
    digitalWrite(2,1);
    digitalWrite(3,0);
    digitalWrite(4,1);
    digitalWrite(5,0);
  }
   else if(a=='2')
  {
    digitalWrite(2,0);
    digitalWrite(3,1);
    digitalWrite(4,0);
    digitalWrite(5,1);
  }
     else if(a=='3')
  {
    digitalWrite(2,0);
    digitalWrite(3,1);
    digitalWrite(4,1);
    digitalWrite(5,0);
  }
       else if(a=='4')
  {
    digitalWrite(2,1);
    digitalWrite(3,0);
    digitalWrite(4,0);
    digitalWrite(5,1);
  }
  else
  {
        digitalWrite(2,0);
    digitalWrite(3,0);
    digitalWrite(4,0);
    digitalWrite(5,0);
  }
}

}

For more clearance about Coding you can call us at +91-8510044813 or can buy this smartphone controlled bot online at http://www.roboshop.in/handmade-projects-w-tutorials/bluetooth-controlled-bot

You can also buy complete Robotrix senior kit by which you can make many more other projects at http://www.roboshop.in/robotrix/robotriX-senior






Monday, 5 October 2015

What is Robotrix Junior Kit??




RobotriX Junior Kit is a robotic kit intended to introduce students as well as adults to the world of robotics. 



 What is Robotrix Junior Kit ?

It is based on STEM concepts i.e. Science, Technology, Engineering and Mathematics.

It is an innovative platform to explore science.
Easy Engineering system for creative kids
Robotrix Junior Kit with Free Box
Best suited for creation of prototypes.
RobotriX Junior Kit from RoboShop.in explains various motor and axial movements of mechanical parts. You can understand basic principle of gear assembly, gear ratio, rach and pinion arrangement, speed control with the help of gears. 

From the early childhood student applies gear assembly in cycles but rarely they get to know how the speed of the cycle is changing with the help of gears, by applying various parts from the RobotriX kit student easily understands this principle. 

 It is one of the several principles which can be learned with the help of RobotriX Junior Kit from RoboShop.in

  
What Robotic Projects can make??
RobotriX Junior Kit from RoboShop.in will make you smarter. RobotriX Kit has all the elements what a child of today’s world needs to understand the basic functioning of the machines around us.

With the help of this RobotriX Junior kit a student can make various robots such as robotic car, robotic crane, hexapod, pick and place robot, robot tank, super bike, all terrain rover, steering car.

what components you will get in the kit?



Kit Content For Robotrix Junior Kit | Roboshop.in
The above mentioned image showing the list of robotic components you will get inside the kit & quantity for the components too.This kit includes manual inside the kit in which & Robotrix Projects with step by step manual available inside the kit.

With the help of this RobotriX Junior kit a student can make various robots such as robotic car, robotic crane, hexapod, pick and place robot, robot tank, super bike, all terrain rover, steering car.

Delivery Time in All India & payment Option ?
We provide best & faster deliver in all India by our various Courier services like DTDC is one of them. We dispatch Robotrix Junior Kit & all other kits and components on same day guaranteed & deliver in 2-3 working days in All India .

Payment Option?
1.By EBS (Netbanking,credit card,debit card & all other card)
2.By cash deposit in Bank account
3.Buy kit directly from our Head office at below mentioned address:
RoboSpecies Technologies Pvt Ltd
A-90,Sector-04,Near Sector-16 Metro Station.
Noida UP - 201301
Contact at 08510044813 or email us at
sachin@roboshop.in or support@roboshop.infor any query about robotic products 7 for bulk order.


How useful is this for self-learners or robo-hobbyist ?
Robotrix Junior Kit  Advantage
If you are new in the robotic or you learned about robotic but you do not have idea where you should start then Robotrix Junior Kit will open your way to many many miles.

Secondly in this era a robotic education starts at school level so if your child want to start learning robotic then Robotrix Junior Kit  is the best option.

Same like you want to give some special gift to your robo-hobbyist child then Robotrix Junior Kit with free box is the best & best option for your child.

Contact us at :
Phone No. 08510044813
Email us at : sachin@roboshop.in or support@roboshop.in

Like & follow  us on Facebook :
https://www.facebook.com/RoboShop.in

Follow us at Google plus :
https://plus.google.com/+RoboshopIndia


Tweet about us at Twitter :
https://twitter.com/Robo_shop

Connect us at Linkedin :
https://in.linkedin.com/pub/robospecies-technologies-pvt-ltd/43/406/88a




Friday, 24 July 2015

How to make Robo Waiter Kit in India ?

Hello friends, we are RoboShop.in, India’s leading robotic online store for personal and professional robot technology.
Today, we are going to learn you guys how to make Robot Waiter Kit online.Although you
can buy this Robo Waiter Kit Online from Roboshop. But this post for the Robo hobbyist who want to make the robo waiter kit by himself.
To build a  Robot waiter to imitate a waiter serving glass of water by moving around the available space and avoiding collision.
Robot should stop by putting a hand over it and it should lift the glass of water to serve. Once hand is removed from the robot it should move again in the available space to serve other people and avoid collision.
So,without any delay we are going to start how to make Robo Waiter Kit.

We divide this complete task in 4 parts:
Task 1: Make the mechanical Structure of the Robot
Task 2: Make the Chain Assembly and Frame Structure of the Robot
Task 3: Make the Hand Mechanism of the Robot

Task 4: Make the Program and Connections of the electronic circuits of the Robot
Today we discussed about Task 1 for the Robot Waiter Kit.
First make a robot mechanical car and for that part required are mentioned below :
  1. Robo Waiter Kit
    Robo Waiter  Kit Components List
        Wheel x4,   
  2.     Motor x2,
  3.     Big C x2,
  4.     Medium Plate x2,
  5.     Small Bar x1,
  6.     C Holder x1,
  7.     Motor Shaft x4,
  8.     Axle Lock x4,
  9.     Nuts n Bolts.
You can click on parts name to buy them online from us.


Now follow the Steps to Complete the Task 1 :
Step 1: Take 2 Big C and 2 Medium Plate.
Step 2: Bolt the first Medium Plate at four hole distance from any one end  as shown in figure.
Step 3: Bolt the second Medium Plate adjacently to the first plate.
Robo Waiter Kit Step 1


Step 4: Take two motors with Code RS-2103 & RS-2104 and put Plastic Motor Shaft on it.
Step 5: Fix the first motor (First screw out the motor bolt at the base and tighten only after engaging with Big-C  ) to Big-C, with connecting end towards upward as shown in figure.


Step 6: Fix the second motor similarly, at the other end of big C,  as shown in figure.
Robo Waiter Kit Step 2
Step 7: Take 4 Wheels.
Step 8: Place 2 wheels with motor.
Step 9: Fix another  2 wheel along with motor shaft at other end.
Step 10: Tighten axle-lock at all four ends of motor shaft.
Robo Waiter Kit Step 3

Step 11: Take 1 small bar and C holder
Step 12: Bolt the c holder at the end of the small bar.
Robo Waiter Kit Step 4
Step 13: Fix the small bar with C holder over medium plate  as shown in figure.

This is our first task complete to make Robo Waiter Kit. For next tasks or for new update visit our blog or visit online at roboshop.in.

You can also check following links to for Robotrix Kits:
  1. Robotrix Junior Kit with Free Box
  2. Robotrix Senior Kit with Free Box
  3. Robotrix Electronica Kit
  4. Robotrix Kids Kit