In order to use Sutori, you must enable Javascript in your browser. You can find instructions on how to do this here.

2-in-1 MBot: Line Follower and Object Avoidance | Sutori

Per stampare l'articolo, utilizza il link nella barra degli strumenti dell'articolo.

2-in-1 MBot: Line Follower and Object Avoidance

mBot has line follower and object avoidance modes under default program setting. This project shows you how to combine them together.

More tutorials please visit http://www.makeblock.com

/Our community: http://openlab.makeblock.com/

2-IN-1 MBOT: LINE FOLLOWER AND OBJECT AVOIDANCE

Assemble the mBot

Programming

If you want to program mBot from browser, you need to install the codebender plugin, select board type Makeblock>mCore and correct port and click Run on Arduino. Then sketch will be uploaded to your board. If you prefer to program mBot with Arduino IDE, you need to download the latest Makeblock library and copy it to Arduino libraries folder. You also need to replace the first two lines(#define MeMCore_H #include ) with #include "MeMCore.h" .

More tutorials please visit http://www.makeblock.com/

Our community: http://openlab.makeblock.com/

Play and Have Fun