Difference between revisions of "Itty Bitty Buggy: Getting Started (mDesigner)"

From Microduino Wiki
Jump to: navigation, search
(Configuring mDesigner for Itty Bitty Buggy)
(Assembling A Program)
Line 42: Line 42:
 
For this simple example, first click on '''Events''' under the '''Block Categories''' section.
 
For this simple example, first click on '''Events''' under the '''Block Categories''' section.
  
Then drag the [[File:MDesigner_When_Click_Green_Flag_block_new.png|50px]] (When Green Flag) block into the '''Scripts''' section.
+
Then drag the [[File:MDesigner_When_Click_Green_Flag_block_new.png|x50px]] (When Green Flag clicked) block into the '''Scripts''' section.

Revision as of 16:53, 25 October 2018

mDesigner software installation must be completed before proceeding to this guide.

The mDesigner software installation guide can be found here for Windows / for Mac

This tutorial will get you getting started with programming Itty Bitty Buggy with mDesigner.

The following topics will be covered:

  • Hardware preparation
  • Overview of mDesigner's user interface.
  • Configuring mDesigner for use with Itty Bitty Buggy.
  • Assembling code blocks (creating a program)
  • Programming Itty Bitty Buggy
  • Online vs. Offline Mode

Hardware Preparation

Assemble Itty Bitty Buggy into it's default Buggy mode with mCenter+ on top of Buggy Base. Ensure the cable is connected to pin D2/D3 on mCenter+ and the other end connected to to Buggy Base. Attached the wheels onto Buggy Base. This hardware configuration will be used in the remaining tutorials.

image.png

Connect the USB cable to Buggy and the other end to your computer's USB port. Switch on Buggy with the power switch.

image.png

mDesigner's User Interface

Here is a quick overview of mDesigner's User Interface. A more in-depth description can be found here.

File:Overview of mDesigner Interface.png

Configuring mDesigner for Itty Bitty Buggy

Under the kit selection, select Buggy.

File:Image.png

This allows access to the Buggy control blocks.

File:Image.png

Assembling A Program

To create a program in mDesigner. Simply drag blocks from the Blocks section into the Script section.

For this simple example, first click on Events under the Block Categories section.

Then drag the MDesigner When Click Green Flag block new.png (When Green Flag clicked) block into the Scripts section.