Instructions
23
Programming
Further Exploration
Working with mBlock--Hack the Physical World
The Starter Robot Kit support mBlock perfectly which allow you
reprogramming your robot by simply drag and joint the blocks of mBlock.
No more dicult coding.
mBlock is a free modied version of Scratch 2.0 developed by MIT Media
Lab, mBlock add some hardware-related blocks in the original Scratch,
with these blocks, users can read sensors, control motors and even a
whole robot.
Besides blocks for the basic microcontroller functionalities, analog and
digital writes and reads, PWM outputs. There are also blocks for each
specific electronic modules, such as ultrasonic sensor, temperature
sensor, light sensor, DC motor driver, stepper driver, etc. With these
blocks, it's simple to interact with many kinds of electronic modules.
Visit the following URL for more details:
http://learn.makeblock.com/getting-started-programming-
with-mblock/
Visit the following URL for more details: http://learn.makeblock.com/learning-arduino-programming/
Download the library zip package: https://github.com/Makeblock-ocial/Makeblock-Libraries/archive/master.zip
Working with Arduino IDE --Learn Programming the Fun Way
Arduino is an open-source electronics prototyping platform based on exible , easy-to-use hardware and software.The Arduino software consists of a
development environment (IDE) and the core libraries. The IDE is written in Java and based on the Processing development environment.