Misty Lessons
  • Misty Lessons
    • 📖Welcome to Misty Lessons
    • 📚Get to know your Misty
    • 📲Connect to Misty
    • 👩‍💻Misty Studio
    • 🖥️Desktop Environment
    • ⬆️Update your Misty
    • 👥Projects
  • Blockly
    • 🧩Blockly Lessons
      • 🤸Lesson 1: Movement
      • 🎶Lesson 2: Voice and Sound
      • 🎭Lesson 3: Expressions
      • 🎥Lesson 4: Robot Cinema
      • 🛠️Lesson 5: Events
      • ☺️Lesson 6: Face recognition
      • 🔢Lesson 7: Variables and Functions
      • 💬Lesson 8: NLP
    • 🏫Blockly projects
  • Blockly Elements
    • ⚛️Misty Blocks
      • Movement
      • Speech
      • Audio
      • Vision
      • Events
      • Miscellaneous
      • NLP
      • System
    • 🔁Basic Blocks
      • Logic
      • Loops
      • Math
      • Text
      • Lists
    • 🅰️Advanced Blocks
      • Variables
      • Functions
  • Python
    • 🐍Python Lessons
      • 🦿Lesson 1: Loco-motion
      • 🤖Lesson 2 : Build a character
      • 🧠Lesson 3: Create memories
      • ⚒️Lesson 4: Event skills
      • 👀Lesson 5: Expand awareness
      • 🔗Lesson 6: Compact code
      • 🗣️Lesson 7: Start a conversation
  • Python Elements
    • 🐸Misty Python API
      • Motion and Mobility
      • Display and LED
      • Record Assets
      • Change/Remove Assets
      • Stream Assets
      • Get Assets
      • Events
      • Sensor Events
      • Speech and NLP
      • Arduino Backpack
      • System
      • Slam
    • 📗Python Definitions
  • Python Projects
    • 🔮MistyGPT
    • 🚨Misty Intruder Alert
    • 📺Conference Assistant
    • 🏷️QR code detector
    • 🕵️‍♂️Misty follow human
    • 👋Misty wave back
    • 🖲️Misty OA
    • 🌐Get weather
    • 🚚Misty Delivery
    • 🫂Motivational Misty
    • 🖼️Misty Museum Guide
    • 🎃Who for Halloween
  • ARDUINO
    • ♾️Arduino Backpack
    • 🦎Arduino
    • 🔧Arduino Lessons
      • 🔌Arduino to Misty
      • ➕Misty to Arduino
  • ARDUINO PROJECTS
    • 🛠️Misty Tracker
    • 🦾Misty Arm
  • Community Projects
    • 🌤️Misty weather forecaster
  • HARDWARE EXTENSION
    • ⚙️Arduino breadboard support
    • 🦾Misty arm
    • 🥤Tin holder
  • Resource Database
    • 📁Image files
    • 📁Audio files
    • 📁Languages
    • 📁Known objects
    • 📁NLP Actions
    • 📁Action Commands
    • 📁ChatGPT PDF files
    • 📁AR Tag Dictionary
    • ⚙️Technical Specifications
Powered by GitBook
On this page
  • Top Navigation
  • Live Data
  • Left Navigation
  1. Misty Lessons

Misty Studio

Last updated 1 year ago

The Misty Studio is a graphical interface for exploring Misty's functionalities and learning how to code her in Blockly and Python. It's the best place to become familiar with the tools that you will need to use throughout your programming journey. Let's get you familiarized with how to navigate around Misty Studio!

Top Navigation

At the top of Misty Studio, you'll see several prominent elements.

  • From left to right, there's a slider to adjust the robot's audio volume.

  • Next to that slider is the Halt! button. This button immediately releases all of the robot's motors. You can think of this as the 'panic' button for when things don't go according to plan.

  • There's also a battery level indicator that shows the charge percentage. The battery indicator will change to green when the robot is charging.

  • Finally, furthest right you will find the Live Data button which will open a tab that gives you data from all of Misty's sensors.

Live Data

The live data tab is an extremely useful testing and diagnostic tool as it provides real-time information about the functionality of your sensors.. You can enable each sensor group individually to view your sensor data.

Left Navigation

On the left side of Misty Studio, you'll find the primary navigation. Each top level menu item is marked with an icon, and many expand to reveal additional items.

  • Wizard: Here you can try out Misty's capabilities, including moving her head and arms, enabling speech, expressions, locomotion and much more.

  • Explore: learn more about Misty's capabilities, how to use face training, audio localization, mapping and upload/download custom files.

  • Programming: here you can find the Blockly workspace, Python Interface , API Library, Skill manager and a link to developer documentation.

  • Tutorials: contains an expandable list of tutorial content that will change as new content is made available.

  • System: contains informational and diagnostic features that are sometimes useful, but won't be your go-to items in the beginning.

👩‍💻