Difference between revisions of "MDesigner"

From Microduino Wiki
Jump to: navigation, search
(Supported Sensors)
(Supported Sensors)
Line 80: Line 80:
 
{{Clickable_headed_image_table_box_small|header=Touch Button|link=Touch_(use_with_mDesigner)|image=File:IBC.png|image_size=140px|table_width=175px|table_height=150px}}
 
{{Clickable_headed_image_table_box_small|header=Touch Button|link=Touch_(use_with_mDesigner)|image=File:IBC.png|image_size=140px|table_width=175px|table_height=150px}}
 
{{Clickable_headed_image_table_box_small|header=Motion|link=Motion_(use_with_mDesigner)|image=File:IBC.png|image_size=140px|table_width=175px|table_height=150px}}
 
{{Clickable_headed_image_table_box_small|header=Motion|link=Motion_(use_with_mDesigner)|image=File:IBC.png|image_size=140px|table_width=175px|table_height=150px}}
{{Clickable_headed_image_table_box_small|header=Temp. & Hum. S2|link=Temperature_%26_Humidity_S2_(use_with_mDesigner)|image=File:IBC.png|image_size=140px|table_width=175px|table_height=150px}}
+
{{Clickable_headed_image_table_box_small|header=Temp. & Hum. S2|link=Temperature_&_Humidity_S2_(use_with_mDesigner)|image=File:IBC.png|image_size=140px|table_width=175px|table_height=150px}}
 
{{Clickable_headed_image_table_box_small|header=Temp D1|link=Temperature_D1_(use_with_mDesigner)|image=File:IBC.png|image_size=140px|table_width=175px|table_height=150px}}
 
{{Clickable_headed_image_table_box_small|header=Temp D1|link=Temperature_D1_(use_with_mDesigner)|image=File:IBC.png|image_size=140px|table_width=175px|table_height=150px}}
 
{{Clickable_headed_image_table_box_small|header=IR Controller|link=IR_Controller_(use_with_mDesigner)|image=File:IBC.png|image_size=140px|table_width=175px|table_height=150px}}
 
{{Clickable_headed_image_table_box_small|header=IR Controller|link=IR_Controller_(use_with_mDesigner)|image=File:IBC.png|image_size=140px|table_width=175px|table_height=150px}}

Revision as of 20:06, 23 July 2018

mDesigner

mDesigner is based on Scratch 3.0 with enhancements which allow the use of Microduino modules, sensors & trinkets in the drag-and-drop Scratch environment.

Software Setup

mDesigner runs on recent versions of Windows and Mac OS. The software setup guides can be found below.

Windows
MicroduinoGettingStart-ForWindows.jpg
mDesigner Setup (for Windows)
Mac
MicroduinoGettingStart-ForMAC.jpg
mDesigner Setup (for Mac)


Interface

Modes

mDesigner can interact with Microduino modules in two different modes. Each mode has its own pros and cons. It is recommended to use Live mode initially before exploring Arduino mode.

Capability Live Mode Arduino Mode
Drag & Drop programming Yes Yes
Supports Microduino modules Yes Yes
Stage and actor enabled Yes No
Real time code testing Yes No
Code compiled and uploaded No Yes
Can run WITHOUT being connect to computer No Yes


Live Mode

Live mode is a mode which requires a special piece of code to be uploaded onto the Core module or mCenter+. This special code is designed to receive commands from mDesigner and performs said commands. This means the user's script (program) actually resides in mDesigner. The execution of the user's script (program) occurs in real time when mDesigner sends commands over the USB connection to the Core module or mCenter+. None of the user's script (program) actually exists directly on the Core module or mCenter+. As a result, a user's script (program) cannot be executed if the Core module or mCenter+ is disconnected from the computer running mDesigner.

Scripts can be edited on mDesigner and immediately tested without having to compile and upload new code onto the Core module or mCenter+. This is possible because mDesigner can run the new script (program) by sending the appropriate commands in real time. This saves time by not having to compile and upload a new or modified script.

Live mode also supports all of Scratch 3.0's default blocks which includes those that control the actor, stage and many more.

mDesigner_Setting_Up_Live_Mode

Arduino Mode

Arduino mode is a mode which compiles a user's script (program) and uploads it directly onto the Core module or mCenter+. This means the user's script (program) actually resides on the Core module or mCenter+. As a result, a user's script (program) will still run on the Core module or mCenter+ even when NOT connected to the computer running mDesigner.

When using Arduino mode, scripts need to be compiled and uploaded onto the Core module or mCenter+. Compiling and uploading takes time. Whenever a modification is made to the script, it will be necessary to compile and upload in order see or observe the changes. This can be time consuming if constant changes are made in the user's script.

Optimal strategy when developing scripts would first to use Live mode to develop and test the script. Once the script is mostly tested and finalized, then translate from "Live mode script" to an "Arduino mode script" (some Live mode blocks cannot be used in Arduino mode).

Arduino mode also does not supports particular blocks. Blocks which interact with the actors and stages cannot be used. Other blocks will also be incompatible.

mDesigner_Using_Up_Arduino_Mode

Supported Microduino Modules

  • Core (328p)
  • Core+ (644pa)
  • mCenter+ (contains Core+)
  • Motor
  • Motor+

Supported Sensors

Joystick
IBC.png
Crash
IBC.png
Touch Button
IBC.png
Motion
IBC.png
Temp. & Hum. S2
IBC.png
Temp D1
IBC.png
IR Controller
IBC.png

Supported Trinkets

  • Servo
  • Single Color LED
  • Color LED
  • Dot Matrix
  • Buzzer
  • OLED Screen