Roboki: Difference between revisions

From Yudurobotics
m (Final draft)
m (Final draft)
Line 250: Line 250:
==Plug and Play Ports==
==Plug and Play Ports==
Roboki features plug and play ports that allow you to easily connect external sensors and modules. This expandability makes it possible to enhance your projects with additional functionalities.
Roboki features plug and play ports that allow you to easily connect external sensors and modules. This expandability makes it possible to enhance your projects with additional functionalities.
[[File:Port connectors.jpg|272x272px|thumb|Angled Port Connectors]]
[[File:Port connectors.jpg|255x255px|thumb|Angled Port Connectors]]





Revision as of 12:55, 13 September 2024

Roboki-t1
What's inside .jpg

Roboki is a fully customizable and codable robotic kit designed specifically for kids by Yudurobotics. Roboki is not just a toy; it's an educational tool that combines fun and learning, allowing children to explore the exciting world of robotics and coding. With Roboki, kids can build, code, and play with a variety of projects, enhancing their problem-solving skills, creativity, and technical knowledge.



Getting started

A Look Inside the Box:

Inside the box of Roboki, you'll discover everything you need to bring your ideas to life. From the versatile Roboki microcontroller to essential components, it’s your all-in-one toolkit for creating interactive, hands-on projects. Unbox the future of innovation with Roboki!

Roboki includes a set of components in the box that can be used to enhance its functionality. The package includes:

Component Component Image Quantity Component Component Image Quantity
Roboki Roboki png.jpg 1 Wheel Rim Wheel rim.jpg 2
Range sensor Range sensor.jpg 2 Wheel tyre Wheel tyre.jpg 2
Angle port connectors Angled port connector.jpg 2 Caster Wheel Caster wheel png.jpg 1
Motors Motor.jpg 2 Axle 5 Axle 5.jpg 2
15 x 11 block 15 by 11.jpg 1 Pegs Pegs.jpg 20
11 x 7 block 11 by 7.jpg 1 90 Degree Pegs 90 degree pegs.jpg 2
Beam 05 Beam 5.jpg 2 Pin connector Pin connector png.jpg 1
Beam 15 Beam 15.jpg 1 1 x 6 Brick 1 by 6 Brick.jpg 1
Rubber bands Rubber bands png.jpg 6 Beam / Block joiner Beam joiner.jpg 1

Roboki Anatomy:

Roboki is designed with simplicity and functionality in mind, offering an intuitive layout for young learners to explore. Each part of the kit plays a specific role, from powering the robot to controlling its movements and sensors. Below is an overview of the key components and their functionalities:

Roboki Anatomy.jpg
Part Functionality
Type - C port Used to power up Roboki
Port A GPIO port
Port B GPIO port
SW1 Switch 01
SW2 Switch 02
M1 Dc motor port 1
M2 Dc motor port 2
S1 Servo motor port 1 (Internal Input)
S2 Servo motor port 1 (Internal Input)
Reset Change modes / erase programs / Reset the device
On / Off On / Off switch
Power port Used to connect an external battery
RGB Leds (eyes) Output

Specifications:

The technical specifications of Roboki ensure that it meets the needs of young learners while providing enough functionality for advanced robotics projects. From its precise motor controls to its versatile GPIO ports, Roboki is built to offer flexibility, power, and connectivity for various creative applications.Let's take a detailed look at the specifications of Roboki :

Specification Details
Dimensions Length: _ mm, Width: _ mm, Height: _ mm
Weight ___ grams
Power Input Type-C port, 5V
Battery External battery, 7.4V Li-Po
Motor Ports 2 (M1, M2)
Servo Ports 2 (S1, S2)
GPIO Ports 2 (Port A, Port B)
Switches 2 (SW1, SW2)
LEDs RGB LEDs (Eyes)
Reset Button Yes
On/Off Switch Yes
Connectivity Bluetooth (via PLODE app)
Processor ___ MHz
Memory ___ KB RAM, ___ MB Flash

Hardware:

Roboki's hardware is designed to support a variety of robotics projects with precision and flexibility. Its durable components, including motors and sensors, ensure smooth operation and enable interaction with the environment, making it perfect for both simple and complex builds.

Motors

Roboki includes two high-quality motors that are essential for moving parts of your robotic projects. These motors provide precise control and high torque, making them suitable for various applications such as driving wheels.

Motors png.jpg

Specifications:

Specification Details
Motor Type DC Brushed Motor
Voltage Rating ___ V
Stall Torque ___ Nm (Newton-meters)
No-Load Speed. ___ RPM (Revolutions Per Minute)
Load Speed ___RPM
Current Rating ___A - __A
Dimensions Length: __mm

