DIY Learning and Robot Kits
Showing 1–24 of 39 results
-
DIY Learning and Robot Kits
100RPM Dual Shaft BO Motor With 65mm Robot Wheel-Reinforced Rubber Wheel-Geared DC Motor-Smart Car Robot Geared Motor-Black And Yellow-Pack Of 4
-50%DIY Learning and Robot Kits100RPM Dual Shaft BO Motor With 65mm Robot Wheel-Reinforced Rubber Wheel-Geared DC Motor-Smart Car Robot Geared Motor-Black And Yellow-Pack Of 4
- The 100 RPM Dual Shaft BO Motor is a straight motor which gives good torque and RPM at lower operating voltages. It is a low-cost geared DC Motor. It is an alternative to metal gear DC motors. The 65MM Wheel is made up of high-quality rubber.
- BO motor Low density | Lightweight | Low inertia | Capability to absorb shock and vibration as a result of elastic compliance | Ability to operate with minimum or no lubrication | Inherent lubricity | Relatively low coefficient of friction Wheel Car hub is reinforced nylon | Sturdy | Tire with sponge liner for more strength | With upgraded tire tread for greater friction
- Shaft length:7 mm Motor Design:L-Shaped Shaft Diameter:5.5 mm Size:55x48x23 mm Diameter of wheel:65 mm Center Shaft Hole Diameter (mm):5.4 (Round edge) and 3.5 (Flat edge)
- The BO motor is ideal for DIY enthusiasts. This motor set is inexpensive, small, easy to install and ideally suited for use in a mobile robot car. The 65 mm wheel is only compatible with BO motor.
- BO Motor Operating Voltage:3 to 12V Current (without loading):40-180mA RPM:100 Output Torque:0.8 kg cm Wheel Loading Capacity (kg):2.5 D hole For BO Motor (mm):6
SKU: n/a -
DIY Learning and Robot Kits
50cm Long Alligator Clips, Electrical DIY Test Leads 5pcs, for Micro:bit
-50%DIY Learning and Robot Kits50cm Long Alligator Clips, Electrical DIY Test Leads 5pcs, for Micro:bit
- Colour: Red, Green, Yellow, White, and Black, etc.
- Cable length: 40 cm.
- Net weight: 50 gm.
- They are very useful for connecting components to wires.
- It is insulation covered clips connected to the wire from both ends.
SKU: n/a -
DIY Learning and Robot Kits
Advanced Kit for Arduino
- All-in-one kit, a great starter kit for learning to code.
- Model Type: UNO Rev R3
- Microcontroller Chip: ATmega328
- Input Voltage(Recommended): 7-12V
- Operating Voltage: 5
- Analog I/O Pins: 6
- Digital I/O Pins: 14 (of which 6 provide PWM output)
SKU: n/a -
DIY Learning and Robot Kits, Sensors
AEROKART INDIA -Smart Dustbin Project Components – Arduino Project
-33%DIY Learning and Robot Kits, SensorsAEROKART INDIA -Smart Dustbin Project Components – Arduino Project
This combo containing all products needed to make a smart dustbin that opens automatically when someone comes near to the dustbin.
The Arduino Uno R3 Compatible Board is a microcontroller board that is based on the ATmega328. Arduino Uno has 14 digital input or output pins, 6 analog inputs, a 16 MHz ceramic resonator, a USB connection, a power jack, an ICSP header, and a reset button. It has everything needed to support the microcontroller, you need to simply connect it to a computer with a USB cable or power it with an AC-to-DC adapter or battery to get started.This HC-SR04-Ultrasonic Distance Measuring Sensor is a very popular sensor that is found in many applications where it requires measuring distance and detect objects. The HC-SR04 ultrasonic sensor uses sonar to determine the distance to an object like bats or dolphins do. The module has two eyes-like projects in the front which form the Ultrasonic transmitter and Receiver.
The Micro Servo 9G is lightweight, high-quality, and lightning-fast. The servo is designed to work with almost all radio control systems. It is with excellent performance that brings you to another horizon of flight.
This is the combo of 20CM Wire Color Jumper Cable, M-M, M-F, F-F 10PCS of wire in each strip of cable. It is very flexible and easily detachable to no. of wires to your requirement. Mostly it can be used for Orange Pi, Banana Pi, Raspberry Pi, Arduino, and other mini PC and development boards.
This is a general 9v Battery With Battery Snap Connector to DC barrel jack adapter for all your project and application needs. One can use this adapter to power up any DC barrel jack-based power connector using a standard 9V battery.
Package Includes:
1 x Arduino UNO R3 Compatible Board With Cable
1 x Ultrasonic Module HC-SR04 Distance Measuring Sensor
1 x Tower Pro 9G Micro Servo Motor
1 x HW Battery 9V With Barrel Jack Connector
1 x Combo of 3 type Jumper Cables | F-F | F-M | M-M
Code for the Smart Dustbin:
Do not forget to install Servo.h Library. without this library, code will not compile in Arduino IDE software.
For more details please check this article on Smart Dustbin.
#include //servo library Servo servo; int trigPin = 5; int echoPin = 6; int servoPin = 7; int led= 10; long duration, dist, average; long aver[3]; //array for average void setup() { Serial.begin(9600); servo.attach(servoPin); pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT); servo.write(0); //close cap on power on delay(100); servo.detach(); } void measure() { digitalWrite(10,HIGH); digitalWrite(trigPin, LOW); delayMicroseconds(5); digitalWrite(trigPin, HIGH); delayMicroseconds(15); digitalWrite(trigPin, LOW); pinMode(echoPin, INPUT); duration = pulseIn(echoPin, HIGH); dist = (duration/2) / 29.1; //obtain distance } void loop() { for (int i=0;i<=2;i++) { //average distance measure(); aver[i]=dist; delay(10); //delay between measurements } dist=(aver[0]+aver[1]+aver[2])/3; if ( dist<50 ) { //Change distance as per your need servo.attach(servoPin); delay(1); servo.write(0); delay(3000); servo.write(150); delay(1000); servo.detach(); } Serial.print(dist); }
SKU: n/a -
DIY Kits, DIY Learning and Robot Kits
Aerokart India 2.4GHz 2CH Remote Control Airplane RC Glider for Beginners Adult Kids, Easy to Fly EPP Foam RC Aircraft Fighter with LED Light (Yellow)
-16%DIY Kits, DIY Learning and Robot KitsAerokart India 2.4GHz 2CH Remote Control Airplane RC Glider for Beginners Adult Kids, Easy to Fly EPP Foam RC Aircraft Fighter with LED Light (Yellow)
From The Brand: Showbizz
Showbizz is an India-based one-stop destination for a wide selection of Toys, Games, School essentials, Home Essentials, Stationery and much more. We know what your child wants. showbizz presents learning toys and games, board games, pretend play toys and sets, action figures, cute & musical soft toys, trikes, scooters, and a wide range of School & Home Essentials. Enter the world of imagination, adventure, and wonder. Capture your child’s best moments with showbizz’s fun and engaging toys and let your kids have some fun!
Showbizz Remote Control Airplane Glider-
- Material: EPP foam
- Radio frequency: 2.4 GHz
- Channel: 2CH
- Flying Time: About 15mins
- Charging Time: About 30mins
- Flying Height: 200 meters
- Remote Distance: 200 meters
- Airplane Battery: 3.7V 100mAh Li-Po Battery(included)
SKU: n/a -
DIY Learning and Robot Kits, Uncategorized
AEROKART INDIA 2Pcs 830 Point and 2Pcs 400 Point Solderless Breadboard
-50%DIY Learning and Robot Kits, UncategorizedAEROKART INDIA 2Pcs 830 Point and 2Pcs 400 Point Solderless Breadboard
- Package includes 2Pcs 830 tie Breadboard (MB-102) and 2Pcs 400 tie Breadboard.
- With tight plug-in contacts, the components will sit well after assembly therefore there is no wobble.
- White ABS Plastic Body with Black Printed Legend. Color Legend on Distribution Strips.
- With Self-Adhesive Tape on the back allows to stick on the arduino prototype shield.
- Good for Arduino Breadboard Jumper Wires kit Project and other Electrical DIY kits.
SKU: n/a -
DIY Kits, DIY Learning and Robot Kits
Airplane RC Glider for Beginners Adult Kids, Easy to Fly EPP Foam RC Aircraft Fighter with LED Light (Yellow)
-47%DIY Kits, DIY Learning and Robot KitsAirplane RC Glider for Beginners Adult Kids, Easy to Fly EPP Foam RC Aircraft Fighter with LED Light (Yellow)
- ✈ Amazing Flying- Totally Two takeoff methods (hand throw or take off on the ground) amazing routes for new pilots. Route distance: about 300 meters, charging time: about 40 minutes, remote control distance: about 15 minutes.
- ✈ Amazing Flying- Totally Two takeoff methods (hand throw or take off on the ground) amazing routes for new pilots. Route distance: about 300 meters, charging time: about 40 minutes, remote control distance: about 15 minutes.
- ✈ EPP Material- The plane toy compared with other traditional airplane toys. It is more durable, ultra-light, flexible, smooth, and resistant. RC Glider will recover quickly and unbendale When crushed.
- Included- The gift box includes: 1 x English user manual, spare propeller*2, undercarriage*3, glider built-in 3.7V 300mah lithium battery*1, remote control*1, USB charging cable*1, remote control battery: 1.5V “AA” x 4 (without batteries), size: 16 x 11 inches (width x length).
- ✈IDeal Gift- Great for collection, gifts, decorations, xmas gifts. (Suitable for kids)
SKU: n/a -
DIY Learning and Robot Kits
Arduino Nano 3.0 Beginners Kit
- Great for Starting with Arduino Programming
- A variety of components are included in this pack to try out different projects.
- The kit comes with quality components assured by Robu.in.
- All-in-one kit, a great starter kit for learning to code.
- Microcontroller ATmega328 (SMD) – Interface CH340G
SKU: n/a -
DIY Learning and Robot Kits, Sensors
Arduino Sensors Combo of 5 Kit
This is a basic combo for Arduino and Robotics starter. This set can be used for obstacle sensing cars, Ultrasonic radars, school projects i.e. automatic barrier, automatic light, etc. This combo includes an ultrasonic sensor, motion sensor, IR obstacle sensor, LDR, SG90 Servo motor.
HC-SR04-Ultrasonic Distance Measuring Sensor is a very popular sensor that is found in many applications where it requires measuring distance and detect objects.
HC-SR501 PIR Motion Detector Sensor Module is a pyroelectric device that detects motion by measuring changes in the infrared levels emitted by surrounding objects. This motion can be detected by checking for a high signal on a single I/O pin.
IR sensor module is adaptable to the environment, with a working voltage of 3.3 V to 5 V. It has a pair of infrared transmitting and receiving tubes when detecting direction meet with obstacles (reflecting surface), reflected infrared receiving by the tube.
Photoresistor also is known as LDR(Light Dependent Resistor) as the names imply, changes the resistance with the variation in the amount of light. This particular photoresistor has a resistance of 5-10k Ohm in light and about 500k Ohm resistance in the dark.
Micro Servo 9G is lightweight, high-quality, and lightning-fast. The servo is designed to work with almost all radio control systems. It is with excellent performance that brings you to another horizon of flight. The SG90 mini servo with accessories is perfect for R/C helicopter, plane, car, boat, and truck use.
SKU: n/a -
DIY Learning and Robot Kits
Arduino Uno R3 Beginners Kit
- Great for Starting with Arduino Programming
- A variety of components are included in this pack to try out different projects.
- The kit comes with quality components assured by Robu.in.
- All-in-one kit, a great starter kit for learning to code.
- Microcontroller ATmega328 (SMD) – Interface CH340G
SKU: n/a -
DIY Learning and Robot Kits, Electronic Modules, Sensors
Arduino Uno with LCD and Keypad
Arduino UNO-based kit provides an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It contains all of the essential components required to start programming with the Arduino Uno board.
This combo includes Arduino Uno with cable, 4×4 membrane keypad, 16×2 LCD Display, 3 types of Jumper Wires.
Arduino Uno R3 Compatible Board is a microcontroller board that is based on the ATmega328. Arduino Uno has 14 digital input or output pins(where 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator, a USB connection, a power jack, an ICSP header, and a reset button. It has everything needed to support the microcontroller, you need to simply connect it to a computer with a USB cable or power it with an AC-to-DC adapter or battery to get started.
LCD1602 Parallel LCD Display provides a simple and cost-effective solution for adding a 16×2 White on RGB Liquid Crystal Display into your project. The display is 16 character by 2 line display that has a very clear and high contrast.
Matrix Keypad 4 X 4 has 16 buttons, arranged in a telephone-line 3×4 grid with a column of 4 characters (A, B, C, and D). The keys are connected into a matrix, hence only 8 microcontroller pins (4-columns and 4-rows) are required to scan the pad.
Applications:
- Security System
- Calculator
- Device Control
SKU: n/a -
DIY Learning and Robot Kits
Basic learning kit for Arduino Mega
- Great for Starting with Arduino Programming
- A variety of components are included in this pack to try out different projects.
- The kit comes with quality components assured by Robu.in.
- All-in-one kit, a great starter kit for learning to code.
- All Basis component to start is covered in kit
- You can create 15 different projects from this kit
SKU: n/a -
-
DIY Learning and Robot Kits
DIY Car Robot Kit – Chassis,4 x Motor,4 x Wheels and other Accessories
-27%DIY Learning and Robot KitsDIY Car Robot Kit – Chassis,4 x Motor,4 x Wheels and other Accessories
This is a DIY 4 wheel double-layer Robot car chassis kit. It includes the four pairs of Geared Motors and Wheels. The chassis used in this kit is transparent so as to create dynamic handling of the components mounted on your robotic vehicle.
Features :
- Easy to assembling/disassembling.
- Very handy
- Transparent Car Chassis with Attractive design.
- Operating Voltage: 3-6V DC
- Bottom Plast thickness of about 3 mm
- Length: about 10 inch
- Width: about 6 inch
- Simple mechanical structure, easy for installation.
- Adopts 4 DC motors for better power, speed, and load capacity
- Large and stable Chassis, easy for expansion.
- Speed test encoding disk.
- When powered at 6V, this robot can reach speeds up to 0.6m/sec
- The height between two chassis can be changed by varying the length of the copper pillar
- 20 slot Speed Encoder, more accurate than other 6 or 10 slot encoders
- This kit is great for DIY Learning, Academic Research, Hobby Projects, and Robot Competitions
SKU: n/a -
DIY Learning and Robot Kits, Drone Parts
DM002 Mini DIY RC Drone Kit, Lightweight DIY Remote Controlled Drone Kit (Camera) For Beginners
-43%DIY Learning and Robot Kits, Drone PartsDM002 Mini DIY RC Drone Kit, Lightweight DIY Remote Controlled Drone Kit (Camera) For Beginners
DM002 RC Quadcopter is a great and inexpensive drone kit. You don’t need serious mechanical skills or even the ability to solder to put it together. It really is a great way to understand the components that go into a drone (hint: there is a lot less to them than you might think). When you are done putting it together, you’ll have an excellent quadcopter that is fun to fly. You’ll be hard-pressed to find a more inexpensive drone that performs as well as the DM002. The DM002 is a quick and nimble quadcopter that is fairly easy to fly.
1SKU: n/a -
DIY Kits, DIY Learning and Robot Kits, Drone Parts
DM002 Mini DIY RC Drone Kit, Lightweight DIY Remote Controlled Drone Kit (Without Camera) 2.4G Mini Quadcopter Learning Drone Gift For Beginners
-29%DIY Kits, DIY Learning and Robot Kits, Drone PartsDM002 Mini DIY RC Drone Kit, Lightweight DIY Remote Controlled Drone Kit (Without Camera) 2.4G Mini Quadcopter Learning Drone Gift For Beginners
Specifications:
- Operating Frequency: 2.4GHz
- Gyro: 6 Axis
- Flight Time: About 7 minutes
- Charging Time: About 60-80 minutes
- Remote Control Distance: About 100 meters
- Battery For Quadcopter: 3.7V 300mAh Lipo Battery
- Operating Environment: Indoor & Outdoor
Features:
- 2.4G remote control technology, high sensitivity and easy operation.
- Lightweight and easy to carry and play.
- A perfect gift for drone lovers and children.
SKU: n/a -
DIY Kits, DIY Learning and Robot Kits, DRONE COMBO, Drone Kit
DM002HW DIY Drone with Camera 2.4GHz, 4 Channels.
-21%DIY Kits, DIY Learning and Robot Kits, DRONE COMBO, Drone KitDM002HW DIY Drone with Camera 2.4GHz, 4 Channels.
Specifications:
- Frequency: 2.4GHz
- Camera: 0.3MP 480P
- Gyro: 6 axis
- Night Flight: Yes
- Flight time: Around 7 minutes
- Charging time: About 60-80 minutes
- Remote Control Distance: About 100 Meters
- Battery For Quadcopter: 3.7V 300mAh Lipo Battery (included)
- Operating environment: Indoor & Outdoor
SKU: AERO9892 -
DIY Kits, DIY Learning and Robot Kits, Drone Parts
E88 Foldable Quadcopter | WiFi 480P FPV Dual Camera | Position Locking Drone
-55%DIY Kits, DIY Learning and Robot Kits, Drone PartsE88 Foldable Quadcopter | WiFi 480P FPV Dual Camera | Position Locking Drone
- Dual Camera: 480P HD WiFi FPV with a secondary Optical Camera (For Top View).
- Stability: Position Locking (Fixed point hovering) with a Secondary camera to sense it’s surrounding and assist 6 Axis gyro for next-level stability
- One-Key-Return and Head-Less: So that you don’t worry about losing your Drone.
- One Key Take-Off / Landing: to fly like PRO with safety.
- Longer Battery Life: 1600 mAh battery gives you longer flight time for more fun.
- Three-speed level: Beginner, Moderate, and Sports for racing mode.
- 3D Flip Stuns: in all directions with just one click.
- Dual Control Mode: Fly with a 2.4 GHz Remote or Smartphone WiFi APP (Fly even without the Remote)
- Photos/Videos: Capture amazing Photos/Videos and store them directly to your smartphone.
- Foldable: Makes it easy to carry.
SKU: n/a -
Basic Electronic Components, DIY Learning and Robot Kits, Sensors
L298N 2A Based Motor Driver Controller Module+100RPM Dual Shaft BO Motor (4pcs)+4 x 65mm Robot Wheel-Combo
-50%Basic Electronic Components, DIY Learning and Robot Kits, SensorsL298N 2A Based Motor Driver Controller Module+100RPM Dual Shaft BO Motor (4pcs)+4 x 65mm Robot Wheel-Combo
- L298N Motor Driver Controller Module is a high power motor driver for driving DC and Stepper motors. It can control upto 4 DC motors, or 2 DC motors with directional and speed control. This motor driver is for robotics and mechatronics projects. The 150 RPM Dual Shaft BO Motor is a straight motor which gives good torque and RPM at lower operating voltages. It is a geared DC Motor. It is an alternative to metal gear DC motors. The 65MM Wheel is made up of standard grade rubber.
- L298N: Current Sense for each motor | Heatsink for better performance | Power-On LED indicator | Directional control | Speed control | High power motor || BO motor: Low density and inertia | Capability to absorb shock and vibration as a result of elastic compliance | Ability to operate with minimum or no lubrication | Relatively low coefficient of friction || Wheel: Car hub is reinforced nylon | Sturdy | Tire with sponge liner for more strength | With upgraded tire tread for greater friction
- Dimensions: L298N(LxWxH):44x44x28mm | Shaft length:7mm | Shaft Diameter:5.5mm | Motor(LxWxH):55x48x23mm | Diameter of wheel:65mm | Center Shaft Hole Diameter (mm):5.4 (Round edge) and 3.5 (Flat edge)
- The L298N motor driver is perfect for robotics and mechatronics projects. It can also be used for controlling motors from microcontrollers, switches, relays, etc. It is capable of driving DC and Stepper motors for micro mouse, line following robots, robot arms, etc. The BO motor is ideal for DIY enthusiasts. This motor set is inexpensive, small, easy to install and ideally suited for use in a mobile robot car. The 65mm wheel is only compatible with BO motor.
- L298N: Input Voltage:3.2V-40V DC | L298N Dual H-Bridge DC Motor Driver | Operating voltage:DC 5V-35V | Peak Current:2Amps | Speed Control:PWM | Control Signal input voltage range:0.3V≤Vin≤1.5V (Low), 2.3≤Vin≤Vss (High) | Max. power consumption:20W (when the temperature T=75℃) || BO Motor: Operating Voltage:3 to 12V | Current (without loading):40-180mA | RPM:100 | Output Torque:0.8 kgcm | Motor Design: L-shaped || Wheel: Loading Capacity (kg):2.5 | D hole For BO Motor (mm):6
SKU: n/a -