Get started with Mixly

From Wiki
Revision as of 10:11, 21 June 2017 by Root (Talk | contribs) (Created page with "The Mixly GUI software is developed based on Blockly and Java8, which can run on OS Win7 or above. The Arduino IDE installation file, instructional lessons, and sample code ar...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Mixly GUI software is developed based on Blockly and Java8, which can run on OS Win7 or above. The Arduino IDE installation file, instructional lessons, and sample code are included in the package.

Open the Software

Get into folder Mixly0.995_WIN:

Double click the Mixly icon  :

For convenience, we can right-click and select Send to -> Desktop (create shortcut) to create a desktop shortcut.


Blocks The Mixly0.995_win version includes In/Out, Control, SerialPort, and some other block categories. Next, let’s get through what these categories cover. Note: Block categories supports Normal and Advanced views. For more functions, just click Advanced to use after you've mastered much.

. In/Out: DigitalRead, DigitalWrite, AnalogRead, AnalogWrite, attachInterrupt, detachInterrupt, ShiftOut, etc.

• Control: Delay, if…do…, repeat…do…, System running time, setup, etc.