Quarky Mecanum Wheel Robot - Documentation

The Quarky Mecanum Wheel Robot is a type of robot that uses a special type of wheel to move. The wheel is made of four rollers mounted at 45-degree angles to the wheel‘s hub. Each roller has its own motor and can spin in either direction. This allows the wheel to move in any direction, making it an ideal choice for navigating around obstacles and tight spaces. The mecanum wheel robot can also turn on the spot, allowing it to make sharp turns without having to reverse direction. With 10+ different activities, this kit will guide you through the basics of Mecanum Wheel robotics.

Getting Started with Quarky Mecanum

Refer to the tutorials to learn about the Quaky Mecanum Wheel Robot, and how to assemble and program it in block coding or Python coding. 

Learn how to assemble the basic version of the Quarky Mecanum Wheel Robot with this step-by-step guide. Connect all components as per the wiring diagram and ensure that the various parts are securely in place.
Learn how to assemble a Basic Quarky Mecanum Wheel Robot with Gripper with this step-by-step guide. We will be calibrating the servo motor, assembling the robot, and attaching the ultrasonic sensor and servo motor for you to explore robotics projects.
In this lesson, we will learn how to assemble the Pick and Place Quarky Mecanum Wheel Robot. We will go through the steps to connect the servo motors, ultrasonic sensor, and Quarky Expansion Board to the robot.
Learn how to program your Quarky Mecanum Wheel Robot with PictoBlox. With the help of PictoBlox, you can control the robot to move, grip, and perform pick & place actions.
In this lesson, learn how to program the Quarky Mecanum robot with PictoBlox and Python in both Stage and Upload modes. Understand the functions provided in the Quarky Mecanum library, and see how to control the robot’s motors, pick-and-place robot, and gripper robot.

Quarky Mecanum Wheel Robot Project - Block Coding

Refer to the tutorials to learn how to use PictoBlox Block Coding Environment to code Quarky Mecanum Wheel Robot for different applications

The example demonstrates how to make the sprite track and stamp its image on the mouse when the space key is pressed in Python.
The example demonstrates using key sensing to control the sprite’s movement in Python.
The example demonstrates how to add movement to a sprite.
The example demonstrates the sprite direction in Python.
The example demonstrates how to implement mouse tracking in Python.
The example demonstrates the wall bouncing of the sprite, rotation style, and costume change in Python.
The example demonstrates how to make the sprite follow the mouse in Python.
The example demonstrates how to add gravity to the project on a bouncing ball.
The example demonstrates the bouncing of an object from a bird’s eye view in PictoBlox.
The example demonstrates the costume change and gliding to the random location when clicked.
The example demonstrates the costume change in PictoBlox.
The example demonstrates how to use a repeat block to recite a table in PictoBlox.
The example demonstrates the show and hides of the sprite using the buttons.
The example demonstrates the various graphical effects in the PicotBlox – Brightness, color, fisheye, ghost, mosaic, pixelated, and whirl.
The example demonstrates how to use thinking sprite in a project.
The example demonstrates the various graphical effects in the Python – Brightness, color, fisheye, ghost, mosaic, pixelated, and whirl.
The example demonstrates the show and hides of the sprite in Python.
The example demonstrates how to use say and think of sprite in a project.
The example demonstrates the costume change in PictoBlox.
The example demonstrates how to use a repeat block to recite a table in PictoBlox.
The example demonstrates the bouncing of an object from a bird’s eye view in PictoBlox.
The example demonstrates the LED emotions of the Quarky.
The example demonstrates the various animation of the Quarky LED display.
The example demonstrates how to display scrolling text to make a name badge.
The example demonstrates how to implement a while loop running from 1 to 9 and show it on the Quarky display.
The example demonstrates how to control the individual LEDs of the Quarky and run patterns using the loops.
The example demonstrates how to calibrate the IR sensors to detect black lines on the white surface.
The example demonstrates how to create a random colored LED pattern on Quarky.
The example demonstrates how to control the glowing LED using the keyboard keys.
The example displays how we can display a custom pattern on the matrix by making a script to display a Traffic Light.
All articles loaded
No more articles to load

Quarky Mecanum Wheel Robot Project - Python Coding

Refer to the tutorials to learn how to use PictoBlox Python Coding Environment to code Quarky Mecanum Wheel Robot for different applications

The project shows how to create custom patterns on Quarky RGB LED in Upload Mode.
The project shows how to create custom patterns on Quarky RGB LED in Upload Mode.
The example demonstrates how to use keys sensing to control the movement of the sprite.
The example demonstrates using key sensing to control the sprite’s movement in Python.
Learn how to create a dataset and Machine Learning Model for an automated game from the user’s input. See how to open the ML environment, upload data, label images, train the model, and export the Python script.
In this example, you understand the effect of the density, roughness, and bounce properties of the sprites. The ball falls from the top randomly, and the bell is fixed but can rotate. 
Discover the binary search algorithm using Python. Learn how to implement binary search step by step, and witness its efficiency in finding elements within a sorted list. Explore this powerful search technique and its practical application in Python programming.
A waste management system that will differentiate the waste based on its type. If it detects biodegradable waste, the LEDs Quarky’s matrix will turn green. If it’s non-biodegradable waste, the LEDs will turn blue.
The example shows how to use a audio classifier in PictoBlox to make the Bird Audio Classifier Bot.
The examples show how to use Pose Recognition in PictoBlox to count the number of body parts detected in the body.
The examples show how to use Pose Recognition in PictoBlox to count the number of body parts detected in the body in Python Coding Environment.
The example demonstrates the bouncing of an object from a bird’s eye view in PictoBlox.
The example demonstrates the bouncing of an object from a bird’s eye view in PictoBlox.
In this example, we will analyze the effect of the bounce property of the sprite using a ball. We will track the ball using the pen extension and the color will change with the y velocity of the ball.
The example demonstrates how to add gravity into the project on a bouncing ball.
The example demonstrates how to add gravity to the project on a bouncing ball.
Dive into the world of bubble sort algorithm using Python. Explore a step-by-step guide to implement bubble sort with practical examples. Learn how to efficiently sort a list of elements in ascending order using this simple yet effective sorting technique.
This Python code demonstrates how to calculate the area and perimeter of a rectangle using a function calcAreaPeri
This code takes input from the user for the number of students and their respective marks, then calculates and displays the average marks.
This Python program define the function `calcpow` that calculates and displays the result of raising a given base to a given exponent.
This program calculates the canvas area based on tent dimensions, computes the canvas cost, adds tax, and determines the net payable amount.
Python program to compute tent cost with cylindrical and conical parts. Calculates total canvas area and final payable amount including tax.
This Python program uses a for loop nested inside an if…else block to calculate the factorial of a given number.
The example demonstrates how to calibrate the servo motor with Quarky.
The example demonstrates how to calibrate the servo motor with Quarky in Python Coding Environment.
The example demonstrates the costume change and gliding to the random location when clicked.
This Python program checks whether a given number is prime or not. If the number is less than or equal to 1: we need to execute again!”
Learn how to check if a string is a palindrome or not in Python. Use the checkPalin function to validate if a given string is a palindrome.
The example demonstrates how to use human body detection to track the nose and make someone clown.
The example demonstrates how to use human body detection to track the nose and make someone clown.
All articles loaded
No more articles to load

PictoBlox Extension Documentation

Refer to the documentation of PictoBlox Extension to understand how to use the blocks and functions for the Quarky Mecanum Wheel Robot.