Diameter: __mm

Weight __ grams

RGB LEDs (Eyes)

Roboki's RGB LED eyes.jpg

Roboki is equipped with customizable RGB LEDs that can be programmed to display different colors and patterns. These LEDs can be used to add visual effects to your projects, making them more interactive and engaging.



Example Uses:

  • Status Indicator: Program the RGB LEDs to change color based on the status of your robot (e.g., green for active, red for error).
  • Replicate Emotions: Program the RGB LEDS to change color based of the emotion you want to portray (e.g., blue for sad, red for angry)




Sensors

Roboki comes with two Range sensors that allow your projects to interact with their environment. These sensors can detect distances that can be used to trigger different actions.

Range sensors

Range Sensors: Detect the distance between the sensor and an object. Useful for obstacle avoidance and distance measurement.




Example Uses: Obstacle Avoidance Robot: Use range sensors to create a robot that can navigate around obstacles without hitting them.

Plug and Play Ports

Roboki features plug and play ports that allow you to easily connect external sensors and modules. This expandability makes it possible to enhance your projects with additional functionalities.

Angled Port Connectors




Simply plug the connectors of your external sensors or modules into one of the ports on Roboki . The system will automatically recognize and integrate them, allowing you to immediately start using the new components.

Software control:

Roboki can be coded and controlled using many methods. All these methods are using the PLODE app.

What is the PLODE app?

Plode app and website transform coding and robotics into an exciting and accessible adventure for everyone, whether you’re a curious beginner or a tech enthusiast. With PLODE, you can effortlessly control and program an array of fantastic robots and kits like PeeCee, Roboki, PeeCee v0.1, Zing, Crawl-e, and Klaw.

Methods :

Roboki can be programmed and controlled through various coding methods, offering flexibility for different skill levels. Whether you are a beginner exploring robotics for the first time or an advanced user looking for in-depth control, the PLODE app provides several ways to code your projects. Each method is tailored to different learning stages and preferences.

  • Hexa Block Programming: A unique and intuitive block-based coding system tailored for beginners.
  • Block Programming: Standard block-based coding similar to Scratch, ideal for younger users and beginners.
  • Flowchart Programming: A visual programming method that uses flowcharts to design logic.
  • Python Programming: For more advanced users, Python allows for detailed and sophisticated programming.
  • C Programming: Provides low-level control for advanced users familiar with C language.

Note: for detailed explanation on how to use the above methods , visit PLODE

Building with Roboki

● Project Examples

Basic Projects

Start with simple projects to get familiar with the components and functionality of Roboki.

Turning on the LEDs in the Roboki using the internal switches.

Tutorial Link: Watch and build now !

Turning on the LEDs in the Roboki using the data value from range sensor.

Tutorial Link: Watch and build now !

Advanced Projects

Once you're comfortable with the basics, move on to more complex projects.

Building an Autonomous Rover using Roboki along with other included components.

Tutorial Link: Watch and build now !

Building a Robo Car that can be controlled remotely through the PLODE app.

Tutorial Link: Watch and build now !

● Building Blocks Compatibility

Roboki is compatible with building blocks, allowing you to combine your kit with existing building blocks to create more intricate and customized designs.

● Upgradeable Add-ons

Expand your Roboki kit with additional modules and accessories available separately. These add-ons can provide new functionalities and enhance your existing projects.

Integration of Add ON's with Roboki :

1. AI-cam with Roboki

The integration of AI Cam with Roboki significantly expands its functionality by introducing advanced visual recognition, voice interaction, and heightened environmental awareness. Connecting the AI Cam through the plug-and-play ports and managing it via the PLODE app enables Roboki to perceive its surroundings in a smarter way. With AI Cam, Roboki can recognize objects, respond to voice commands, and detect movements, transforming it into an intelligent, interactive robot. This upgrade enhances Roboki's ability to engage dynamically, making it a more responsive and immersive learning tool.

AI cam png.jpg

See AI Cam[1]

Roboki Sessions

Explore a range of hands-on projects designed to enhance your understanding of robotics, programming, and automation with Roboki. Whether you're just starting out or looking to take on advanced challenges, these activities will guide you through the basics of LED control, sensor integration, and AI applications. From building a simple traffic light system to programming a voice-controlled robot, each project offers practical experience in developing real-world robotic systems. Perfect for learners of all levels, Roboki projects provide an exciting way to bring your ideas to life!

Check out this page for knowing more about the projects : ● Roboki sessions

For Tutorial videos of projects and more  : ● Roboki tutorials

Troubleshooting

FAQs