Quarky Robotic Arm - Documentation

Getting Started with Quarky Robotic Arm

Refer to the tutorials to learn about the Robotic Arm, and how to assemble and program it in Block coding or Python coding. 

Robotic Arm V6
Learn how to assemble the Quarky Robotic Arm with this step-by-step guide. Follow the steps to make the Quarky Robotic Arm look like the image shown in this guide, and use it to explore more complicated programs and activities.
“Learn to control a Quarky robotic arm remotely using Bluetooth and PictoBlox. Perfect for tasks like picking and tool manipulation, this project boosts productivity and safety in hazardous environments. Step-by-step coding guides included for precise X, Y, Z-axis, and gripper control.”
This activity focuses on programming a robotic arm using Python in PictoBlox, showcasing Python’s power in AI and ML. You’ll learn to initialize the arm, define movement functions for X, Y, and Z axes, control the gripper, and implement real-time control using a loop. This hands-on project sets the stage for embedding AI and ML into the robotic arm in future activities. Let’s get started!
Learn how to make a robotic arm autonomous, moving beyond manual control to execute repetitive tasks efficiently. By following the coding steps in PictoBlox, you can program precise movements and actions, making it suitable for applications in industries like manufacturing and medical fields. With careful calibration and testing, you can successfully transform your robotic arm into an autonomous system, enhancing its functionality and versatility.
Learn how to program a robotic arm to operate autonomously using Python in Pictoblox. This activity guides you through initializing the robotic arm, writing movement and gripper actions, and using a continuous loop for independent operation. You’ll also explore the transition from stage mode to upload mode, allowing the robotic arm to function without an external system or Pictoblox connection. Ideal for robotics enthusiasts and learners, this guide will help you take full control of robotic arms in a simple, efficient way.
this activity introduces the integration of machine learning into robotics by developing a hand gesture recognition model in PictoBlox. Through systematic steps, you learn to train, test, and export the model to control a robotic arm using gestures. By combining gesture analysis with robotic arm settings, this project highlights the potential of machine learning in enabling intuitive and precise control in robotics, paving the way for innovative applications.

Quarky Robotic Arm Project - Block Coding

Refer to the tutorials to learn how to use PictoBlox Block Coding Environment to code Quarky Robotic Arm for different applications

The example demonstrates the ball falling in gravity in a box. Using the pen extension we are also tracking the trajectory of the ball.
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.
In this example, we are making a rocket shoot bullets to the mouse pointer when the space key is pressed. 
In this example, we simulate the covid experiment using the physics simulation.
In this example, we are making a scrolling background that can be used in games.
In this example, we are making a scrolling background in 2 dimensions that can be used in games.
This example demonstrates the use of Physics simulation in a game where Tobi has to dodge the random ball coming towards it by jumping.
The example demonstrates how to set up the stage with obstacles and make a ball fall on a series of inclines.
This example demonstrates the use of Physics simulation in a game where Tobi has to navigate across the obstacles by spinning.
This example demonstrates the use of Physics simulation in a game where Tobi has to go to the apple by jumping on the slabs.
In this example, we are going to learn how to control the flame sensor to detect flame and start the exit alarm sequence that includes opening the gate, alarm beeping, and fan turned ON.
In this example, we will learn how to retrieve the temperature data from the ThingSpeak channel and display it on the Quarky display.
In this example, we will understand how to use HTTP requests to get weather data from OpenWeatherMap API.
Learn how to program a quadruped robot to perform predefined actions using PictoBlox.
The project demonstrates how to make an IR sensor-activated coke dispenser.
Explore the Internet of Things (IoT) Lifecycle and learn about how it works in the real world. Understand the basics of IoT, the cloud, and Adafruit IO. Create an account with Adafruit IO, learn about Feeds and Dashboards, and visualize data.
Learn how to code logic for speech recognized control of Mars Rover with this example block code. You will be able to direct your own Mars Rover easily by just speaking commands.
Learn about AI-based face expression detection, a technology that uses artificial intelligence algorithms and computer vision techniques to analyze images or videos of human faces and recognize emotions or expressions.
Learn how to control the Mecanum using PictoBlox with keyboard inputs. Make the Mecanum move forward, backward, turn left, and turn right along with unique lateral motions!
Learn how to control the Mecanum using PictoBlox with keyboard inputs using Python. Make the Mecanum move forward, backward, turn left, and turn right along with unique lateral motions!
In this tutorial, you will learn how to control a quadruped robot using arrow keys.
Learn to demonstrate how to use ML Environment to make a model that identifies the hand gestures and makes the Quadruped move accordingly.
The Language Translator with ChatGPT is a powerful system that enables real-time translation and conversation support, facilitating multilingual communication.
Learn about noun detectors, tools or algorithms designed to identify and extract nouns from text or speech inputs.
Discover an interactive way to get word definitions using ChatGPT and text-to-speech. Prompt users to choose a definition, generate it with ChatGPT, and have the sprite speak it out using the text-to-speech extension.
Discover an interactive way to get word definitions using ChatGPT and text-to-speech. Prompt users to choose a definition, generate it with ChatGPT, and have the sprite speak it out using the text-to-speech extension.
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 Robotic Arm.