You can double-click the hat block or click the green flag over the stage pane (upper left hand pane with the Panda).
The motors do not come with encoders, so turning a specific number of degrees or moving forward a specific number of inches/cm is challenging because you have to work out the time required. Iâm working on a maze solver, and my solution for 90 degree turns is to have a black line that runs through the center of each square for the North-South / East-West axes and use the line following sensor to make the robot stop when both sensors are over the line. Running the code from the mBot works reasonably well, but the time lag due to the serial connection over WiFi just wasnât getting it done.
Did you work through the two PDFs that Makeblock provides for the mBot? They contain a lot of the information youâre asking about. You can find it here under the resource tab. It would be great if the links to the docs and software were on the front page, and perhaps Makeblock will get around to putting them there at some point. You do have to keep in mind that the Makeblock products are not LEGO Mindstorms, but there are a number of people working with them that are active in the forums. Just keep asking questions.